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