COLOR #C8C77B

HEX: #C8C77B
RGB: (200,199,123)

Color info

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

RGB color model

#C8C77B color RGB value is (200,199,123).

  • red value is 200;
  • green value is 199;
  • blue value is 123.
RGB:
(200,199,123)
(78%,78%,48%)

RGB channels and saturation

R 200 of 255 = 78%
G 199 of 255 = 78%
B 123 of 255 = 48%

200
199
123

R + G + B ~ 68%. #C8C77B is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 199 + 123 = 522 (100%)
R 200 of 522 ~ 38.31%
G 199 of 522 ~ 38.12%
B 123 of 522 ~ 23.56%

%38.31
%38.12
%23.56

CMYK color model

#C8C77B color CMYK value is (0,0,39,22).

  • cyan value is 0.00%
  • magenta value is 0.50%
  • yellow value is 38.50%
  • key color value is 21.57%
CMYK:
(0,0,39,22)
C0M0Y39K22 
(0%,0%,39%,22%)
(0.00/0.00/0.39/0.22)	

CMYK percentages

%0
%0.5
%38.5
%21.57

Codes

Color #C8C77B in popluar color models

C8C77B
RGB200199123
HSL59°41.18%63.33%
HSB/HSV59°38.50%78.43%
CMYK0.00%0.50%38.50%
21.57%

Color #C8C77B in popluar number systems.

HEXC8C77B
Decimal200199123
Binary11001000110001111111011
Octal310307173

Shades and tints

Shades of #C8C77B

#C8C77B
(200,199,123)
#B6B570
(182,181,112)
#A4A365
(164,163,101)
#92915A
(146,145,90)
#807F4F
(128,127,79)
#6E6D44
(110,109,68)
#5C5B39
(92,91,57)
#4A492E
(74,73,46)
#383723
(56,55,35)
#262518
(38,37,24)
#14130D
(20,19,13)
#000000
(0,0,0)

Tints of #C8C77B

#C8C77B
(200,199,123)
#CDCC87
(205,204,135)
#D2D193
(210,209,147)
#D7D69F
(215,214,159)
#DCDBAB
(220,219,171)
#E1E0B7
(225,224,183)
#E6E5C3
(230,229,195)
#EBEACF
(235,234,207)
#F0EFDB
(240,239,219)
#F5F4E7
(245,244,231)
#FAF9F3
(250,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8C77B color. Also use rgb(200,199,123) instead hex code.

Text Font Color

.myTextColor { color: #C8C77B; }

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

This text font color is #C8C77B.


Background Color

.myBgColor { background-color: #C8C77B; }

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

This div background color is #C8C77B.


Border color

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

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

This div border color is #C8C77B.


Opacity

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

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

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

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

This text has shadow with #C8C77B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C77B on black background.


Color preview on white background

This text has color #C8C77B on white background.



Black color preview on #C8C77B background

This text has black color on #C8C77B background.


White color preview on #C8C77B background

This text has white color on #C8C77B background.