COLOR #C9AFB1

HEX: #C9AFB1
RGB: (201,175,177)

Color info

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

RGB color model

#C9AFB1 color RGB value is (201,175,177).

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

RGB channels and saturation

R 201 of 255 = 79%
G 175 of 255 = 69%
B 177 of 255 = 69%

201
175
177

R + G + B ~ 72%. #C9AFB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 175 + 177 = 553 (100%)
R 201 of 553 ~ 36.35%
G 175 of 553 ~ 31.65%
B 177 of 553 ~ 32.01%

%36.35
%31.65
%32.01

CMYK color model

#C9AFB1 color CMYK value is (0,13,12,21).

  • cyan value is 0.00%
  • magenta value is 12.94%
  • yellow value is 11.94%
  • key color value is 21.18%
CMYK:
(0,13,12,21)
C0M13Y12K21 
(0%,13%,12%,21%)
(0.00/0.13/0.12/0.21)	

CMYK percentages

%0
%12.94
%11.94
%21.18

Codes

Color #C9AFB1 in popluar color models

C9AFB1
RGB201175177
HSL355°19.40%73.73%
HSB/HSV355°12.94%78.82%
CMYK0.00%12.94%11.94%
21.18%

Color #C9AFB1 in popluar number systems.

HEXC9AFB1
Decimal201175177
Binary110010011010111110110001
Octal311257261

Shades and tints

Shades of #C9AFB1

#C9AFB1
(201,175,177)
#B7A0A1
(183,160,161)
#A59191
(165,145,145)
#938281
(147,130,129)
#817371
(129,115,113)
#6F6461
(111,100,97)
#5D5551
(93,85,81)
#4B4641
(75,70,65)
#393731
(57,55,49)
#272821
(39,40,33)
#151911
(21,25,17)
#000000
(0,0,0)

Tints of #C9AFB1

#C9AFB1
(201,175,177)
#CDB6B8
(205,182,184)
#D1BDBF
(209,189,191)
#D5C4C6
(213,196,198)
#D9CBCD
(217,203,205)
#DDD2D4
(221,210,212)
#E1D9DB
(225,217,219)
#E5E0E2
(229,224,226)
#E9E7E9
(233,231,233)
#EDEEF0
(237,238,240)
#F1F5F7
(241,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9AFB1; }

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

This text font color is #C9AFB1.


Background Color

.myBgColor { background-color: #C9AFB1; }

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

This div background color is #C9AFB1.


Border color

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

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

This div border color is #C9AFB1.


Opacity

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

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

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

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

This text has shadow with #C9AFB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9AFB1 on black background.


Color preview on white background

This text has color #C9AFB1 on white background.



Black color preview on #C9AFB1 background

This text has black color on #C9AFB1 background.


White color preview on #C9AFB1 background

This text has white color on #C9AFB1 background.