COLOR #C8D39D

HEX: #C8D39D
RGB: (200,211,157)

Color info

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

RGB color model

#C8D39D color RGB value is (200,211,157).

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

RGB channels and saturation

R 200 of 255 = 78%
G 211 of 255 = 83%
B 157 of 255 = 62%

200
211
157

R + G + B ~ 74%. #C8D39D is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 211 + 157 = 568 (100%)
R 200 of 568 ~ 35.21%
G 211 of 568 ~ 37.15%
B 157 of 568 ~ 27.64%

%35.21
%37.15
%27.64

CMYK color model

#C8D39D color CMYK value is (5,0,26,17).

  • cyan value is 5.21%
  • magenta value is 0.00%
  • yellow value is 25.59%
  • key color value is 17.25%
CMYK:
(5,0,26,17)
C5M0Y26K17 
(5%,0%,26%,17%)
(0.05/0.00/0.26/0.17)	

CMYK percentages

%5.21
%0
%25.59
%17.25

Codes

Color #C8D39D in popluar color models

C8D39D
RGB200211157
HSL72°38.03%72.16%
HSB/HSV72°25.59%82.75%
CMYK5.21%0.00%25.59%
17.25%

Color #C8D39D in popluar number systems.

HEXC8D39D
Decimal200211157
Binary110010001101001110011101
Octal310323235

Shades and tints

Shades of #C8D39D

#C8D39D
(200,211,157)
#B6C08F
(182,192,143)
#A4AD81
(164,173,129)
#929A73
(146,154,115)
#808765
(128,135,101)
#6E7457
(110,116,87)
#5C6149
(92,97,73)
#4A4E3B
(74,78,59)
#383B2D
(56,59,45)
#26281F
(38,40,31)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #C8D39D

#C8D39D
(200,211,157)
#CDD7A5
(205,215,165)
#D2DBAD
(210,219,173)
#D7DFB5
(215,223,181)
#DCE3BD
(220,227,189)
#E1E7C5
(225,231,197)
#E6EBCD
(230,235,205)
#EBEFD5
(235,239,213)
#F0F3DD
(240,243,221)
#F5F7E5
(245,247,229)
#FAFBED
(250,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8D39D; }

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

This text font color is #C8D39D.


Background Color

.myBgColor { background-color: #C8D39D; }

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

This div background color is #C8D39D.


Border color

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

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

This div border color is #C8D39D.


Opacity

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

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

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

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

This text has shadow with #C8D39D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8D39D on black background.


Color preview on white background

This text has color #C8D39D on white background.



Black color preview on #C8D39D background

This text has black color on #C8D39D background.


White color preview on #C8D39D background

This text has white color on #C8D39D background.