COLOR #D8DA8C

HEX: #D8DA8C
RGB: (216,218,140)

Color info

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

RGB color model

#D8DA8C color RGB value is (216,218,140).

  • red value is 216;
  • green value is 218;
  • blue value is 140.
RGB:
(216,218,140)
(85%,85%,55%)

RGB channels and saturation

R 216 of 255 = 85%
G 218 of 255 = 85%
B 140 of 255 = 55%

216
218
140

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

Portions of RGB colors in percentages

R + G + B =
216 + 218 + 140 = 574 (100%)
R 216 of 574 ~ 37.63%
G 218 of 574 ~ 37.98%
B 140 of 574 ~ 24.39%

%37.63
%37.98
%24.39

CMYK color model

#D8DA8C color CMYK value is (1,0,36,15).

  • cyan value is 0.92%
  • magenta value is 0.00%
  • yellow value is 35.78%
  • key color value is 14.51%
CMYK:
(1,0,36,15)
C1M0Y36K15 
(1%,0%,36%,15%)
(0.01/0.00/0.36/0.15)	

CMYK percentages

%0.92
%0
%35.78
%14.51

Codes

Color #D8DA8C in popluar color models

D8DA8C
RGB216218140
HSL62°51.32%70.20%
HSB/HSV62°35.78%85.49%
CMYK0.92%0.00%35.78%
14.51%

Color #D8DA8C in popluar number systems.

HEXD8DA8C
Decimal216218140
Binary110110001101101010001100
Octal330332214

Shades and tints

Shades of #D8DA8C

#D8DA8C
(216,218,140)
#C5C780
(197,199,128)
#B2B474
(178,180,116)
#9FA168
(159,161,104)
#8C8E5C
(140,142,92)
#797B50
(121,123,80)
#666844
(102,104,68)
#535538
(83,85,56)
#40422C
(64,66,44)
#2D2F20
(45,47,32)
#1A1C14
(26,28,20)
#000000
(0,0,0)

Tints of #D8DA8C

#D8DA8C
(216,218,140)
#DBDD96
(219,221,150)
#DEE0A0
(222,224,160)
#E1E3AA
(225,227,170)
#E4E6B4
(228,230,180)
#E7E9BE
(231,233,190)
#EAECC8
(234,236,200)
#EDEFD2
(237,239,210)
#F0F2DC
(240,242,220)
#F3F5E6
(243,245,230)
#F6F8F0
(246,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8DA8C color. Also use rgb(216,218,140) instead hex code.

Text Font Color

.myTextColor { color: #D8DA8C; }

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

This text font color is #D8DA8C.


Background Color

.myBgColor { background-color: #D8DA8C; }

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

This div background color is #D8DA8C.


Border color

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

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

This div border color is #D8DA8C.


Opacity

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

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

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

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

This text has shadow with #D8DA8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8DA8C on black background.


Color preview on white background

This text has color #D8DA8C on white background.



Black color preview on #D8DA8C background

This text has black color on #D8DA8C background.


White color preview on #D8DA8C background

This text has white color on #D8DA8C background.