COLOR #D5DDAB

HEX: #D5DDAB RGB: (213,221,171)

Color info

#D5DDAB contains red, green and blue colors in about the same proportion. Web safe color of #D5DDAB is #CCCC99 (or #CC9).

RGB color model

#D5DDAB color RGB value is (213,221,171).

RGB: (213,221,171) (84%, 87%, 67%)

RGB channels and saturation

R 213 of 255 = 84%
G 221 of 255 = 87%
B 171 of 255 = 67%

213
221
171

R + G + B ~ 79%. #D5DDAB is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 221 + 171 = 605 (100%)
R 213 of 605 ~ 35.21%
G 221 of 605 ~ 36.53%
B 171 of 605 ~ 28.26'%

%35.21
%36.53
%28.26

CMYK color model

#D5DDAB color CMYK value is (4,0,23,13).

  • cyan value is 3.62%
  • magenta value is 0.00%
  • yellow value is 22.62%
  • key color value is 13.33%

CMYK: (4,0,23,13)
C4M0Y23K13 (4%, 0%, 23%, 13%)
(0.04 / 0.00 / 0.23 / 0.13)

CMYK percentages

%3.62
%0
%22.62
%13.33

Codes

Color #D5DDAB in popluar color models

D5 DD AB
RGB 213 221 171
HSL 70° 42.37% 76.86%
HSB/HSV 70° 22.62% 86.67%
CMYK 3.62% 0.00% 22.62%
13.33%

Color #D5DDAB in popluar number systems.

HEX D5 DD AB
Decimal 213 221 171
Binary 11010101 11011101 10101011
Octal 325 335 253

Shades and tints

Shades of #D5DDAB

#D5DDAB
(213,221,171)
#C2C99C
(194,201,156)
#AFB58D
(175,181,141)
#9CA17E
(156,161,126)
#898D6F
(137,141,111)
#767960
(118,121,96)
#636551
(99,101,81)
#505142
(80,81,66)
#3D3D33
(61,61,51)
#2A2924
(42,41,36)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #D5DDAB

#D5DDAB
(213,221,171)
#D8E0B2
(216,224,178)
#DBE3B9
(219,227,185)
#DEE6C0
(222,230,192)
#E1E9C7
(225,233,199)
#E4ECCE
(228,236,206)
#E7EFD5
(231,239,213)
#EAF2DC
(234,242,220)
#EDF5E3
(237,245,227)
#F0F8EA
(240,248,234)
#F3FBF1
(243,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DDAB; }

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

This text font color is #D5DDAB.

Background Color

.myBgColor { background-color: #D5DDAB; }

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

This div background color is #D5DDAB.

Border color

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

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

This div border color is #D5DDAB.

Opacity

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

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

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

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

This text has shadow with #D5DDAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5DDAB.

Preview

Color preview on black background

This text has color #D5DDAB on black background.


Color preview on white background

This text has color #D5DDAB on white background.


Black color preview on #D5DDAB background

This text has black color on #D5DDAB background.


White color preview on #D5DDAB background

This text has white color on #D5DDAB background.


Related colors

Complementary color

Complementary color for #hex is #2A2254.


I love getcolorcode.com

Triadic colors

1 #ABD5DD and #DDABD5 with #D5DDAB are triadic colors.

2 #ABDDD5 and #DDD5AB with #D5DDAB are triadic colors.