COLOR #C8C99F

HEX: #C8C99F
RGB: (200,201,159)

Color info

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

RGB color model

#C8C99F color RGB value is (200,201,159).

  • red value is 200;
  • green value is 201;
  • blue value is 159.
RGB:
(200,201,159)
(78%,79%,62%)

RGB channels and saturation

R 200 of 255 = 78%
G 201 of 255 = 79%
B 159 of 255 = 62%

200
201
159

R + G + B ~ 73%. #C8C99F is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 201 + 159 = 560 (100%)
R 200 of 560 ~ 35.71%
G 201 of 560 ~ 35.89%
B 159 of 560 ~ 28.39%

%35.71
%35.89
%28.39

CMYK color model

#C8C99F color CMYK value is (0,0,21,21).

  • cyan value is 0.50%
  • magenta value is 0.00%
  • yellow value is 20.90%
  • key color value is 21.18%
CMYK:
(0,0,21,21)
C0M0Y21K21 
(0%,0%,21%,21%)
(0.00/0.00/0.21/0.21)	

CMYK percentages

%0.5
%0
%20.9
%21.18

Codes

Color #C8C99F in popluar color models

C8C99F
RGB200201159
HSL61°28.00%70.59%
HSB/HSV61°20.90%78.82%
CMYK0.50%0.00%20.90%
21.18%

Color #C8C99F in popluar number systems.

HEXC8C99F
Decimal200201159
Binary110010001100100110011111
Octal310311237

Shades and tints

Shades of #C8C99F

#C8C99F
(200,201,159)
#B6B791
(182,183,145)
#A4A583
(164,165,131)
#929375
(146,147,117)
#808167
(128,129,103)
#6E6F59
(110,111,89)
#5C5D4B
(92,93,75)
#4A4B3D
(74,75,61)
#38392F
(56,57,47)
#262721
(38,39,33)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #C8C99F

#C8C99F
(200,201,159)
#CDCDA7
(205,205,167)
#D2D1AF
(210,209,175)
#D7D5B7
(215,213,183)
#DCD9BF
(220,217,191)
#E1DDC7
(225,221,199)
#E6E1CF
(230,225,207)
#EBE5D7
(235,229,215)
#F0E9DF
(240,233,223)
#F5EDE7
(245,237,231)
#FAF1EF
(250,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C99F; }

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

This text font color is #C8C99F.


Background Color

.myBgColor { background-color: #C8C99F; }

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

This div background color is #C8C99F.


Border color

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

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

This div border color is #C8C99F.


Opacity

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

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

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

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

This text has shadow with #C8C99F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C99F on black background.


Color preview on white background

This text has color #C8C99F on white background.



Black color preview on #C8C99F background

This text has black color on #C8C99F background.


White color preview on #C8C99F background

This text has white color on #C8C99F background.