COLOR #C9AFA7

HEX: #C9AFA7
RGB: (201,175,167)

Color info

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

RGB color model

#C9AFA7 color RGB value is (201,175,167).

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

RGB channels and saturation

R 201 of 255 = 79%
G 175 of 255 = 69%
B 167 of 255 = 65%

201
175
167

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

Portions of RGB colors in percentages

R + G + B =
201 + 175 + 167 = 543 (100%)
R 201 of 543 ~ 37.02%
G 175 of 543 ~ 32.23%
B 167 of 543 ~ 30.76%

%37.02
%32.23
%30.76

CMYK color model

#C9AFA7 color CMYK value is (0,13,17,21).

  • cyan value is 0.00%
  • magenta value is 12.94%
  • yellow value is 16.92%
  • key color value is 21.18%
CMYK:
(0,13,17,21)
C0M13Y17K21 
(0%,13%,17%,21%)
(0.00/0.13/0.17/0.21)	

CMYK percentages

%0
%12.94
%16.92
%21.18

Codes

Color #C9AFA7 in popluar color models

C9AFA7
RGB201175167
HSL14°23.94%72.16%
HSB/HSV14°16.92%78.82%
CMYK0.00%12.94%16.92%
21.18%

Color #C9AFA7 in popluar number systems.

HEXC9AFA7
Decimal201175167
Binary110010011010111110100111
Octal311257247

Shades and tints

Shades of #C9AFA7

#C9AFA7
(201,175,167)
#B7A098
(183,160,152)
#A59189
(165,145,137)
#93827A
(147,130,122)
#81736B
(129,115,107)
#6F645C
(111,100,92)
#5D554D
(93,85,77)
#4B463E
(75,70,62)
#39372F
(57,55,47)
#272820
(39,40,32)
#151911
(21,25,17)
#000000
(0,0,0)

Tints of #C9AFA7

#C9AFA7
(201,175,167)
#CDB6AF
(205,182,175)
#D1BDB7
(209,189,183)
#D5C4BF
(213,196,191)
#D9CBC7
(217,203,199)
#DDD2CF
(221,210,207)
#E1D9D7
(225,217,215)
#E5E0DF
(229,224,223)
#E9E7E7
(233,231,231)
#EDEEEF
(237,238,239)
#F1F5F7
(241,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9AFA7; }

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

This text font color is #C9AFA7.


Background Color

.myBgColor { background-color: #C9AFA7; }

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

This div background color is #C9AFA7.


Border color

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

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

This div border color is #C9AFA7.


Opacity

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

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

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

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

This text has shadow with #C9AFA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9AFA7 on black background.


Color preview on white background

This text has color #C9AFA7 on white background.



Black color preview on #C9AFA7 background

This text has black color on #C9AFA7 background.


White color preview on #C9AFA7 background

This text has white color on #C9AFA7 background.