COLOR #D8DF96

HEX: #D8DF96 RGB: (216,223,150)

Color info

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

RGB color model

#D8DF96 color RGB value is (216,223,150).

RGB: (216,223,150) (85%, 87%, 59%)

RGB channels and saturation

R 216 of 255 = 85%
G 223 of 255 = 87%
B 150 of 255 = 59%

216
223
150

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

Portions of RGB colors in percentages

R + G + B = 216 + 223 + 150 = 589 (100%)
R 216 of 589 ~ 36.67%
G 223 of 589 ~ 37.86%
B 150 of 589 ~ 25.47'%

%36.67
%37.86
%25.47

CMYK color model

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

  • cyan value is 3.14%
  • magenta value is 0.00%
  • yellow value is 32.74%
  • key color value is 12.55%

CMYK: (3,0,33,13)
C3M0Y33K13 (3%, 0%, 33%, 13%)
(0.03 / 0.00 / 0.33 / 0.13)

CMYK percentages

%3.14
%0
%32.74
%12.55

Codes

Color #D8DF96 in popluar color models

D8 DF 96
RGB 216 223 150
HSL 66° 53.28% 73.14%
HSB/HSV 66° 32.74% 87.45%
CMYK 3.14% 0.00% 32.74%
12.55%

Color #D8DF96 in popluar number systems.

HEX D8 DF 96
Decimal 216 223 150
Binary 11011000 11011111 10010110
Octal 330 337 226

Shades and tints

Shades of #D8DF96

#D8DF96
(216,223,150)
#C5CB89
(197,203,137)
#B2B77C
(178,183,124)
#9FA36F
(159,163,111)
#8C8F62
(140,143,98)
#797B55
(121,123,85)
#666748
(102,103,72)
#53533B
(83,83,59)
#403F2E
(64,63,46)
#2D2B21
(45,43,33)
#1A1714
(26,23,20)
#000000
(0,0,0)

Tints of #D8DF96

#D8DF96
(216,223,150)
#DBE19F
(219,225,159)
#DEE3A8
(222,227,168)
#E1E5B1
(225,229,177)
#E4E7BA
(228,231,186)
#E7E9C3
(231,233,195)
#EAEBCC
(234,235,204)
#EDEDD5
(237,237,213)
#F0EFDE
(240,239,222)
#F3F1E7
(243,241,231)
#F6F3F0
(246,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8DF96 color. Also use rgb(216,223,150) instead hex code.

Text Font Color

.myTextColor { color: #D8DF96; }

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

This text font color is #D8DF96.

Background Color

.myBgColor { background-color: #D8DF96; }

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

This div background color is #D8DF96.

Border color

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

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

This div border color is #D8DF96.

Opacity

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

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

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

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

This text has shadow with #D8DF96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8DF96.

Preview

Color preview on black background

This text has color #D8DF96 on black background.


Color preview on white background

This text has color #D8DF96 on white background.


Black color preview on #D8DF96 background

This text has black color on #D8DF96 background.


White color preview on #D8DF96 background

This text has white color on #D8DF96 background.


Related colors

Complementary color

Complementary color for #hex is #272069.


I love getcolorcode.com

Triadic colors

1 #96D8DF and #DF96D8 with #D8DF96 are triadic colors.

2 #96DFD8 and #DFD896 with #D8DF96 are triadic colors.