**border-right-color**
* 描述:设置对象右边框的颜色。
* 版本:CSS1
* 继承性:无
**语法**
```
border-right-color: 颜色;
```
颜色种类
* transparent:默认。背景颜色为透明。
* color name:设置颜色值为颜色名称的背景颜色,比如:red。
* hex number:设置颜色值为十六进制值的背景颜色,比如:#ffff00。
* rgb number:设置颜色值为 rgb 代码的背景颜色,比如:rgb(255,255,0)。
* inherit:继承父元素 background-color 属性的设置。
**使用说明**
该属性仅对上边框的颜色进行设置。
当 border-width 等于 0 或 border-style 为 none,本属性将被忽略。
**代码示例**
```
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>border-right-color</title>
<style>
#container{
width: 50px;
height: 50px;
border: solid #000000;
border-right-color: red;
}
</style>
</head>
<body>
<div id="container">
</div>
</body>
</html>
```
![border-right-color](https://box.kancloud.cn/ab310849c1e55d8d2d6d0f465c458f75_67x64.png)
- 空白目录
- CSS3专业名词
- 复合属性
- 继承性
- CSS3背景
- background
- background-color
- background-image
- background-repeat
- background-attachment
- background-position
- background-origin
- background-clip
- background-size
- CSS边框
- border
- border-width
- border-style
- border-color
- border-top
- border-top-width
- border-top-style
- border-top-color
- border-right
- border-right-width
- border-right-style
- border-right-color
- border-bottom
- border-bottom-width
- border-bottom-style
- border-bottom-color
- border-left
- border-left-width
- border-left-style
- border-left-color
- border-radius
- border-top-left-radius
- border-top-right-radius
- border-bottom-right-radius
- border-bottom-left-radius
- CSS颜色
- color
- opacity
- CSS字体
- font
- font-style
- font-variant
- font-weight
- font-size
- font-family
- font-stretch
- font-size-adjust
- CSS定位
- position
- z-index
- clip