COLOR #D8DC8D

HEX: #D8DC8D
RGB: (216,220,141)

Color info

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

RGB color model

#D8DC8D color RGB value is (216,220,141).

  • red value is 216;
  • green value is 220;
  • blue value is 141.
RGB:
(216,220,141)
(85%,86%,55%)

RGB channels and saturation

R 216 of 255 = 85%
G 220 of 255 = 86%
B 141 of 255 = 55%

216
220
141

R + G + B ~ 75%. #D8DC8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 220 + 141 = 577 (100%)
R 216 of 577 ~ 37.44%
G 220 of 577 ~ 38.13%
B 141 of 577 ~ 24.44%

%37.44
%38.13
%24.44

CMYK color model

#D8DC8D color CMYK value is (2,0,36,14).

  • cyan value is 1.82%
  • magenta value is 0.00%
  • yellow value is 35.91%
  • key color value is 13.73%
CMYK:
(2,0,36,14)
C2M0Y36K14 
(2%,0%,36%,14%)
(0.02/0.00/0.36/0.14)	

CMYK percentages

%1.82
%0
%35.91
%13.73

Codes

Color #D8DC8D in popluar color models

D8DC8D
RGB216220141
HSL63°53.02%70.78%
HSB/HSV63°35.91%86.27%
CMYK1.82%0.00%35.91%
13.73%

Color #D8DC8D in popluar number systems.

HEXD8DC8D
Decimal216220141
Binary110110001101110010001101
Octal330334215

Shades and tints

Shades of #D8DC8D

#D8DC8D
(216,220,141)
#C5C881
(197,200,129)
#B2B475
(178,180,117)
#9FA069
(159,160,105)
#8C8C5D
(140,140,93)
#797851
(121,120,81)
#666445
(102,100,69)
#535039
(83,80,57)
#403C2D
(64,60,45)
#2D2821
(45,40,33)
#1A1415
(26,20,21)
#000000
(0,0,0)

Tints of #D8DC8D

#D8DC8D
(216,220,141)
#DBDF97
(219,223,151)
#DEE2A1
(222,226,161)
#E1E5AB
(225,229,171)
#E4E8B5
(228,232,181)
#E7EBBF
(231,235,191)
#EAEEC9
(234,238,201)
#EDF1D3
(237,241,211)
#F0F4DD
(240,244,221)
#F3F7E7
(243,247,231)
#F6FAF1
(246,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8DC8D color. Also use rgb(216,220,141) instead hex code.

Text Font Color

.myTextColor { color: #D8DC8D; }

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

This text font color is #D8DC8D.


Background Color

.myBgColor { background-color: #D8DC8D; }

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

This div background color is #D8DC8D.


Border color

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

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

This div border color is #D8DC8D.


Opacity

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

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

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

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

This text has shadow with #D8DC8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8DC8D on black background.


Color preview on white background

This text has color #D8DC8D on white background.



Black color preview on #D8DC8D background

This text has black color on #D8DC8D background.


White color preview on #D8DC8D background

This text has white color on #D8DC8D background.