COLOR #D5DD88

HEX: #D5DD88
RGB: (213,221,136)

Color info

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

RGB color model

#D5DD88 color RGB value is (213,221,136).

  • red value is 213;
  • green value is 221;
  • blue value is 136.
RGB:
(213,221,136)
(84%,87%,53%)

RGB channels and saturation

R 213 of 255 = 84%
G 221 of 255 = 87%
B 136 of 255 = 53%

213
221
136

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

Portions of RGB colors in percentages

R + G + B =
213 + 221 + 136 = 570 (100%)
R 213 of 570 ~ 37.37%
G 221 of 570 ~ 38.77%
B 136 of 570 ~ 23.86%

%37.37
%38.77
%23.86

CMYK color model

#D5DD88 color CMYK value is (4,0,38,13).

  • cyan value is 3.62%
  • magenta value is 0.00%
  • yellow value is 38.46%
  • key color value is 13.33%
CMYK:
(4,0,38,13)
C4M0Y38K13 
(4%,0%,38%,13%)
(0.04/0.00/0.38/0.13)	

CMYK percentages

%3.62
%0
%38.46
%13.33

Codes

Color #D5DD88 in popluar color models

D5DD88
RGB213221136
HSL66°55.56%70.00%
HSB/HSV66°38.46%86.67%
CMYK3.62%0.00%38.46%
13.33%

Color #D5DD88 in popluar number systems.

HEXD5DD88
Decimal213221136
Binary110101011101110110001000
Octal325335210

Shades and tints

Shades of #D5DD88

#D5DD88
(213,221,136)
#C2C97C
(194,201,124)
#AFB570
(175,181,112)
#9CA164
(156,161,100)
#898D58
(137,141,88)
#76794C
(118,121,76)
#636540
(99,101,64)
#505134
(80,81,52)
#3D3D28
(61,61,40)
#2A291C
(42,41,28)
#171510
(23,21,16)
#000000
(0,0,0)

Tints of #D5DD88

#D5DD88
(213,221,136)
#D8E092
(216,224,146)
#DBE39C
(219,227,156)
#DEE6A6
(222,230,166)
#E1E9B0
(225,233,176)
#E4ECBA
(228,236,186)
#E7EFC4
(231,239,196)
#EAF2CE
(234,242,206)
#EDF5D8
(237,245,216)
#F0F8E2
(240,248,226)
#F3FBEC
(243,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DD88; }

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

This text font color is #D5DD88.


Background Color

.myBgColor { background-color: #D5DD88; }

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

This div background color is #D5DD88.


Border color

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

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

This div border color is #D5DD88.


Opacity

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

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

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

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

This text has shadow with #D5DD88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DD88 on black background.


Color preview on white background

This text has color #D5DD88 on white background.



Black color preview on #D5DD88 background

This text has black color on #D5DD88 background.


White color preview on #D5DD88 background

This text has white color on #D5DD88 background.