COLOR #C9AB9F

HEX: #C9AB9F RGB: (201,171,159)

Color info

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

RGB color model

#C9AB9F color RGB value is (201,171,159).

RGB: (201,171,159) (79%, 67%, 62%)

RGB channels and saturation

R 201 of 255 = 79%
G 171 of 255 = 67%
B 159 of 255 = 62%

201
171
159

R + G + B ~ 69%. #C9AB9F is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 171 + 159 = 531 (100%)
R 201 of 531 ~ 37.85%
G 171 of 531 ~ 32.2%
B 159 of 531 ~ 29.94'%

%37.85
%32.2
%29.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.93%
  • yellow value is 20.90%
  • key color value is 21.18%

CMYK: (0,15,21,21)
C0M15Y21K21 (0%, 15%, 21%, 21%)
(0.00 / 0.15 / 0.21 / 0.21)

CMYK percentages

%0
%14.93
%20.9
%21.18

Codes

Color #C9AB9F in popluar color models

C9 AB 9F
RGB 201 171 159
HSL 17° 28.00% 70.59%
HSB/HSV 17° 20.90% 78.82%
CMYK 0.00% 14.93% 20.90%
21.18%

Color #C9AB9F in popluar number systems.

HEX C9 AB 9F
Decimal 201 171 159
Binary 11001001 10101011 10011111
Octal 311 253 237

Shades and tints

Shades of #C9AB9F

#C9AB9F
(201,171,159)
#B79C91
(183,156,145)
#A58D83
(165,141,131)
#937E75
(147,126,117)
#816F67
(129,111,103)
#6F6059
(111,96,89)
#5D514B
(93,81,75)
#4B423D
(75,66,61)
#39332F
(57,51,47)
#272421
(39,36,33)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #C9AB9F

#C9AB9F
(201,171,159)
#CDB2A7
(205,178,167)
#D1B9AF
(209,185,175)
#D5C0B7
(213,192,183)
#D9C7BF
(217,199,191)
#DDCEC7
(221,206,199)
#E1D5CF
(225,213,207)
#E5DCD7
(229,220,215)
#E9E3DF
(233,227,223)
#EDEAE7
(237,234,231)
#F1F1EF
(241,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9AB9F; }

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

This text font color is #C9AB9F.

Background Color

.myBgColor { background-color: #C9AB9F; }

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

This div background color is #C9AB9F.

Border color

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

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

This div border color is #C9AB9F.

Opacity

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

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

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

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

This text has shadow with #C9AB9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9AB9F.

Preview

Color preview on black background

This text has color #C9AB9F on black background.


Color preview on white background

This text has color #C9AB9F on white background.


Black color preview on #C9AB9F background

This text has black color on #C9AB9F background.


White color preview on #C9AB9F background

This text has white color on #C9AB9F background.


Related colors

Complementary color

Complementary color for #hex is #365460.


I love getcolorcode.com

Triadic colors

1 #9FC9AB and #AB9FC9 with #C9AB9F are triadic colors.

2 #9FABC9 and #ABC99F with #C9AB9F are triadic colors.