HEX: #C5EFBD
RGB: (197,239,189)
#C5EFBD contains red, green and blue colors in about the same proportion. Web safe color of #C5EFBD is #CCFFCC (or #CFC).
#C5EFBD color RGB value is (197,239,189).
RGB: (197,239,189)
(77%, 94%, 74%)
R 197 of 255 = 77%
G 239 of 255 = 94%
B 189 of 255 = 74%
R + G + B ~ 82%. #C5EFBD is quite light color.
R + G + B = 197 + 239 + 189 = 625 (100%)
R 197 of 625 ~ 31.52%
G 239 of 625 ~ 38.24%
B 189 of 625 ~ 30.24'%
#C5EFBD color CMYK value is (18,0,21,6).
CMYK: (18,0,21,6)
C18M0Y21K6 (18%, 0%, 21%, 6%)
(0.18 / 0.00 / 0.21 / 0.06)
Color #C5EFBD in popluar color models
C5 | EF | BD | |
---|---|---|---|
RGB | 197 | 239 | 189 |
HSL | 110° | 60.98% | 83.92% |
HSB/HSV | 110° | 20.92% | 93.73% |
CMYK | 17.57% | 0.00% | 20.92% |
6.27% |
Color #C5EFBD in popluar number systems.
HEX | C5 | EF | BD |
Decimal | 197 | 239 | 189 |
Binary | 11000101 | 11101111 | 10111101 |
Octal | 305 | 357 | 275 |
Shades of #C5EFBD
Tints of #C5EFBD
Examples of css and html codes for elements with #C5EFBD color. Also use rgb(197,239,189) instead hex code.
.myTextColor { color: #C5EFBD; }
<p style="color:#C5EFBD">This sample text font color is #C5EFBD.</p>
This text font color is #C5EFBD.
.myBgColor { background-color: #C5EFBD; }
<div style="background-color:#C5EFBD">Inner text</div>
This div background color is #C5EFBD.
.myBorderColor { border: 1px solid #C5EFBD; }
<div style="border:3px solid #C5EFBD">Div</div>
This div border color is #C5EFBD.
.myOpacity80 { color: #C5EFBD; opacity: 0.8; }
<p style="color:#C5EFBD;opacity:0.8;">80%</p>
Text with #C5EFBD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5EFBD;}
<p style="text-shadow: 3px 3px 1px #C5EFBD">Text here.</p>
This text has shadow with #C5EFBD color.
.textShadow {text-shadow: 3px 3px 1px #C5EFBD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5EFBD, 5px 5px 20px red">Text here.</p>
This text has shadow with #C5EFBD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5EFBD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5EFBD, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5EFBD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5EFBD;
-webkit-box-shadow: 1px 1px 3px 2px #C5EFBD;
box-shadow: 1px 1px 3px 2px #C5EFBD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5EFBD; -webkit-box-shadow: 1px 1px 3px 2px #C5EFBD; box-shadow:1px 1px 3px 2px #C5EFBD;">
Div content here
</div>
This text has color #C5EFBD on black background.
This text has color #C5EFBD on white background.
This text has black color on #C5EFBD background.
This text has white color on #C5EFBD background.
Complementary color for #hex is #3A1042.