HEX: #C5DBAD
RGB: (197,219,173)
#C5DBAD contains red, green and blue colors in about the same proportion. Web safe color of #C5DBAD is #CCCC99 (or #CC9).
#C5DBAD color RGB value is (197,219,173).
RGB: (197,219,173)
(77%, 86%, 68%)
R 197 of 255 = 77%
G 219 of 255 = 86%
B 173 of 255 = 68%
R + G + B ~ 77%. #C5DBAD is quite light color.
R + G + B = 197 + 219 + 173 = 589 (100%)
R 197 of 589 ~ 33.45%
G 219 of 589 ~ 37.18%
B 173 of 589 ~ 29.37'%
#C5DBAD color CMYK value is (10,0,21,14).
CMYK: (10,0,21,14)
C10M0Y21K14 (10%, 0%, 21%, 14%)
(0.10 / 0.00 / 0.21 / 0.14)
Color #C5DBAD in popluar color models
C5 | DB | AD | |
---|---|---|---|
RGB | 197 | 219 | 173 |
HSL | 89° | 38.98% | 76.86% |
HSB/HSV | 89° | 21.00% | 85.88% |
CMYK | 10.05% | 0.00% | 21.00% |
14.12% |
Color #C5DBAD in popluar number systems.
HEX | C5 | DB | AD |
Decimal | 197 | 219 | 173 |
Binary | 11000101 | 11011011 | 10101101 |
Octal | 305 | 333 | 255 |
Shades of #C5DBAD
Tints of #C5DBAD
Examples of css and html codes for elements with #C5DBAD color. Also use rgb(197,219,173) instead hex code.
.myTextColor { color: #C5DBAD; }
<p style="color:#C5DBAD">This sample text font color is #C5DBAD.</p>
This text font color is #C5DBAD.
.myBgColor { background-color: #C5DBAD; }
<div style="background-color:#C5DBAD">Inner text</div>
This div background color is #C5DBAD.
.myBorderColor { border: 1px solid #C5DBAD; }
<div style="border:3px solid #C5DBAD">Div</div>
This div border color is #C5DBAD.
.myOpacity80 { color: #C5DBAD; opacity: 0.8; }
<p style="color:#C5DBAD;opacity:0.8;">80%</p>
Text with #C5DBAD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5DBAD;}
<p style="text-shadow: 3px 3px 1px #C5DBAD">Text here.</p>
This text has shadow with #C5DBAD color.
.textShadow {text-shadow: 3px 3px 1px #C5DBAD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5DBAD, 5px 5px 20px red">Text here.</p>
This text has shadow with #C5DBAD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5DBAD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5DBAD, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5DBAD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5DBAD;
-webkit-box-shadow: 1px 1px 3px 2px #C5DBAD;
box-shadow: 1px 1px 3px 2px #C5DBAD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5DBAD; -webkit-box-shadow: 1px 1px 3px 2px #C5DBAD; box-shadow:1px 1px 3px 2px #C5DBAD;">
Div content here
</div>
This text has color #C5DBAD on black background.
This text has color #C5DBAD on white background.
This text has black color on #C5DBAD background.
This text has white color on #C5DBAD background.
Complementary color for #hex is #3A2452.