COLOR #C9AB8A

HEX: #C9AB8A
RGB: (201,171,138)

Color info

#C9AB8A contains mainly red and green colors. Web safe color of #C9AB8A is #CC9999 (or #C99).

RGB color model

#C9AB8A color RGB value is (201,171,138).

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

RGB channels and saturation

R 201 of 255 = 79%
G 171 of 255 = 67%
B 138 of 255 = 54%

201
171
138

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

Portions of RGB colors in percentages

R + G + B =
201 + 171 + 138 = 510 (100%)
R 201 of 510 ~ 39.41%
G 171 of 510 ~ 33.53%
B 138 of 510 ~ 27.06%

%39.41
%33.53
%27.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.93%
  • yellow value is 31.34%
  • key color value is 21.18%
CMYK: (0,15,31,21) C0M15Y31K21 (0%,15%,31%,21%) (0.00/0.15/0.31/0.21)

CMYK percentages

%0
%14.93
%31.34
%21.18

Codes

Color #C9AB8A in popluar color models

C9AB8A
RGB201171138
HSL31°36.84%66.47%
HSB/HSV31°31.34%78.82%
CMYK0.00%14.93%31.34%
21.18%

Color #C9AB8A in popluar number systems.

HEXC9AB8A
Decimal201171138
Binary110010011010101110001010
Octal311253212

Shades and tints

Shades of #C9AB8A

#C9AB8A
(201,171,138)
#B79C7E
(183,156,126)
#A58D72
(165,141,114)
#937E66
(147,126,102)
#816F5A
(129,111,90)
#6F604E
(111,96,78)
#5D5142
(93,81,66)
#4B4236
(75,66,54)
#39332A
(57,51,42)
#27241E
(39,36,30)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #C9AB8A

#C9AB8A
(201,171,138)
#CDB294
(205,178,148)
#D1B99E
(209,185,158)
#D5C0A8
(213,192,168)
#D9C7B2
(217,199,178)
#DDCEBC
(221,206,188)
#E1D5C6
(225,213,198)
#E5DCD0
(229,220,208)
#E9E3DA
(233,227,218)
#EDEAE4
(237,234,228)
#F1F1EE
(241,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9AB8A; }

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

This text font color is #C9AB8A.


Background Color

.myBgColor { background-color: #C9AB8A; }

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

This div background color is #C9AB8A.


Border color

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

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

This div border color is #C9AB8A.


Opacity

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

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

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

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

This text has shadow with #C9AB8A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C9AB8A on black background.


Color preview on white background

This text has color #C9AB8A on white background.



Black color preview on #C9AB8A background

This text has black color on #C9AB8A background.


White color preview on #C9AB8A background

This text has white color on #C9AB8A background.