COLOR #C9AFB7

HEX: #C9AFB7
RGB: (201,175,183)

Color info

#C9AFB7 contains red, green and blue colors in about the same proportion. Web safe color of #C9AFB7 is #CC99CC (or #C9C).

RGB color model

#C9AFB7 color RGB value is (201,175,183).

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

RGB channels and saturation

R 201 of 255 = 79%
G 175 of 255 = 69%
B 183 of 255 = 72%

201
175
183

R + G + B ~ 73%. #C9AFB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 175 + 183 = 559 (100%)
R 201 of 559 ~ 35.96%
G 175 of 559 ~ 31.31%
B 183 of 559 ~ 32.74%

%35.96
%31.31
%32.74

CMYK color model

#C9AFB7 color CMYK value is (0,13,9,21).

  • cyan value is 0.00%
  • magenta value is 12.94%
  • yellow value is 8.96%
  • key color value is 21.18%
CMYK:
(0,13,9,21)
C0M13Y9K21 
(0%,13%,9%,21%)
(0.00/0.13/0.09/0.21)	

CMYK percentages

%0
%12.94
%8.96
%21.18

Codes

Color #C9AFB7 in popluar color models

C9AFB7
RGB201175183
HSL342°19.40%73.73%
HSB/HSV342°12.94%78.82%
CMYK0.00%12.94%8.96%
21.18%

Color #C9AFB7 in popluar number systems.

HEXC9AFB7
Decimal201175183
Binary110010011010111110110111
Octal311257267

Shades and tints

Shades of #C9AFB7

#C9AFB7
(201,175,183)
#B7A0A7
(183,160,167)
#A59197
(165,145,151)
#938287
(147,130,135)
#817377
(129,115,119)
#6F6467
(111,100,103)
#5D5557
(93,85,87)
#4B4647
(75,70,71)
#393737
(57,55,55)
#272827
(39,40,39)
#151917
(21,25,23)
#000000
(0,0,0)

Tints of #C9AFB7

#C9AFB7
(201,175,183)
#CDB6BD
(205,182,189)
#D1BDC3
(209,189,195)
#D5C4C9
(213,196,201)
#D9CBCF
(217,203,207)
#DDD2D5
(221,210,213)
#E1D9DB
(225,217,219)
#E5E0E1
(229,224,225)
#E9E7E7
(233,231,231)
#EDEEED
(237,238,237)
#F1F5F3
(241,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9AFB7; }

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

This text font color is #C9AFB7.


Background Color

.myBgColor { background-color: #C9AFB7; }

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

This div background color is #C9AFB7.


Border color

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

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

This div border color is #C9AFB7.


Opacity

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

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

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

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

This text has shadow with #C9AFB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9AFB7 on black background.


Color preview on white background

This text has color #C9AFB7 on white background.



Black color preview on #C9AFB7 background

This text has black color on #C9AFB7 background.


White color preview on #C9AFB7 background

This text has white color on #C9AFB7 background.