COLOR #C9B77E

HEX: #C9B77E
RGB: (201,183,126)

Color info

#C9B77E contains mainly red and green colors. Web safe color of #C9B77E is #CCCC66 (or #CC6).

RGB color model

#C9B77E color RGB value is (201,183,126).

  • red value is 201;
  • green value is 183;
  • blue value is 126.
RGB:
(201,183,126)
(79%,72%,49%)

RGB channels and saturation

R 201 of 255 = 79%
G 183 of 255 = 72%
B 126 of 255 = 49%

201
183
126

R + G + B ~ 67%. #C9B77E is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 183 + 126 = 510 (100%)
R 201 of 510 ~ 39.41%
G 183 of 510 ~ 35.88%
B 126 of 510 ~ 24.71%

%39.41
%35.88
%24.71

CMYK color model

#C9B77E color CMYK value is (0,9,37,21).

  • cyan value is 0.00%
  • magenta value is 8.96%
  • yellow value is 37.31%
  • key color value is 21.18%
CMYK:
(0,9,37,21)
C0M9Y37K21 
(0%,9%,37%,21%)
(0.00/0.09/0.37/0.21)	

CMYK percentages

%0
%8.96
%37.31
%21.18

Codes

Color #C9B77E in popluar color models

C9B77E
RGB201183126
HSL46°40.98%64.12%
HSB/HSV46°37.31%78.82%
CMYK0.00%8.96%37.31%
21.18%

Color #C9B77E in popluar number systems.

HEXC9B77E
Decimal201183126
Binary11001001101101111111110
Octal311267176

Shades and tints

Shades of #C9B77E

#C9B77E
(201,183,126)
#B7A773
(183,167,115)
#A59768
(165,151,104)
#93875D
(147,135,93)
#817752
(129,119,82)
#6F6747
(111,103,71)
#5D573C
(93,87,60)
#4B4731
(75,71,49)
#393726
(57,55,38)
#27271B
(39,39,27)
#151710
(21,23,16)
#000000
(0,0,0)

Tints of #C9B77E

#C9B77E
(201,183,126)
#CDBD89
(205,189,137)
#D1C394
(209,195,148)
#D5C99F
(213,201,159)
#D9CFAA
(217,207,170)
#DDD5B5
(221,213,181)
#E1DBC0
(225,219,192)
#E5E1CB
(229,225,203)
#E9E7D6
(233,231,214)
#EDEDE1
(237,237,225)
#F1F3EC
(241,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9B77E color. Also use rgb(201,183,126) instead hex code.

Text Font Color

.myTextColor { color: #C9B77E; }

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

This text font color is #C9B77E.


Background Color

.myBgColor { background-color: #C9B77E; }

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

This div background color is #C9B77E.


Border color

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

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

This div border color is #C9B77E.


Opacity

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

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

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

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

This text has shadow with #C9B77E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9B77E on black background.


Color preview on white background

This text has color #C9B77E on white background.



Black color preview on #C9B77E background

This text has black color on #C9B77E background.


White color preview on #C9B77E background

This text has white color on #C9B77E background.