COLOR #C8A8AA

HEX: #C8A8AA
RGB: (200,168,170)

Color info

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

RGB color model

#C8A8AA color RGB value is (200,168,170).

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

RGB channels and saturation

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

200
168
170

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

Portions of RGB colors in percentages

R + G + B =
200 + 168 + 170 = 538 (100%)
R 200 of 538 ~ 37.17%
G 168 of 538 ~ 31.23%
B 170 of 538 ~ 31.6%

%37.17
%31.23
%31.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.00%
  • 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
%16
%15
%21.57

Codes

Color #C8A8AA in popluar color models

C8A8AA
RGB200168170
HSL356°22.54%72.16%
HSB/HSV356°16.00%78.43%
CMYK0.00%16.00%15.00%
21.57%

Color #C8A8AA in popluar number systems.

HEXC8A8AA
Decimal200168170
Binary110010001010100010101010
Octal310250252

Shades and tints

Shades of #C8A8AA

#C8A8AA
(200,168,170)
#B6999B
(182,153,155)
#A48A8C
(164,138,140)
#927B7D
(146,123,125)
#806C6E
(128,108,110)
#6E5D5F
(110,93,95)
#5C4E50
(92,78,80)
#4A3F41
(74,63,65)
#383032
(56,48,50)
#262123
(38,33,35)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #C8A8AA

#C8A8AA
(200,168,170)
#CDAFB1
(205,175,177)
#D2B6B8
(210,182,184)
#D7BDBF
(215,189,191)
#DCC4C6
(220,196,198)
#E1CBCD
(225,203,205)
#E6D2D4
(230,210,212)
#EBD9DB
(235,217,219)
#F0E0E2
(240,224,226)
#F5E7E9
(245,231,233)
#FAEEF0
(250,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8A8AA; }

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

This text font color is #C8A8AA.


Background Color

.myBgColor { background-color: #C8A8AA; }

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

This div background color is #C8A8AA.


Border color

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

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

This div border color is #C8A8AA.


Opacity

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

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

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

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

This text has shadow with #C8A8AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8A8AA on black background.


Color preview on white background

This text has color #C8A8AA on white background.



Black color preview on #C8A8AA background

This text has black color on #C8A8AA background.


White color preview on #C8A8AA background

This text has white color on #C8A8AA background.