COLOR #C9B99E

HEX: #C9B99E
RGB: (201,185,158)

Color info

#C9B99E contains red, green and blue colors in about the same proportion. Web safe color of #C9B99E is #CCCC99 (or #CC9).

RGB color model

#C9B99E color RGB value is (201,185,158).

  • red value is 201;
  • green value is 185;
  • blue value is 158.
RGB:
(201,185,158)
(79%,73%,62%)

RGB channels and saturation

R 201 of 255 = 79%
G 185 of 255 = 73%
B 158 of 255 = 62%

201
185
158

R + G + B ~ 71%. #C9B99E is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 185 + 158 = 544 (100%)
R 201 of 544 ~ 36.95%
G 185 of 544 ~ 34.01%
B 158 of 544 ~ 29.04%

%36.95
%34.01
%29.04

CMYK color model

#C9B99E color CMYK value is (0,8,21,21).

  • cyan value is 0.00%
  • magenta value is 7.96%
  • yellow value is 21.39%
  • key color value is 21.18%
CMYK:
(0,8,21,21)
C0M8Y21K21 
(0%,8%,21%,21%)
(0.00/0.08/0.21/0.21)	

CMYK percentages

%0
%7.96
%21.39
%21.18

Codes

Color #C9B99E in popluar color models

C9B99E
RGB201185158
HSL38°28.48%70.39%
HSB/HSV38°21.39%78.82%
CMYK0.00%7.96%21.39%
21.18%

Color #C9B99E in popluar number systems.

HEXC9B99E
Decimal201185158
Binary110010011011100110011110
Octal311271236

Shades and tints

Shades of #C9B99E

#C9B99E
(201,185,158)
#B7A990
(183,169,144)
#A59982
(165,153,130)
#938974
(147,137,116)
#817966
(129,121,102)
#6F6958
(111,105,88)
#5D594A
(93,89,74)
#4B493C
(75,73,60)
#39392E
(57,57,46)
#272920
(39,41,32)
#151912
(21,25,18)
#000000
(0,0,0)

Tints of #C9B99E

#C9B99E
(201,185,158)
#CDBFA6
(205,191,166)
#D1C5AE
(209,197,174)
#D5CBB6
(213,203,182)
#D9D1BE
(217,209,190)
#DDD7C6
(221,215,198)
#E1DDCE
(225,221,206)
#E5E3D6
(229,227,214)
#E9E9DE
(233,233,222)
#EDEFE6
(237,239,230)
#F1F5EE
(241,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9B99E color. Also use rgb(201,185,158) instead hex code.

Text Font Color

.myTextColor { color: #C9B99E; }

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

This text font color is #C9B99E.


Background Color

.myBgColor { background-color: #C9B99E; }

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

This div background color is #C9B99E.


Border color

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

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

This div border color is #C9B99E.


Opacity

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

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

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

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

This text has shadow with #C9B99E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9B99E on black background.


Color preview on white background

This text has color #C9B99E on white background.



Black color preview on #C9B99E background

This text has black color on #C9B99E background.


White color preview on #C9B99E background

This text has white color on #C9B99E background.