COLOR #D8DD88

HEX: #D8DD88 RGB: (216,221,136)

Color info

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

RGB color model

#D8DD88 color RGB value is (216,221,136).

RGB: (216,221,136) (85%, 87%, 53%)

RGB channels and saturation

R 216 of 255 = 85%
G 221 of 255 = 87%
B 136 of 255 = 53%

216
221
136

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

Portions of RGB colors in percentages

R + G + B = 216 + 221 + 136 = 573 (100%)
R 216 of 573 ~ 37.7%
G 221 of 573 ~ 38.57%
B 136 of 573 ~ 23.73'%

%37.7
%38.57
%23.73

CMYK color model

#D8DD88 color CMYK value is (2,0,38,13).

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

CMYK: (2,0,38,13)
C2M0Y38K13 (2%, 0%, 38%, 13%)
(0.02 / 0.00 / 0.38 / 0.13)

CMYK percentages

%2.26
%0
%38.46
%13.33

Codes

Color #D8DD88 in popluar color models

D8 DD 88
RGB 216 221 136
HSL 64° 55.56% 70.00%
HSB/HSV 64° 38.46% 86.67%
CMYK 2.26% 0.00% 38.46%
13.33%

Color #D8DD88 in popluar number systems.

HEX D8 DD 88
Decimal 216 221 136
Binary 11011000 11011101 10001000
Octal 330 335 210

Shades and tints

Shades of #D8DD88

#D8DD88
(216,221,136)
#C5C97C
(197,201,124)
#B2B570
(178,181,112)
#9FA164
(159,161,100)
#8C8D58
(140,141,88)
#79794C
(121,121,76)
#666540
(102,101,64)
#535134
(83,81,52)
#403D28
(64,61,40)
#2D291C
(45,41,28)
#1A1510
(26,21,16)
#000000
(0,0,0)

Tints of #D8DD88

#D8DD88
(216,221,136)
#DBE092
(219,224,146)
#DEE39C
(222,227,156)
#E1E6A6
(225,230,166)
#E4E9B0
(228,233,176)
#E7ECBA
(231,236,186)
#EAEFC4
(234,239,196)
#EDF2CE
(237,242,206)
#F0F5D8
(240,245,216)
#F3F8E2
(243,248,226)
#F6FBEC
(246,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8DD88; }

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

This text font color is #D8DD88.

Background Color

.myBgColor { background-color: #D8DD88; }

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

This div background color is #D8DD88.

Border color

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

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

This div border color is #D8DD88.

Opacity

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

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

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

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

This text has shadow with #D8DD88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8DD88.

Preview

Color preview on black background

This text has color #D8DD88 on black background.


Color preview on white background

This text has color #D8DD88 on white background.


Black color preview on #D8DD88 background

This text has black color on #D8DD88 background.


White color preview on #D8DD88 background

This text has white color on #D8DD88 background.


Related colors

Complementary color

Complementary color for #hex is #272277.


I love getcolorcode.com

Triadic colors

1 #88D8DD and #DD88D8 with #D8DD88 are triadic colors.

2 #88DDD8 and #DDD888 with #D8DD88 are triadic colors.