HEX: #C6AABB
RGB: (198,170,187)
#C6AABB contains red, green and blue colors in about the same proportion. Web safe color of #C6AABB is #CC99CC (or #C9C).
#C6AABB color RGB value is (198,170,187).
RGB: (198,170,187)
(78%, 67%, 73%)
R 198 of 255 = 78%
G 170 of 255 = 67%
B 187 of 255 = 73%
R + G + B ~ 73%. #C6AABB is quite light color.
R + G + B = 198 + 170 + 187 = 555 (100%)
R 198 of 555 ~ 35.68%
G 170 of 555 ~ 30.63%
B 187 of 555 ~ 33.69'%
#C6AABB color CMYK value is (0,14,6,22).
CMYK: (0,14,6,22) C0M14Y6K22 (0%,14%,6%,22%) (0.00/0.14/0.06/0.22)
Color #C6AABB in popluar color models
C6 | AA | BB | |
---|---|---|---|
RGB | 198 | 170 | 187 |
HSL | 324° | 19.72% | 72.16% |
HSB/HSV | 324° | 14.14% | 77.65% |
CMYK | 0.00% | 14.14% | 5.56% |
22.35% |
Color #C6AABB in popluar number systems.
HEX | C6 | AA | BB |
Decimal | 198 | 170 | 187 |
Binary | 11000110 | 10101010 | 10111011 |
Octal | 306 | 252 | 273 |
Shades of #C6AABB
Tints of #C6AABB
Examples of css and html codes for elements with #C6AABB color. Also use rgb(198,170,187) instead hex code.
.myTextColor { color: #C6AABB; }
<p style="color:#C6AABB">This sample text font color is #C6AABB.</p>
This text font color is #C6AABB.
.myBgColor { background-color: #C6AABB; }
<div style="background-color:#C6AABB">Inner text</div>
This div background color is #C6AABB.
.myBorderColor { border: 1px solid #C6AABB; }
<div style="border:3px solid #C6AABB">Div</div>
This div border color is #C6AABB.
.myOpacity80 { color: #C6AABB; opacity: 0.8; }
<p style="color:#C6AABB;opacity:0.8;">80%</p>
Text with #C6AABB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6AABB;}
<p style="text-shadow: 3px 3px 1px #C6AABB">Text here.</p>
This text has shadow with #C6AABB color.
.textShadow {text-shadow: 3px 3px 1px #C6AABB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6AABB, 5px 5px 20px red">Text here.</p>
This text has shadow with #C6AABB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6AABB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6AABB, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6AABB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C6AABB;
-webkit-box-shadow: 1px 1px 3px 2px #C6AABB;
box-shadow: 1px 1px 3px 2px #C6AABB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6AABB; -webkit-box-shadow: 1px 1px 3px 2px #C6AABB; box-shadow:1px 1px 3px 2px #C6AABB;">
Div content here
</div>
This text has color #C6AABB on black background.
This text has color #C6AABB on white background.
This text has black color on #C6AABB background.
This text has white color on #C6AABB background.
Complementary color for #hex is #395544.