COLOR #C9AB8F

HEX: #C9AB8F
RGB: (201,171,143)

Color info

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

RGB color model

#C9AB8F color RGB value is (201,171,143).

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

RGB channels and saturation

R 201 of 255 = 79%
G 171 of 255 = 67%
B 143 of 255 = 56%

201
171
143

R + G + B ~ 67%. #C9AB8F is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 171 + 143 = 515 (100%)
R 201 of 515 ~ 39.03%
G 171 of 515 ~ 33.2%
B 143 of 515 ~ 27.77%

%39.03
%33.2
%27.77

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.93%
  • yellow value is 28.86%
  • key color value is 21.18%
CMYK:
(0,15,29,21)
C0M15Y29K21 
(0%,15%,29%,21%)
(0.00/0.15/0.29/0.21)	

CMYK percentages

%0
%14.93
%28.86
%21.18

Codes

Color #C9AB8F in popluar color models

C9AB8F
RGB201171143
HSL29°34.94%67.45%
HSB/HSV29°28.86%78.82%
CMYK0.00%14.93%28.86%
21.18%

Color #C9AB8F in popluar number systems.

HEXC9AB8F
Decimal201171143
Binary110010011010101110001111
Octal311253217

Shades and tints

Shades of #C9AB8F

#C9AB8F
(201,171,143)
#B79C82
(183,156,130)
#A58D75
(165,141,117)
#937E68
(147,126,104)
#816F5B
(129,111,91)
#6F604E
(111,96,78)
#5D5141
(93,81,65)
#4B4234
(75,66,52)
#393327
(57,51,39)
#27241A
(39,36,26)
#15150D
(21,21,13)
#000000
(0,0,0)

Tints of #C9AB8F

#C9AB8F
(201,171,143)
#CDB299
(205,178,153)
#D1B9A3
(209,185,163)
#D5C0AD
(213,192,173)
#D9C7B7
(217,199,183)
#DDCEC1
(221,206,193)
#E1D5CB
(225,213,203)
#E5DCD5
(229,220,213)
#E9E3DF
(233,227,223)
#EDEAE9
(237,234,233)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9AB8F; }

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

This text font color is #C9AB8F.


Background Color

.myBgColor { background-color: #C9AB8F; }

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

This div background color is #C9AB8F.


Border color

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

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

This div border color is #C9AB8F.


Opacity

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

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

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

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

This text has shadow with #C9AB8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9AB8F on black background.


Color preview on white background

This text has color #C9AB8F on white background.



Black color preview on #C9AB8F background

This text has black color on #C9AB8F background.


White color preview on #C9AB8F background

This text has white color on #C9AB8F background.