COLOR #D8DE95

HEX: #D8DE95
RGB: (216,222,149)

Color info

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

RGB color model

#D8DE95 color RGB value is (216,222,149).

  • red value is 216;
  • green value is 222;
  • blue value is 149.
RGB:
(216,222,149)
(85%,87%,58%)

RGB channels and saturation

R 216 of 255 = 85%
G 222 of 255 = 87%
B 149 of 255 = 58%

216
222
149

R + G + B ~ 77%. #D8DE95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 222 + 149 = 587 (100%)
R 216 of 587 ~ 36.8%
G 222 of 587 ~ 37.82%
B 149 of 587 ~ 25.38%

%36.8
%37.82
%25.38

CMYK color model

#D8DE95 color CMYK value is (3,0,33,13).

  • cyan value is 2.70%
  • magenta value is 0.00%
  • yellow value is 32.88%
  • key color value is 12.94%
CMYK:
(3,0,33,13)
C3M0Y33K13 
(3%,0%,33%,13%)
(0.03/0.00/0.33/0.13)	

CMYK percentages

%2.7
%0
%32.88
%12.94

Codes

Color #D8DE95 in popluar color models

D8DE95
RGB216222149
HSL65°52.52%72.75%
HSB/HSV65°32.88%87.06%
CMYK2.70%0.00%32.88%
12.94%

Color #D8DE95 in popluar number systems.

HEXD8DE95
Decimal216222149
Binary110110001101111010010101
Octal330336225

Shades and tints

Shades of #D8DE95

#D8DE95
(216,222,149)
#C5CA88
(197,202,136)
#B2B67B
(178,182,123)
#9FA26E
(159,162,110)
#8C8E61
(140,142,97)
#797A54
(121,122,84)
#666647
(102,102,71)
#53523A
(83,82,58)
#403E2D
(64,62,45)
#2D2A20
(45,42,32)
#1A1613
(26,22,19)
#000000
(0,0,0)

Tints of #D8DE95

#D8DE95
(216,222,149)
#DBE19E
(219,225,158)
#DEE4A7
(222,228,167)
#E1E7B0
(225,231,176)
#E4EAB9
(228,234,185)
#E7EDC2
(231,237,194)
#EAF0CB
(234,240,203)
#EDF3D4
(237,243,212)
#F0F6DD
(240,246,221)
#F3F9E6
(243,249,230)
#F6FCEF
(246,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8DE95 color. Also use rgb(216,222,149) instead hex code.

Text Font Color

.myTextColor { color: #D8DE95; }

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

This text font color is #D8DE95.


Background Color

.myBgColor { background-color: #D8DE95; }

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

This div background color is #D8DE95.


Border color

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

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

This div border color is #D8DE95.


Opacity

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

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

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

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

This text has shadow with #D8DE95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8DE95 on black background.


Color preview on white background

This text has color #D8DE95 on white background.



Black color preview on #D8DE95 background

This text has black color on #D8DE95 background.


White color preview on #D8DE95 background

This text has white color on #D8DE95 background.