HEX: #C4ADBB
RGB: (196,173,187)
#C4ADBB contains red, green and blue colors in about the same proportion. Web safe color of #C4ADBB is #CC99CC (or #C9C).
#C4ADBB color RGB value is (196,173,187).
RGB: (196,173,187)
(77%, 68%, 73%)
R 196 of 255 = 77%
G 173 of 255 = 68%
B 187 of 255 = 73%
R + G + B ~ 73%. #C4ADBB is quite light color.
R + G + B = 196 + 173 + 187 = 556 (100%)
R 196 of 556 ~ 35.25%
G 173 of 556 ~ 31.12%
B 187 of 556 ~ 33.63'%
#C4ADBB color CMYK value is (0,12,5,23).
CMYK: (0,12,5,23)
C0M12Y5K23 (0%, 12%, 5%, 23%)
(0.00 / 0.12 / 0.05 / 0.23)
Color #C4ADBB in popluar color models
C4 | AD | BB | |
---|---|---|---|
RGB | 196 | 173 | 187 |
HSL | 323° | 16.31% | 72.35% |
HSB/HSV | 323° | 11.73% | 76.86% |
CMYK | 0.00% | 11.73% | 4.59% |
23.14% |
Color #C4ADBB in popluar number systems.
HEX | C4 | AD | BB |
Decimal | 196 | 173 | 187 |
Binary | 11000100 | 10101101 | 10111011 |
Octal | 304 | 255 | 273 |
Shades of #C4ADBB
Tints of #C4ADBB
Examples of css and html codes for elements with #C4ADBB color. Also use rgb(196,173,187) instead hex code.
.myTextColor { color: #C4ADBB; }
<p style="color:#C4ADBB">This sample text font color is #C4ADBB.</p>
This text font color is #C4ADBB.
.myBgColor { background-color: #C4ADBB; }
<div style="background-color:#C4ADBB">Inner text</div>
This div background color is #C4ADBB.
.myBorderColor { border: 1px solid #C4ADBB; }
<div style="border:3px solid #C4ADBB">Div</div>
This div border color is #C4ADBB.
.myOpacity80 { color: #C4ADBB; opacity: 0.8; }
<p style="color:#C4ADBB;opacity:0.8;">80%</p>
Text with #C4ADBB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C4ADBB;}
<p style="text-shadow: 3px 3px 1px #C4ADBB">Text here.</p>
This text has shadow with #C4ADBB color.
.textShadow {text-shadow: 3px 3px 1px #C4ADBB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C4ADBB, 5px 5px 20px red">Text here.</p>
This text has shadow with #C4ADBB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C4ADBB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C4ADBB, Direction=45, Strength=4)">Text</p>
This text has shadow with #C4ADBB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C4ADBB;
-webkit-box-shadow: 1px 1px 3px 2px #C4ADBB;
box-shadow: 1px 1px 3px 2px #C4ADBB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C4ADBB; -webkit-box-shadow: 1px 1px 3px 2px #C4ADBB; box-shadow:1px 1px 3px 2px #C4ADBB;">
Div content here
</div>
This text has color #C4ADBB on black background.
This text has color #C4ADBB on white background.
This text has black color on #C4ADBB background.
This text has white color on #C4ADBB background.
Complementary color for #hex is #3B5244.