COLOR #C8C88B

HEX: #C8C88B
RGB: (200,200,139)

Color info

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

RGB color model

#C8C88B color RGB value is (200,200,139).

  • red value is 200;
  • green value is 200;
  • blue value is 139.
RGB:
(200,200,139)
(78%,78%,55%)

RGB channels and saturation

R 200 of 255 = 78%
G 200 of 255 = 78%
B 139 of 255 = 55%

200
200
139

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

Portions of RGB colors in percentages

R + G + B =
200 + 200 + 139 = 539 (100%)
R 200 of 539 ~ 37.11%
G 200 of 539 ~ 37.11%
B 139 of 539 ~ 25.79%

%37.11
%37.11
%25.79

CMYK color model

#C8C88B color CMYK value is (0,0,31,22).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 30.50%
  • key color value is 21.57%
CMYK:
(0,0,31,22)
C0M0Y31K22 
(0%,0%,31%,22%)
(0.00/0.00/0.31/0.22)	

CMYK percentages

%0
%0
%30.5
%21.57

Codes

Color #C8C88B in popluar color models

C8C88B
RGB200200139
HSL60°35.67%66.47%
HSB/HSV60°30.50%78.43%
CMYK0.00%0.00%30.50%
21.57%

Color #C8C88B in popluar number systems.

HEXC8C88B
Decimal200200139
Binary110010001100100010001011
Octal310310213

Shades and tints

Shades of #C8C88B

#C8C88B
(200,200,139)
#B6B67F
(182,182,127)
#A4A473
(164,164,115)
#929267
(146,146,103)
#80805B
(128,128,91)
#6E6E4F
(110,110,79)
#5C5C43
(92,92,67)
#4A4A37
(74,74,55)
#38382B
(56,56,43)
#26261F
(38,38,31)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #C8C88B

#C8C88B
(200,200,139)
#CDCD95
(205,205,149)
#D2D29F
(210,210,159)
#D7D7A9
(215,215,169)
#DCDCB3
(220,220,179)
#E1E1BD
(225,225,189)
#E6E6C7
(230,230,199)
#EBEBD1
(235,235,209)
#F0F0DB
(240,240,219)
#F5F5E5
(245,245,229)
#FAFAEF
(250,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C88B; }

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

This text font color is #C8C88B.


Background Color

.myBgColor { background-color: #C8C88B; }

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

This div background color is #C8C88B.


Border color

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

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

This div border color is #C8C88B.


Opacity

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

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

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

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

This text has shadow with #C8C88B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C88B on black background.


Color preview on white background

This text has color #C8C88B on white background.



Black color preview on #C8C88B background

This text has black color on #C8C88B background.


White color preview on #C8C88B background

This text has white color on #C8C88B background.