COLOR #C8AAA5

HEX: #C8AAA5 RGB: (200,170,165)

Color info

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

RGB color model

#C8AAA5 color RGB value is (200,170,165).

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

RGB channels and saturation

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

200
170
165

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

Portions of RGB colors in percentages

R + G + B = 200 + 170 + 165 = 535 (100%)
R 200 of 535 ~ 37.38%
G 170 of 535 ~ 31.78%
B 165 of 535 ~ 30.84'%

%37.38
%31.78
%30.84

CMYK color model

#C8AAA5 color CMYK value is (0,15,18,22).

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 17.50%
  • key color value is 21.57%
CMYK: (0,15,18,22) C0M15Y18K22 (0%,15%,18%,22%) (0.00/0.15/0.18/0.22) 

CMYK percentages

%0
%15
%17.5
%21.57

Codes

Color #C8AAA5 in popluar color models

C8 AA A5
RGB 200 170 165
HSL 24.14% 71.57%
HSB/HSV 17.50% 78.43%
CMYK 0.00% 15.00% 17.50%
21.57%

Color #C8AAA5 in popluar number systems.

HEX C8 AA A5
Decimal 200 170 165
Binary 11001000 10101010 10100101
Octal 310 252 245

Shades and tints

Shades of #C8AAA5

#C8AAA5
(200,170,165)
#B69B96
(182,155,150)
#A48C87
(164,140,135)
#927D78
(146,125,120)
#806E69
(128,110,105)
#6E5F5A
(110,95,90)
#5C504B
(92,80,75)
#4A413C
(74,65,60)
#38322D
(56,50,45)
#26231E
(38,35,30)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #C8AAA5

#C8AAA5
(200,170,165)
#CDB1AD
(205,177,173)
#D2B8B5
(210,184,181)
#D7BFBD
(215,191,189)
#DCC6C5
(220,198,197)
#E1CDCD
(225,205,205)
#E6D4D5
(230,212,213)
#EBDBDD
(235,219,221)
#F0E2E5
(240,226,229)
#F5E9ED
(245,233,237)
#FAF0F5
(250,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8AAA5; }

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

This text font color is #C8AAA5.

Background Color

.myBgColor { background-color: #C8AAA5; }

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

This div background color is #C8AAA5.

Border color

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

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

This div border color is #C8AAA5.

Opacity

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

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

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

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

This text has shadow with #C8AAA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8AAA5.

Preview

Color preview on black background

This text has color #C8AAA5 on black background.


Color preview on white background

This text has color #C8AAA5 on white background.


Black color preview on #C8AAA5 background

This text has black color on #C8AAA5 background.


White color preview on #C8AAA5 background

This text has white color on #C8AAA5 background.


Related colors

Complementary color

Complementary color for #hex is #37555A.


I love getcolorcode.com

Triadic colors

1 #A5C8AA and #AAA5C8 with #C8AAA5 are triadic colors.

2 #A5AAC8 and #AAC8A5 with #C8AAA5 are triadic colors.