HEX: #C5E0BD
RGB: (197,224,189)
#C5E0BD contains red, green and blue colors in about the same proportion. Web safe color of #C5E0BD is #CCCCCC (or #CCC).
#C5E0BD color RGB value is (197,224,189).
RGB: (197,224,189)
(77%, 88%, 74%)
R 197 of 255 = 77%
G 224 of 255 = 88%
B 189 of 255 = 74%
R + G + B ~ 80%. #C5E0BD is quite light color.
R + G + B = 197 + 224 + 189 = 610 (100%)
R 197 of 610 ~ 32.3%
G 224 of 610 ~ 36.72%
B 189 of 610 ~ 30.98'%
#C5E0BD color CMYK value is (12,0,16,12).
CMYK: (12,0,16,12)
C12M0Y16K12 (12%, 0%, 16%, 12%)
(0.12 / 0.00 / 0.16 / 0.12)
Color #C5E0BD in popluar color models
C5 | E0 | BD | |
---|---|---|---|
RGB | 197 | 224 | 189 |
HSL | 106° | 36.08% | 80.98% |
HSB/HSV | 106° | 15.63% | 87.84% |
CMYK | 12.05% | 0.00% | 15.63% |
12.16% |
Color #C5E0BD in popluar number systems.
HEX | C5 | E0 | BD |
Decimal | 197 | 224 | 189 |
Binary | 11000101 | 11100000 | 10111101 |
Octal | 305 | 340 | 275 |
Shades of #C5E0BD
Tints of #C5E0BD
Examples of css and html codes for elements with #C5E0BD color. Also use rgb(197,224,189) instead hex code.
.myTextColor { color: #C5E0BD; }
<p style="color:#C5E0BD">This sample text font color is #C5E0BD.</p>
This text font color is #C5E0BD.
.myBgColor { background-color: #C5E0BD; }
<div style="background-color:#C5E0BD">Inner text</div>
This div background color is #C5E0BD.
.myBorderColor { border: 1px solid #C5E0BD; }
<div style="border:3px solid #C5E0BD">Div</div>
This div border color is #C5E0BD.
.myOpacity80 { color: #C5E0BD; opacity: 0.8; }
<p style="color:#C5E0BD;opacity:0.8;">80%</p>
Text with #C5E0BD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5E0BD;}
<p style="text-shadow: 3px 3px 1px #C5E0BD">Text here.</p>
This text has shadow with #C5E0BD color.
.textShadow {text-shadow: 3px 3px 1px #C5E0BD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5E0BD, 5px 5px 20px red">Text here.</p>
This text has shadow with #C5E0BD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5E0BD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5E0BD, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5E0BD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5E0BD;
-webkit-box-shadow: 1px 1px 3px 2px #C5E0BD;
box-shadow: 1px 1px 3px 2px #C5E0BD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5E0BD; -webkit-box-shadow: 1px 1px 3px 2px #C5E0BD; box-shadow:1px 1px 3px 2px #C5E0BD;">
Div content here
</div>
This text has color #C5E0BD on black background.
This text has color #C5E0BD on white background.
This text has black color on #C5E0BD background.
This text has white color on #C5E0BD background.
Complementary color for #hex is #3A1F42.