COLOR #C9BD8E

HEX: #C9BD8E
RGB: (201,189,142)

Color info

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

RGB color model

#C9BD8E color RGB value is (201,189,142).

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

RGB channels and saturation

R 201 of 255 = 79%
G 189 of 255 = 74%
B 142 of 255 = 56%

201
189
142

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

Portions of RGB colors in percentages

R + G + B =
201 + 189 + 142 = 532 (100%)
R 201 of 532 ~ 37.78%
G 189 of 532 ~ 35.53%
B 142 of 532 ~ 26.69%

%37.78
%35.53
%26.69

CMYK color model

#C9BD8E color CMYK value is (0,6,29,21).

  • cyan value is 0.00%
  • magenta value is 5.97%
  • yellow value is 29.35%
  • key color value is 21.18%
CMYK:
(0,6,29,21)
C0M6Y29K21 
(0%,6%,29%,21%)
(0.00/0.06/0.29/0.21)	

CMYK percentages

%0
%5.97
%29.35
%21.18

Codes

Color #C9BD8E in popluar color models

C9BD8E
RGB201189142
HSL48°35.33%67.25%
HSB/HSV48°29.35%78.82%
CMYK0.00%5.97%29.35%
21.18%

Color #C9BD8E in popluar number systems.

HEXC9BD8E
Decimal201189142
Binary110010011011110110001110
Octal311275216

Shades and tints

Shades of #C9BD8E

#C9BD8E
(201,189,142)
#B7AC82
(183,172,130)
#A59B76
(165,155,118)
#938A6A
(147,138,106)
#81795E
(129,121,94)
#6F6852
(111,104,82)
#5D5746
(93,87,70)
#4B463A
(75,70,58)
#39352E
(57,53,46)
#272422
(39,36,34)
#151316
(21,19,22)
#000000
(0,0,0)

Tints of #C9BD8E

#C9BD8E
(201,189,142)
#CDC398
(205,195,152)
#D1C9A2
(209,201,162)
#D5CFAC
(213,207,172)
#D9D5B6
(217,213,182)
#DDDBC0
(221,219,192)
#E1E1CA
(225,225,202)
#E5E7D4
(229,231,212)
#E9EDDE
(233,237,222)
#EDF3E8
(237,243,232)
#F1F9F2
(241,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9BD8E; }

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

This text font color is #C9BD8E.


Background Color

.myBgColor { background-color: #C9BD8E; }

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

This div background color is #C9BD8E.


Border color

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

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

This div border color is #C9BD8E.


Opacity

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

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

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

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

This text has shadow with #C9BD8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9BD8E on black background.


Color preview on white background

This text has color #C9BD8E on white background.



Black color preview on #C9BD8E background

This text has black color on #C9BD8E background.


White color preview on #C9BD8E background

This text has white color on #C9BD8E background.