COLOR #C8AFA7

HEX: #C8AFA7
RGB: (200,175,167)

Color info

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

RGB color model

#C8AFA7 color RGB value is (200,175,167).

  • red value is 200;
  • green value is 175;
  • blue value is 167.
RGB:
(200,175,167)
(78%,69%,65%)

RGB channels and saturation

R 200 of 255 = 78%
G 175 of 255 = 69%
B 167 of 255 = 65%

200
175
167

R + G + B ~ 71%. #C8AFA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 175 + 167 = 542 (100%)
R 200 of 542 ~ 36.9%
G 175 of 542 ~ 32.29%
B 167 of 542 ~ 30.81%

%36.9
%32.29
%30.81

CMYK color model

#C8AFA7 color CMYK value is (0,13,17,22).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 16.50%
  • key color value is 21.57%
CMYK:
(0,13,17,22)
C0M13Y17K22 
(0%,13%,17%,22%)
(0.00/0.13/0.17/0.22)	

CMYK percentages

%0
%12.5
%16.5
%21.57

Codes

Color #C8AFA7 in popluar color models

C8AFA7
RGB200175167
HSL15°23.08%71.96%
HSB/HSV15°16.50%78.43%
CMYK0.00%12.50%16.50%
21.57%

Color #C8AFA7 in popluar number systems.

HEXC8AFA7
Decimal200175167
Binary110010001010111110100111
Octal310257247

Shades and tints

Shades of #C8AFA7

#C8AFA7
(200,175,167)
#B6A098
(182,160,152)
#A49189
(164,145,137)
#92827A
(146,130,122)
#80736B
(128,115,107)
#6E645C
(110,100,92)
#5C554D
(92,85,77)
#4A463E
(74,70,62)
#38372F
(56,55,47)
#262820
(38,40,32)
#141911
(20,25,17)
#000000
(0,0,0)

Tints of #C8AFA7

#C8AFA7
(200,175,167)
#CDB6AF
(205,182,175)
#D2BDB7
(210,189,183)
#D7C4BF
(215,196,191)
#DCCBC7
(220,203,199)
#E1D2CF
(225,210,207)
#E6D9D7
(230,217,215)
#EBE0DF
(235,224,223)
#F0E7E7
(240,231,231)
#F5EEEF
(245,238,239)
#FAF5F7
(250,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8AFA7; }

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

This text font color is #C8AFA7.


Background Color

.myBgColor { background-color: #C8AFA7; }

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

This div background color is #C8AFA7.


Border color

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

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

This div border color is #C8AFA7.


Opacity

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

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

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

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

This text has shadow with #C8AFA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8AFA7 on black background.


Color preview on white background

This text has color #C8AFA7 on white background.



Black color preview on #C8AFA7 background

This text has black color on #C8AFA7 background.


White color preview on #C8AFA7 background

This text has white color on #C8AFA7 background.