COLOR #C9AB6E

HEX: #C9AB6E
RGB: (201,171,110)

Color info

#C9AB6E contains mainly red and green colors. Web safe color of #C9AB6E is #CC9966 (or #C96).

RGB color model

#C9AB6E color RGB value is (201,171,110).

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

RGB channels and saturation

R 201 of 255 = 79%
G 171 of 255 = 67%
B 110 of 255 = 43%

201
171
110

R + G + B ~ 63%. #C9AB6E is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 171 + 110 = 482 (100%)
R 201 of 482 ~ 41.7%
G 171 of 482 ~ 35.48%
B 110 of 482 ~ 22.82%

%41.7
%35.48
%22.82

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.93%
  • yellow value is 45.27%
  • key color value is 21.18%
CMYK:
(0,15,45,21)
C0M15Y45K21 
(0%,15%,45%,21%)
(0.00/0.15/0.45/0.21)	

CMYK percentages

%0
%14.93
%45.27
%21.18

Codes

Color #C9AB6E in popluar color models

C9AB6E
RGB201171110
HSL40°45.73%60.98%
HSB/HSV40°45.27%78.82%
CMYK0.00%14.93%45.27%
21.18%

Color #C9AB6E in popluar number systems.

HEXC9AB6E
Decimal201171110
Binary11001001101010111101110
Octal311253156

Shades and tints

Shades of #C9AB6E

#C9AB6E
(201,171,110)
#B79C64
(183,156,100)
#A58D5A
(165,141,90)
#937E50
(147,126,80)
#816F46
(129,111,70)
#6F603C
(111,96,60)
#5D5132
(93,81,50)
#4B4228
(75,66,40)
#39331E
(57,51,30)
#272414
(39,36,20)
#15150A
(21,21,10)
#000000
(0,0,0)

Tints of #C9AB6E

#C9AB6E
(201,171,110)
#CDB27B
(205,178,123)
#D1B988
(209,185,136)
#D5C095
(213,192,149)
#D9C7A2
(217,199,162)
#DDCEAF
(221,206,175)
#E1D5BC
(225,213,188)
#E5DCC9
(229,220,201)
#E9E3D6
(233,227,214)
#EDEAE3
(237,234,227)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9AB6E; }

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

This text font color is #C9AB6E.


Background Color

.myBgColor { background-color: #C9AB6E; }

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

This div background color is #C9AB6E.


Border color

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

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

This div border color is #C9AB6E.


Opacity

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

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

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

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

This text has shadow with #C9AB6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9AB6E on black background.


Color preview on white background

This text has color #C9AB6E on white background.



Black color preview on #C9AB6E background

This text has black color on #C9AB6E background.


White color preview on #C9AB6E background

This text has white color on #C9AB6E background.