COLOR #C8C29D

HEX: #C8C29D
RGB: (200,194,157)

Color info

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

RGB color model

#C8C29D color RGB value is (200,194,157).

  • red value is 200;
  • green value is 194;
  • blue value is 157.
RGB:
(200,194,157)
(78%,76%,62%)

RGB channels and saturation

R 200 of 255 = 78%
G 194 of 255 = 76%
B 157 of 255 = 62%

200
194
157

R + G + B ~ 72%. #C8C29D is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 194 + 157 = 551 (100%)
R 200 of 551 ~ 36.3%
G 194 of 551 ~ 35.21%
B 157 of 551 ~ 28.49%

%36.3
%35.21
%28.49

CMYK color model

#C8C29D color CMYK value is (0,3,22,22).

  • cyan value is 0.00%
  • magenta value is 3.00%
  • yellow value is 21.50%
  • key color value is 21.57%
CMYK:
(0,3,22,22)
C0M3Y22K22 
(0%,3%,22%,22%)
(0.00/0.03/0.22/0.22)	

CMYK percentages

%0
%3
%21.5
%21.57

Codes

Color #C8C29D in popluar color models

C8C29D
RGB200194157
HSL52°28.10%70.00%
HSB/HSV52°21.50%78.43%
CMYK0.00%3.00%21.50%
21.57%

Color #C8C29D in popluar number systems.

HEXC8C29D
Decimal200194157
Binary110010001100001010011101
Octal310302235

Shades and tints

Shades of #C8C29D

#C8C29D
(200,194,157)
#B6B18F
(182,177,143)
#A4A081
(164,160,129)
#928F73
(146,143,115)
#807E65
(128,126,101)
#6E6D57
(110,109,87)
#5C5C49
(92,92,73)
#4A4B3B
(74,75,59)
#383A2D
(56,58,45)
#26291F
(38,41,31)
#141811
(20,24,17)
#000000
(0,0,0)

Tints of #C8C29D

#C8C29D
(200,194,157)
#CDC7A5
(205,199,165)
#D2CCAD
(210,204,173)
#D7D1B5
(215,209,181)
#DCD6BD
(220,214,189)
#E1DBC5
(225,219,197)
#E6E0CD
(230,224,205)
#EBE5D5
(235,229,213)
#F0EADD
(240,234,221)
#F5EFE5
(245,239,229)
#FAF4ED
(250,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C29D; }

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

This text font color is #C8C29D.


Background Color

.myBgColor { background-color: #C8C29D; }

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

This div background color is #C8C29D.


Border color

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

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

This div border color is #C8C29D.


Opacity

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

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

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

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

This text has shadow with #C8C29D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C29D on black background.


Color preview on white background

This text has color #C8C29D on white background.



Black color preview on #C8C29D background

This text has black color on #C8C29D background.


White color preview on #C8C29D background

This text has white color on #C8C29D background.