HEX: #C5D1AD
RGB: (197,209,173)
#C5D1AD contains red, green and blue colors in about the same proportion. Web safe color of #C5D1AD is #CCCC99 (or #CC9).
#C5D1AD color RGB value is (197,209,173).
RGB: (197,209,173)
(77%, 82%, 68%)
R 197 of 255 = 77%
G 209 of 255 = 82%
B 173 of 255 = 68%
R + G + B ~ 76%. #C5D1AD is quite light color.
R + G + B = 197 + 209 + 173 = 579 (100%)
R 197 of 579 ~ 34.02%
G 209 of 579 ~ 36.1%
B 173 of 579 ~ 29.88'%
#C5D1AD color CMYK value is (6,0,17,18).
CMYK: (6,0,17,18)
C6M0Y17K18 (6%, 0%, 17%, 18%)
(0.06 / 0.00 / 0.17 / 0.18)
Color #C5D1AD in popluar color models
C5 | D1 | AD | |
---|---|---|---|
RGB | 197 | 209 | 173 |
HSL | 80° | 28.13% | 74.90% |
HSB/HSV | 80° | 17.22% | 81.96% |
CMYK | 5.74% | 0.00% | 17.22% |
18.04% |
Color #C5D1AD in popluar number systems.
HEX | C5 | D1 | AD |
Decimal | 197 | 209 | 173 |
Binary | 11000101 | 11010001 | 10101101 |
Octal | 305 | 321 | 255 |
Shades of #C5D1AD
Tints of #C5D1AD
Examples of css and html codes for elements with #C5D1AD color. Also use rgb(197,209,173) instead hex code.
.myTextColor { color: #C5D1AD; }
<p style="color:#C5D1AD">This sample text font color is #C5D1AD.</p>
This text font color is #C5D1AD.
.myBgColor { background-color: #C5D1AD; }
<div style="background-color:#C5D1AD">Inner text</div>
This div background color is #C5D1AD.
.myBorderColor { border: 1px solid #C5D1AD; }
<div style="border:3px solid #C5D1AD">Div</div>
This div border color is #C5D1AD.
.myOpacity80 { color: #C5D1AD; opacity: 0.8; }
<p style="color:#C5D1AD;opacity:0.8;">80%</p>
Text with #C5D1AD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5D1AD;}
<p style="text-shadow: 3px 3px 1px #C5D1AD">Text here.</p>
This text has shadow with #C5D1AD color.
.textShadow {text-shadow: 3px 3px 1px #C5D1AD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5D1AD, 5px 5px 20px red">Text here.</p>
This text has shadow with #C5D1AD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5D1AD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5D1AD, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5D1AD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5D1AD;
-webkit-box-shadow: 1px 1px 3px 2px #C5D1AD;
box-shadow: 1px 1px 3px 2px #C5D1AD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5D1AD; -webkit-box-shadow: 1px 1px 3px 2px #C5D1AD; box-shadow:1px 1px 3px 2px #C5D1AD;">
Div content here
</div>
This text has color #C5D1AD on black background.
This text has color #C5D1AD on white background.
This text has black color on #C5D1AD background.
This text has white color on #C5D1AD background.
Complementary color for #hex is #3A2E52.