COLOR #C9B08E

HEX: #C9B08E
RGB: (201,176,142)

Color info

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

RGB color model

#C9B08E color RGB value is (201,176,142).

  • red value is 201;
  • green value is 176;
  • blue value is 142.
RGB:
(201,176,142)
(79%,69%,56%)

RGB channels and saturation

R 201 of 255 = 79%
G 176 of 255 = 69%
B 142 of 255 = 56%

201
176
142

R + G + B ~ 68%. #C9B08E is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 176 + 142 = 519 (100%)
R 201 of 519 ~ 38.73%
G 176 of 519 ~ 33.91%
B 142 of 519 ~ 27.36%

%38.73
%33.91
%27.36

CMYK color model

#C9B08E color CMYK value is (0,12,29,21).

  • cyan value is 0.00%
  • magenta value is 12.44%
  • yellow value is 29.35%
  • key color value is 21.18%
CMYK:
(0,12,29,21)
C0M12Y29K21 
(0%,12%,29%,21%)
(0.00/0.12/0.29/0.21)	

CMYK percentages

%0
%12.44
%29.35
%21.18

Codes

Color #C9B08E in popluar color models

C9B08E
RGB201176142
HSL35°35.33%67.25%
HSB/HSV35°29.35%78.82%
CMYK0.00%12.44%29.35%
21.18%

Color #C9B08E in popluar number systems.

HEXC9B08E
Decimal201176142
Binary110010011011000010001110
Octal311260216

Shades and tints

Shades of #C9B08E

#C9B08E
(201,176,142)
#B7A082
(183,160,130)
#A59076
(165,144,118)
#93806A
(147,128,106)
#81705E
(129,112,94)
#6F6052
(111,96,82)
#5D5046
(93,80,70)
#4B403A
(75,64,58)
#39302E
(57,48,46)
#272022
(39,32,34)
#151016
(21,16,22)
#000000
(0,0,0)

Tints of #C9B08E

#C9B08E
(201,176,142)
#CDB798
(205,183,152)
#D1BEA2
(209,190,162)
#D5C5AC
(213,197,172)
#D9CCB6
(217,204,182)
#DDD3C0
(221,211,192)
#E1DACA
(225,218,202)
#E5E1D4
(229,225,212)
#E9E8DE
(233,232,222)
#EDEFE8
(237,239,232)
#F1F6F2
(241,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9B08E color. Also use rgb(201,176,142) instead hex code.

Text Font Color

.myTextColor { color: #C9B08E; }

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

This text font color is #C9B08E.


Background Color

.myBgColor { background-color: #C9B08E; }

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

This div background color is #C9B08E.


Border color

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

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

This div border color is #C9B08E.


Opacity

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

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

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

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

This text has shadow with #C9B08E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9B08E on black background.


Color preview on white background

This text has color #C9B08E on white background.



Black color preview on #C9B08E background

This text has black color on #C9B08E background.


White color preview on #C9B08E background

This text has white color on #C9B08E background.