HEX: #C4D088
RGB: (196,208,136)
#C4D088 contains mainly red and green colors. Web safe color of #C4D088 is #CCCC99 (or #CC9).
#C4D088 color RGB value is (196,208,136).
RGB: (196,208,136)
(77%, 82%, 53%)
R 196 of 255 = 77%
G 208 of 255 = 82%
B 136 of 255 = 53%
R + G + B ~ 71%. #C4D088 is quite light color.
R + G + B = 196 + 208 + 136 = 540 (100%)
R 196 of 540 ~ 36.3%
G 208 of 540 ~ 38.52%
B 136 of 540 ~ 25.19'%
#C4D088 color CMYK value is (6,0,35,18).
CMYK: (6,0,35,18)
C6M0Y35K18 (6%, 0%, 35%, 18%)
(0.06 / 0.00 / 0.35 / 0.18)
Color #C4D088 in popluar color models
C4 | D0 | 88 | |
---|---|---|---|
RGB | 196 | 208 | 136 |
HSL | 70° | 43.37% | 67.45% |
HSB/HSV | 70° | 34.62% | 81.57% |
CMYK | 5.77% | 0.00% | 34.62% |
18.43% |
Color #C4D088 in popluar number systems.
HEX | C4 | D0 | 88 |
Decimal | 196 | 208 | 136 |
Binary | 11000100 | 11010000 | 10001000 |
Octal | 304 | 320 | 210 |
Shades of #C4D088
Tints of #C4D088
Examples of css and html codes for elements with #C4D088 color. Also use rgb(196,208,136) instead hex code.
.myTextColor { color: #C4D088; }
<p style="color:#C4D088">This sample text font color is #C4D088.</p>
This text font color is #C4D088.
.myBgColor { background-color: #C4D088; }
<div style="background-color:#C4D088">Inner text</div>
This div background color is #C4D088.
.myBorderColor { border: 1px solid #C4D088; }
<div style="border:3px solid #C4D088">Div</div>
This div border color is #C4D088.
.myOpacity80 { color: #C4D088; opacity: 0.8; }
<p style="color:#C4D088;opacity:0.8;">80%</p>
Text with #C4D088 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C4D088;}
<p style="text-shadow: 3px 3px 1px #C4D088">Text here.</p>
This text has shadow with #C4D088 color.
.textShadow {text-shadow: 3px 3px 1px #C4D088', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C4D088, 5px 5px 20px red">Text here.</p>
This text has shadow with #C4D088 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C4D088, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C4D088, Direction=45, Strength=4)">Text</p>
This text has shadow with #C4D088 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C4D088;
-webkit-box-shadow: 1px 1px 3px 2px #C4D088;
box-shadow: 1px 1px 3px 2px #C4D088;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C4D088; -webkit-box-shadow: 1px 1px 3px 2px #C4D088; box-shadow:1px 1px 3px 2px #C4D088;">
Div content here
</div>
This text has color #C4D088 on black background.
This text has color #C4D088 on white background.
This text has black color on #C4D088 background.
This text has white color on #C4D088 background.
Complementary color for #hex is #3B2F77.