COLOR #C8AAA7

HEX: #C8AAA7 RGB: (200,170,167)

Color info

#C8AAA7 contains red, green and blue colors in about the same proportion. Web safe color of #C8AAA7 is #CC9999 (or #C99).

RGB color model

#C8AAA7 color RGB value is (200,170,167).

RGB: (200,170,167) (78%, 67%, 65%)

RGB channels and saturation

R 200 of 255 = 78%
G 170 of 255 = 67%
B 167 of 255 = 65%

200
170
167

R + G + B ~ 70%. #C8AAA7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 170 + 167 = 537 (100%)
R 200 of 537 ~ 37.24%
G 170 of 537 ~ 31.66%
B 167 of 537 ~ 31.1'%

%37.24
%31.66
%31.1

CMYK color model

#C8AAA7 color CMYK value is (0,15,17,22).

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 16.50%
  • key color value is 21.57%
CMYK: (0,15,17,22) C0M15Y17K22 (0%,15%,17%,22%) (0.00/0.15/0.17/0.22) 

CMYK percentages

%0
%15
%16.5
%21.57

Codes

Color #C8AAA7 in popluar color models

C8 AA A7
RGB 200 170 167
HSL 23.08% 71.96%
HSB/HSV 16.50% 78.43%
CMYK 0.00% 15.00% 16.50%
21.57%

Color #C8AAA7 in popluar number systems.

HEX C8 AA A7
Decimal 200 170 167
Binary 11001000 10101010 10100111
Octal 310 252 247

Shades and tints

Shades of #C8AAA7

#C8AAA7
(200,170,167)
#B69B98
(182,155,152)
#A48C89
(164,140,137)
#927D7A
(146,125,122)
#806E6B
(128,110,107)
#6E5F5C
(110,95,92)
#5C504D
(92,80,77)
#4A413E
(74,65,62)
#38322F
(56,50,47)
#262320
(38,35,32)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #C8AAA7

#C8AAA7
(200,170,167)
#CDB1AF
(205,177,175)
#D2B8B7
(210,184,183)
#D7BFBF
(215,191,191)
#DCC6C7
(220,198,199)
#E1CDCF
(225,205,207)
#E6D4D7
(230,212,215)
#EBDBDF
(235,219,223)
#F0E2E7
(240,226,231)
#F5E9EF
(245,233,239)
#FAF0F7
(250,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8AAA7; }

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

This text font color is #C8AAA7.

Background Color

.myBgColor { background-color: #C8AAA7; }

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

This div background color is #C8AAA7.

Border color

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

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

This div border color is #C8AAA7.

Opacity

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

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

Text with #C8AAA7 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 #C8AAA7;}

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

This text has shadow with #C8AAA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8AAA7.

Preview

Color preview on black background

This text has color #C8AAA7 on black background.


Color preview on white background

This text has color #C8AAA7 on white background.


Black color preview on #C8AAA7 background

This text has black color on #C8AAA7 background.


White color preview on #C8AAA7 background

This text has white color on #C8AAA7 background.


Related colors

Complementary color

Complementary color for #hex is #375558.


I love getcolorcode.com

Triadic colors

1 #A7C8AA and #AAA7C8 with #C8AAA7 are triadic colors.

2 #A7AAC8 and #AAC8A7 with #C8AAA7 are triadic colors.