COLOR #C9BE8B

HEX: #C9BE8B
RGB: (201,190,139)

Color info

#C9BE8B contains mainly red and green colors. Web safe color of #C9BE8B is #CCCC99 (or #CC9).

RGB color model

#C9BE8B color RGB value is (201,190,139).

  • red value is 201;
  • green value is 190;
  • blue value is 139.
RGB:
(201,190,139)
(79%,75%,55%)

RGB channels and saturation

R 201 of 255 = 79%
G 190 of 255 = 75%
B 139 of 255 = 55%

201
190
139

R + G + B ~ 70%. #C9BE8B is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 190 + 139 = 530 (100%)
R 201 of 530 ~ 37.92%
G 190 of 530 ~ 35.85%
B 139 of 530 ~ 26.23%

%37.92
%35.85
%26.23

CMYK color model

#C9BE8B color CMYK value is (0,5,31,21).

  • cyan value is 0.00%
  • magenta value is 5.47%
  • yellow value is 30.85%
  • key color value is 21.18%
CMYK:
(0,5,31,21)
C0M5Y31K21 
(0%,5%,31%,21%)
(0.00/0.05/0.31/0.21)	

CMYK percentages

%0
%5.47
%30.85
%21.18

Codes

Color #C9BE8B in popluar color models

C9BE8B
RGB201190139
HSL49°36.47%66.67%
HSB/HSV49°30.85%78.82%
CMYK0.00%5.47%30.85%
21.18%

Color #C9BE8B in popluar number systems.

HEXC9BE8B
Decimal201190139
Binary110010011011111010001011
Octal311276213

Shades and tints

Shades of #C9BE8B

#C9BE8B
(201,190,139)
#B7AD7F
(183,173,127)
#A59C73
(165,156,115)
#938B67
(147,139,103)
#817A5B
(129,122,91)
#6F694F
(111,105,79)
#5D5843
(93,88,67)
#4B4737
(75,71,55)
#39362B
(57,54,43)
#27251F
(39,37,31)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #C9BE8B

#C9BE8B
(201,190,139)
#CDC395
(205,195,149)
#D1C89F
(209,200,159)
#D5CDA9
(213,205,169)
#D9D2B3
(217,210,179)
#DDD7BD
(221,215,189)
#E1DCC7
(225,220,199)
#E5E1D1
(229,225,209)
#E9E6DB
(233,230,219)
#EDEBE5
(237,235,229)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9BE8B color. Also use rgb(201,190,139) instead hex code.

Text Font Color

.myTextColor { color: #C9BE8B; }

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

This text font color is #C9BE8B.


Background Color

.myBgColor { background-color: #C9BE8B; }

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

This div background color is #C9BE8B.


Border color

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

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

This div border color is #C9BE8B.


Opacity

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

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

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

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

This text has shadow with #C9BE8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9BE8B on black background.


Color preview on white background

This text has color #C9BE8B on white background.



Black color preview on #C9BE8B background

This text has black color on #C9BE8B background.


White color preview on #C9BE8B background

This text has white color on #C9BE8B background.