COLOR #D5DDA6

HEX: #D5DDA6
RGB: (213,221,166)

Color info

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

RGB color model

#D5DDA6 color RGB value is (213,221,166).

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

RGB channels and saturation

R 213 of 255 = 84%
G 221 of 255 = 87%
B 166 of 255 = 65%

213
221
166

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

Portions of RGB colors in percentages

R + G + B =
213 + 221 + 166 = 600 (100%)
R 213 of 600 ~ 35.5%
G 221 of 600 ~ 36.83%
B 166 of 600 ~ 27.67%

%35.5
%36.83
%27.67

CMYK color model

#D5DDA6 color CMYK value is (4,0,25,13).

  • cyan value is 3.62%
  • magenta value is 0.00%
  • yellow value is 24.89%
  • key color value is 13.33%
CMYK:
(4,0,25,13)
C4M0Y25K13 
(4%,0%,25%,13%)
(0.04/0.00/0.25/0.13)	

CMYK percentages

%3.62
%0
%24.89
%13.33

Codes

Color #D5DDA6 in popluar color models

D5DDA6
RGB213221166
HSL69°44.72%75.88%
HSB/HSV69°24.89%86.67%
CMYK3.62%0.00%24.89%
13.33%

Color #D5DDA6 in popluar number systems.

HEXD5DDA6
Decimal213221166
Binary110101011101110110100110
Octal325335246

Shades and tints

Shades of #D5DDA6

#D5DDA6
(213,221,166)
#C2C997
(194,201,151)
#AFB588
(175,181,136)
#9CA179
(156,161,121)
#898D6A
(137,141,106)
#76795B
(118,121,91)
#63654C
(99,101,76)
#50513D
(80,81,61)
#3D3D2E
(61,61,46)
#2A291F
(42,41,31)
#171510
(23,21,16)
#000000
(0,0,0)

Tints of #D5DDA6

#D5DDA6
(213,221,166)
#D8E0AE
(216,224,174)
#DBE3B6
(219,227,182)
#DEE6BE
(222,230,190)
#E1E9C6
(225,233,198)
#E4ECCE
(228,236,206)
#E7EFD6
(231,239,214)
#EAF2DE
(234,242,222)
#EDF5E6
(237,245,230)
#F0F8EE
(240,248,238)
#F3FBF6
(243,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DDA6; }

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

This text font color is #D5DDA6.


Background Color

.myBgColor { background-color: #D5DDA6; }

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

This div background color is #D5DDA6.


Border color

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

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

This div border color is #D5DDA6.


Opacity

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

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

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

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

This text has shadow with #D5DDA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DDA6 on black background.


Color preview on white background

This text has color #D5DDA6 on white background.



Black color preview on #D5DDA6 background

This text has black color on #D5DDA6 background.


White color preview on #D5DDA6 background

This text has white color on #D5DDA6 background.