COLOR #C9ABAF

HEX: #C9ABAF
RGB: (201,171,175)

Color info

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

RGB color model

#C9ABAF color RGB value is (201,171,175).

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

RGB channels and saturation

R 201 of 255 = 79%
G 171 of 255 = 67%
B 175 of 255 = 69%

201
171
175

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

Portions of RGB colors in percentages

R + G + B =
201 + 171 + 175 = 547 (100%)
R 201 of 547 ~ 36.75%
G 171 of 547 ~ 31.26%
B 175 of 547 ~ 31.99%

%36.75
%31.26
%31.99

CMYK color model

#C9ABAF color CMYK value is (0,15,13,21).

  • cyan value is 0.00%
  • magenta value is 14.93%
  • yellow value is 12.94%
  • key color value is 21.18%
CMYK:
(0,15,13,21)
C0M15Y13K21 
(0%,15%,13%,21%)
(0.00/0.15/0.13/0.21)	

CMYK percentages

%0
%14.93
%12.94
%21.18

Codes

Color #C9ABAF in popluar color models

C9ABAF
RGB201171175
HSL352°21.74%72.94%
HSB/HSV352°14.93%78.82%
CMYK0.00%14.93%12.94%
21.18%

Color #C9ABAF in popluar number systems.

HEXC9ABAF
Decimal201171175
Binary110010011010101110101111
Octal311253257

Shades and tints

Shades of #C9ABAF

#C9ABAF
(201,171,175)
#B79CA0
(183,156,160)
#A58D91
(165,141,145)
#937E82
(147,126,130)
#816F73
(129,111,115)
#6F6064
(111,96,100)
#5D5155
(93,81,85)
#4B4246
(75,66,70)
#393337
(57,51,55)
#272428
(39,36,40)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #C9ABAF

#C9ABAF
(201,171,175)
#CDB2B6
(205,178,182)
#D1B9BD
(209,185,189)
#D5C0C4
(213,192,196)
#D9C7CB
(217,199,203)
#DDCED2
(221,206,210)
#E1D5D9
(225,213,217)
#E5DCE0
(229,220,224)
#E9E3E7
(233,227,231)
#EDEAEE
(237,234,238)
#F1F1F5
(241,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9ABAF; }

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

This text font color is #C9ABAF.


Background Color

.myBgColor { background-color: #C9ABAF; }

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

This div background color is #C9ABAF.


Border color

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

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

This div border color is #C9ABAF.


Opacity

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

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

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

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

This text has shadow with #C9ABAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9ABAF on black background.


Color preview on white background

This text has color #C9ABAF on white background.



Black color preview on #C9ABAF background

This text has black color on #C9ABAF background.


White color preview on #C9ABAF background

This text has white color on #C9ABAF background.