COLOR #C9B998

HEX: #C9B998
RGB: (201,185,152)

Color info

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

RGB color model

#C9B998 color RGB value is (201,185,152).

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

RGB channels and saturation

R 201 of 255 = 79%
G 185 of 255 = 73%
B 152 of 255 = 60%

201
185
152

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

Portions of RGB colors in percentages

R + G + B =
201 + 185 + 152 = 538 (100%)
R 201 of 538 ~ 37.36%
G 185 of 538 ~ 34.39%
B 152 of 538 ~ 28.25%

%37.36
%34.39
%28.25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.96%
  • yellow value is 24.38%
  • key color value is 21.18%
CMYK:
(0,8,24,21)
C0M8Y24K21 
(0%,8%,24%,21%)
(0.00/0.08/0.24/0.21)	

CMYK percentages

%0
%7.96
%24.38
%21.18

Codes

Color #C9B998 in popluar color models

C9B998
RGB201185152
HSL40°31.21%69.22%
HSB/HSV40°24.38%78.82%
CMYK0.00%7.96%24.38%
21.18%

Color #C9B998 in popluar number systems.

HEXC9B998
Decimal201185152
Binary110010011011100110011000
Octal311271230

Shades and tints

Shades of #C9B998

#C9B998
(201,185,152)
#B7A98B
(183,169,139)
#A5997E
(165,153,126)
#938971
(147,137,113)
#817964
(129,121,100)
#6F6957
(111,105,87)
#5D594A
(93,89,74)
#4B493D
(75,73,61)
#393930
(57,57,48)
#272923
(39,41,35)
#151916
(21,25,22)
#000000
(0,0,0)

Tints of #C9B998

#C9B998
(201,185,152)
#CDBFA1
(205,191,161)
#D1C5AA
(209,197,170)
#D5CBB3
(213,203,179)
#D9D1BC
(217,209,188)
#DDD7C5
(221,215,197)
#E1DDCE
(225,221,206)
#E5E3D7
(229,227,215)
#E9E9E0
(233,233,224)
#EDEFE9
(237,239,233)
#F1F5F2
(241,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9B998; }

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

This text font color is #C9B998.


Background Color

.myBgColor { background-color: #C9B998; }

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

This div background color is #C9B998.


Border color

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

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

This div border color is #C9B998.


Opacity

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

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

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

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

This text has shadow with #C9B998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9B998 on black background.


Color preview on white background

This text has color #C9B998 on white background.



Black color preview on #C9B998 background

This text has black color on #C9B998 background.


White color preview on #C9B998 background

This text has white color on #C9B998 background.