COLOR #D8DD95

HEX: #D8DD95 RGB: (216,221,149)

Color info

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

RGB color model

#D8DD95 color RGB value is (216,221,149).

RGB: (216,221,149) (85%, 87%, 58%)

RGB channels and saturation

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

216
221
149

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

Portions of RGB colors in percentages

R + G + B = 216 + 221 + 149 = 586 (100%)
R 216 of 586 ~ 36.86%
G 221 of 586 ~ 37.71%
B 149 of 586 ~ 25.43'%

%36.86
%37.71
%25.43

CMYK color model

#D8DD95 color CMYK value is (2,0,33,13).

  • cyan value is 2.26%
  • magenta value is 0.00%
  • yellow value is 32.58%
  • key color value is 13.33%

CMYK: (2,0,33,13)
C2M0Y33K13 (2%, 0%, 33%, 13%)
(0.02 / 0.00 / 0.33 / 0.13)

CMYK percentages

%2.26
%0
%32.58
%13.33

Codes

Color #D8DD95 in popluar color models

D8 DD 95
RGB 216 221 149
HSL 64° 51.43% 72.55%
HSB/HSV 64° 32.58% 86.67%
CMYK 2.26% 0.00% 32.58%
13.33%

Color #D8DD95 in popluar number systems.

HEX D8 DD 95
Decimal 216 221 149
Binary 11011000 11011101 10010101
Octal 330 335 225

Shades and tints

Shades of #D8DD95

#D8DD95
(216,221,149)
#C5C988
(197,201,136)
#B2B57B
(178,181,123)
#9FA16E
(159,161,110)
#8C8D61
(140,141,97)
#797954
(121,121,84)
#666547
(102,101,71)
#53513A
(83,81,58)
#403D2D
(64,61,45)
#2D2920
(45,41,32)
#1A1513
(26,21,19)
#000000
(0,0,0)

Tints of #D8DD95

#D8DD95
(216,221,149)
#DBE09E
(219,224,158)
#DEE3A7
(222,227,167)
#E1E6B0
(225,230,176)
#E4E9B9
(228,233,185)
#E7ECC2
(231,236,194)
#EAEFCB
(234,239,203)
#EDF2D4
(237,242,212)
#F0F5DD
(240,245,221)
#F3F8E6
(243,248,230)
#F6FBEF
(246,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8DD95; }

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

This text font color is #D8DD95.

Background Color

.myBgColor { background-color: #D8DD95; }

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

This div background color is #D8DD95.

Border color

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

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

This div border color is #D8DD95.

Opacity

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

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

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

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

This text has shadow with #D8DD95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8DD95.

Preview

Color preview on black background

This text has color #D8DD95 on black background.


Color preview on white background

This text has color #D8DD95 on white background.


Black color preview on #D8DD95 background

This text has black color on #D8DD95 background.


White color preview on #D8DD95 background

This text has white color on #D8DD95 background.


Related colors

Complementary color

Complementary color for #hex is #27226A.


I love getcolorcode.com

Triadic colors

1 #95D8DD and #DD95D8 with #D8DD95 are triadic colors.

2 #95DDD8 and #DDD895 with #D8DD95 are triadic colors.