COLOR #C8BA77

HEX: #C8BA77
RGB: (200,186,119)

Color info

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

RGB color model

#C8BA77 color RGB value is (200,186,119).

  • red value is 200;
  • green value is 186;
  • blue value is 119.
RGB:
(200,186,119)
(78%,73%,47%)

RGB channels and saturation

R 200 of 255 = 78%
G 186 of 255 = 73%
B 119 of 255 = 47%

200
186
119

R + G + B ~ 66%. #C8BA77 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 186 + 119 = 505 (100%)
R 200 of 505 ~ 39.6%
G 186 of 505 ~ 36.83%
B 119 of 505 ~ 23.56%

%39.6
%36.83
%23.56

CMYK color model

#C8BA77 color CMYK value is (0,7,41,22).

  • cyan value is 0.00%
  • magenta value is 7.00%
  • yellow value is 40.50%
  • key color value is 21.57%
CMYK:
(0,7,41,22)
C0M7Y41K22 
(0%,7%,41%,22%)
(0.00/0.07/0.41/0.22)	

CMYK percentages

%0
%7
%40.5
%21.57

Codes

Color #C8BA77 in popluar color models

C8BA77
RGB200186119
HSL50°42.41%62.55%
HSB/HSV50°40.50%78.43%
CMYK0.00%7.00%40.50%
21.57%

Color #C8BA77 in popluar number systems.

HEXC8BA77
Decimal200186119
Binary11001000101110101110111
Octal310272167

Shades and tints

Shades of #C8BA77

#C8BA77
(200,186,119)
#B6AA6D
(182,170,109)
#A49A63
(164,154,99)
#928A59
(146,138,89)
#807A4F
(128,122,79)
#6E6A45
(110,106,69)
#5C5A3B
(92,90,59)
#4A4A31
(74,74,49)
#383A27
(56,58,39)
#262A1D
(38,42,29)
#141A13
(20,26,19)
#000000
(0,0,0)

Tints of #C8BA77

#C8BA77
(200,186,119)
#CDC083
(205,192,131)
#D2C68F
(210,198,143)
#D7CC9B
(215,204,155)
#DCD2A7
(220,210,167)
#E1D8B3
(225,216,179)
#E6DEBF
(230,222,191)
#EBE4CB
(235,228,203)
#F0EAD7
(240,234,215)
#F5F0E3
(245,240,227)
#FAF6EF
(250,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8BA77 color. Also use rgb(200,186,119) instead hex code.

Text Font Color

.myTextColor { color: #C8BA77; }

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

This text font color is #C8BA77.


Background Color

.myBgColor { background-color: #C8BA77; }

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

This div background color is #C8BA77.


Border color

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

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

This div border color is #C8BA77.


Opacity

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

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

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

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

This text has shadow with #C8BA77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8BA77 on black background.


Color preview on white background

This text has color #C8BA77 on white background.



Black color preview on #C8BA77 background

This text has black color on #C8BA77 background.


White color preview on #C8BA77 background

This text has white color on #C8BA77 background.