COLOR #D5DD90

HEX: #D5DD90
RGB: (213,221,144)

Color info

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

RGB color model

#D5DD90 color RGB value is (213,221,144).

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

RGB channels and saturation

R 213 of 255 = 84%
G 221 of 255 = 87%
B 144 of 255 = 56%

213
221
144

R + G + B ~ 76%. #D5DD90 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 221 + 144 = 578 (100%)
R 213 of 578 ~ 36.85%
G 221 of 578 ~ 38.24%
B 144 of 578 ~ 24.91%

%36.85
%38.24
%24.91

CMYK color model

#D5DD90 color CMYK value is (4,0,35,13).

  • cyan value is 3.62%
  • magenta value is 0.00%
  • yellow value is 34.84%
  • key color value is 13.33%
CMYK:
(4,0,35,13)
C4M0Y35K13 
(4%,0%,35%,13%)
(0.04/0.00/0.35/0.13)	

CMYK percentages

%3.62
%0
%34.84
%13.33

Codes

Color #D5DD90 in popluar color models

D5DD90
RGB213221144
HSL66°53.10%71.57%
HSB/HSV66°34.84%86.67%
CMYK3.62%0.00%34.84%
13.33%

Color #D5DD90 in popluar number systems.

HEXD5DD90
Decimal213221144
Binary110101011101110110010000
Octal325335220

Shades and tints

Shades of #D5DD90

#D5DD90
(213,221,144)
#C2C983
(194,201,131)
#AFB576
(175,181,118)
#9CA169
(156,161,105)
#898D5C
(137,141,92)
#76794F
(118,121,79)
#636542
(99,101,66)
#505135
(80,81,53)
#3D3D28
(61,61,40)
#2A291B
(42,41,27)
#17150E
(23,21,14)
#000000
(0,0,0)

Tints of #D5DD90

#D5DD90
(213,221,144)
#D8E09A
(216,224,154)
#DBE3A4
(219,227,164)
#DEE6AE
(222,230,174)
#E1E9B8
(225,233,184)
#E4ECC2
(228,236,194)
#E7EFCC
(231,239,204)
#EAF2D6
(234,242,214)
#EDF5E0
(237,245,224)
#F0F8EA
(240,248,234)
#F3FBF4
(243,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DD90; }

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

This text font color is #D5DD90.


Background Color

.myBgColor { background-color: #D5DD90; }

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

This div background color is #D5DD90.


Border color

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

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

This div border color is #D5DD90.


Opacity

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

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

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

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

This text has shadow with #D5DD90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DD90 on black background.


Color preview on white background

This text has color #D5DD90 on white background.



Black color preview on #D5DD90 background

This text has black color on #D5DD90 background.


White color preview on #D5DD90 background

This text has white color on #D5DD90 background.