COLOR #C8AAB6

HEX: #C8AAB6 RGB: (200,170,182)

Color info

#C8AAB6 contains red, green and blue colors in about the same proportion. Web safe color of #C8AAB6 is #CC99CC (or #C9C).

RGB color model

#C8AAB6 color RGB value is (200,170,182).

RGB: (200,170,182) (78%, 67%, 71%)

RGB channels and saturation

R 200 of 255 = 78%
G 170 of 255 = 67%
B 182 of 255 = 71%

200
170
182

R + G + B ~ 72%. #C8AAB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 170 + 182 = 552 (100%)
R 200 of 552 ~ 36.23%
G 170 of 552 ~ 30.8%
B 182 of 552 ~ 32.97'%

%36.23
%30.8
%32.97

CMYK color model

#C8AAB6 color CMYK value is (0,15,9,22).

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 9.00%
  • key color value is 21.57%

CMYK: (0,15,9,22)
C0M15Y9K22 (0%, 15%, 9%, 22%)
(0.00 / 0.15 / 0.09 / 0.22)

CMYK percentages

%0
%15
%9
%21.57

Codes

Color #C8AAB6 in popluar color models

C8 AA B6
RGB 200 170 182
HSL 336° 21.43% 72.55%
HSB/HSV 336° 15.00% 78.43%
CMYK 0.00% 15.00% 9.00%
21.57%

Color #C8AAB6 in popluar number systems.

HEX C8 AA B6
Decimal 200 170 182
Binary 11001000 10101010 10110110
Octal 310 252 266

Shades and tints

Shades of #C8AAB6

#C8AAB6
(200,170,182)
#B69BA6
(182,155,166)
#A48C96
(164,140,150)
#927D86
(146,125,134)
#806E76
(128,110,118)
#6E5F66
(110,95,102)
#5C5056
(92,80,86)
#4A4146
(74,65,70)
#383236
(56,50,54)
#262326
(38,35,38)
#141416
(20,20,22)
#000000
(0,0,0)

Tints of #C8AAB6

#C8AAB6
(200,170,182)
#CDB1BC
(205,177,188)
#D2B8C2
(210,184,194)
#D7BFC8
(215,191,200)
#DCC6CE
(220,198,206)
#E1CDD4
(225,205,212)
#E6D4DA
(230,212,218)
#EBDBE0
(235,219,224)
#F0E2E6
(240,226,230)
#F5E9EC
(245,233,236)
#FAF0F2
(250,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8AAB6 color. Also use rgb(200,170,182) instead hex code.

Text Font Color

.myTextColor { color: #C8AAB6; }

<p style="color:#C8AAB6">This sample text font color is #C8AAB6.</p>

This text font color is #C8AAB6.

Background Color

.myBgColor { background-color: #C8AAB6; }

<div style="background-color:#C8AAB6">Inner text</div>

This div background color is #C8AAB6.

Border color

.myBorderColor { border: 1px solid #C8AAB6; }

<div style="border:3px solid #C8AAB6">Div</div>

This div border color is #C8AAB6.

Opacity

.myOpacity80 { color: #C8AAB6; opacity: 0.8; }

<p style="color:#C8AAB6;opacity:0.8;">80%</p>

Text with #C8AAB6 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C8AAB6;}

<p style="text-shadow: 3px 3px 1px #C8AAB6">Text here.</p>

This text has shadow with #C8AAB6 color.


.textShadow {text-shadow: 3px 3px 1px #C8AAB6', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C8AAB6, 5px 5px 20px red">Text here.</p>

This text has shadow with #C8AAB6 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C8AAB6, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C8AAB6, Direction=45, Strength=4)">Text</p>

This text has shadow with #C8AAB6 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C8AAB6;
-webkit-box-shadow: 1px 1px 3px 2px #C8AAB6;
box-shadow: 1px 1px 3px 2px #C8AAB6;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C8AAB6; -webkit-box-shadow: 1px 1px 3px 2px #C8AAB6; box-shadow:1px 1px 3px 2px #C8AAB6;">
Div content here
</div>

This div box has shadow with color #C8AAB6.

Preview

Color preview on black background

This text has color #C8AAB6 on black background.


Color preview on white background

This text has color #C8AAB6 on white background.


Black color preview on #C8AAB6 background

This text has black color on #C8AAB6 background.


White color preview on #C8AAB6 background

This text has white color on #C8AAB6 background.


Related colors

Complementary color

Complementary color for #hex is #375549.


I love getcolorcode.com

Triadic colors

1 #B6C8AA and #AAB6C8 with #C8AAB6 are triadic colors.

2 #B6AAC8 and #AAC8B6 with #C8AAB6 are triadic colors.