COLOR #C8A9AA

HEX: #C8A9AA
RGB: (200,169,170)

Color info

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

RGB color model

#C8A9AA color RGB value is (200,169,170).

  • red value is 200;
  • green value is 169;
  • blue value is 170.
RGB:
(200,169,170)
(78%,66%,67%)

RGB channels and saturation

R 200 of 255 = 78%
G 169 of 255 = 66%
B 170 of 255 = 67%

200
169
170

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

Portions of RGB colors in percentages

R + G + B =
200 + 169 + 170 = 539 (100%)
R 200 of 539 ~ 37.11%
G 169 of 539 ~ 31.35%
B 170 of 539 ~ 31.54%

%37.11
%31.35
%31.54

CMYK color model

#C8A9AA color CMYK value is (0,16,15,22).

  • cyan value is 0.00%
  • magenta value is 15.50%
  • yellow value is 15.00%
  • key color value is 21.57%
CMYK:
(0,16,15,22)
C0M16Y15K22 
(0%,16%,15%,22%)
(0.00/0.16/0.15/0.22)	

CMYK percentages

%0
%15.5
%15
%21.57

Codes

Color #C8A9AA in popluar color models

C8A9AA
RGB200169170
HSL358°21.99%72.35%
HSB/HSV358°15.50%78.43%
CMYK0.00%15.50%15.00%
21.57%

Color #C8A9AA in popluar number systems.

HEXC8A9AA
Decimal200169170
Binary110010001010100110101010
Octal310251252

Shades and tints

Shades of #C8A9AA

#C8A9AA
(200,169,170)
#B69A9B
(182,154,155)
#A48B8C
(164,139,140)
#927C7D
(146,124,125)
#806D6E
(128,109,110)
#6E5E5F
(110,94,95)
#5C4F50
(92,79,80)
#4A4041
(74,64,65)
#383132
(56,49,50)
#262223
(38,34,35)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #C8A9AA

#C8A9AA
(200,169,170)
#CDB0B1
(205,176,177)
#D2B7B8
(210,183,184)
#D7BEBF
(215,190,191)
#DCC5C6
(220,197,198)
#E1CCCD
(225,204,205)
#E6D3D4
(230,211,212)
#EBDADB
(235,218,219)
#F0E1E2
(240,225,226)
#F5E8E9
(245,232,233)
#FAEFF0
(250,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8A9AA; }

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

This text font color is #C8A9AA.


Background Color

.myBgColor { background-color: #C8A9AA; }

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

This div background color is #C8A9AA.


Border color

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

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

This div border color is #C8A9AA.


Opacity

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

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

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

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

This text has shadow with #C8A9AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8A9AA on black background.


Color preview on white background

This text has color #C8A9AA on white background.



Black color preview on #C8A9AA background

This text has black color on #C8A9AA background.


White color preview on #C8A9AA background

This text has white color on #C8A9AA background.