COLOR #C8DD9D

HEX: #C8DD9D RGB: (200,221,157)

Color info

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

RGB color model

#C8DD9D color RGB value is (200,221,157).

RGB: (200,221,157) (78%, 87%, 62%)

RGB channels and saturation

R 200 of 255 = 78%
G 221 of 255 = 87%
B 157 of 255 = 62%

200
221
157

R + G + B ~ 76%. #C8DD9D is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 221 + 157 = 578 (100%)
R 200 of 578 ~ 34.6%
G 221 of 578 ~ 38.24%
B 157 of 578 ~ 27.16'%

%34.6
%38.24
%27.16

CMYK color model

#C8DD9D color CMYK value is (10,0,29,13).

  • cyan value is 9.50%
  • magenta value is 0.00%
  • yellow value is 28.96%
  • key color value is 13.33%

CMYK: (10,0,29,13)
C10M0Y29K13 (10%, 0%, 29%, 13%)
(0.10 / 0.00 / 0.29 / 0.13)

CMYK percentages

%9.5
%0
%28.96
%13.33

Codes

Color #C8DD9D in popluar color models

C8 DD 9D
RGB 200 221 157
HSL 80° 48.48% 74.12%
HSB/HSV 80° 28.96% 86.67%
CMYK 9.50% 0.00% 28.96%
13.33%

Color #C8DD9D in popluar number systems.

HEX C8 DD 9D
Decimal 200 221 157
Binary 11001000 11011101 10011101
Octal 310 335 235

Shades and tints

Shades of #C8DD9D

#C8DD9D
(200,221,157)
#B6C98F
(182,201,143)
#A4B581
(164,181,129)
#92A173
(146,161,115)
#808D65
(128,141,101)
#6E7957
(110,121,87)
#5C6549
(92,101,73)
#4A513B
(74,81,59)
#383D2D
(56,61,45)
#26291F
(38,41,31)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #C8DD9D

#C8DD9D
(200,221,157)
#CDE0A5
(205,224,165)
#D2E3AD
(210,227,173)
#D7E6B5
(215,230,181)
#DCE9BD
(220,233,189)
#E1ECC5
(225,236,197)
#E6EFCD
(230,239,205)
#EBF2D5
(235,242,213)
#F0F5DD
(240,245,221)
#F5F8E5
(245,248,229)
#FAFBED
(250,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8DD9D; }

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

This text font color is #C8DD9D.

Background Color

.myBgColor { background-color: #C8DD9D; }

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

This div background color is #C8DD9D.

Border color

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

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

This div border color is #C8DD9D.

Opacity

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

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

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

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

This text has shadow with #C8DD9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8DD9D.

Preview

Color preview on black background

This text has color #C8DD9D on black background.


Color preview on white background

This text has color #C8DD9D on white background.


Black color preview on #C8DD9D background

This text has black color on #C8DD9D background.


White color preview on #C8DD9D background

This text has white color on #C8DD9D background.


Related colors

Complementary color

Complementary color for #hex is #372262.


I love getcolorcode.com

Triadic colors

1 #9DC8DD and #DD9DC8 with #C8DD9D are triadic colors.

2 #9DDDC8 and #DDC89D with #C8DD9D are triadic colors.