COLOR #C8CC9D

HEX: #C8CC9D RGB: (200,204,157)

Color info

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

RGB color model

#C8CC9D color RGB value is (200,204,157).

RGB: (200,204,157) (78%, 80%, 62%)

RGB channels and saturation

R 200 of 255 = 78%
G 204 of 255 = 80%
B 157 of 255 = 62%

200
204
157

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

Portions of RGB colors in percentages

R + G + B = 200 + 204 + 157 = 561 (100%)
R 200 of 561 ~ 35.65%
G 204 of 561 ~ 36.36%
B 157 of 561 ~ 27.99'%

%35.65
%36.36
%27.99

CMYK color model

#C8CC9D color CMYK value is (2,0,23,20).

  • cyan value is 1.96%
  • magenta value is 0.00%
  • yellow value is 23.04%
  • key color value is 20.00%

CMYK: (2,0,23,20)
C2M0Y23K20 (2%, 0%, 23%, 20%)
(0.02 / 0.00 / 0.23 / 0.20)

CMYK percentages

%1.96
%0
%23.04
%20

Codes

Color #C8CC9D in popluar color models

C8 CC 9D
RGB 200 204 157
HSL 65° 31.54% 70.78%
HSB/HSV 65° 23.04% 80.00%
CMYK 1.96% 0.00% 23.04%
20.00%

Color #C8CC9D in popluar number systems.

HEX C8 CC 9D
Decimal 200 204 157
Binary 11001000 11001100 10011101
Octal 310 314 235

Shades and tints

Shades of #C8CC9D

#C8CC9D
(200,204,157)
#B6BA8F
(182,186,143)
#A4A881
(164,168,129)
#929673
(146,150,115)
#808465
(128,132,101)
#6E7257
(110,114,87)
#5C6049
(92,96,73)
#4A4E3B
(74,78,59)
#383C2D
(56,60,45)
#262A1F
(38,42,31)
#141811
(20,24,17)
#000000
(0,0,0)

Tints of #C8CC9D

#C8CC9D
(200,204,157)
#CDD0A5
(205,208,165)
#D2D4AD
(210,212,173)
#D7D8B5
(215,216,181)
#DCDCBD
(220,220,189)
#E1E0C5
(225,224,197)
#E6E4CD
(230,228,205)
#EBE8D5
(235,232,213)
#F0ECDD
(240,236,221)
#F5F0E5
(245,240,229)
#FAF4ED
(250,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8CC9D; }

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

This text font color is #C8CC9D.

Background Color

.myBgColor { background-color: #C8CC9D; }

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

This div background color is #C8CC9D.

Border color

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

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

This div border color is #C8CC9D.

Opacity

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

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

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

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

This text has shadow with #C8CC9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8CC9D.

Preview

Color preview on black background

This text has color #C8CC9D on black background.


Color preview on white background

This text has color #C8CC9D on white background.


Black color preview on #C8CC9D background

This text has black color on #C8CC9D background.


White color preview on #C8CC9D background

This text has white color on #C8CC9D background.


Related colors

Complementary color

Complementary color for #hex is #373362.


I love getcolorcode.com

Triadic colors

1 #9DC8CC and #CC9DC8 with #C8CC9D are triadic colors.

2 #9DCCC8 and #CCC89D with #C8CC9D are triadic colors.