COLOR #D6DDAF

HEX: #D6DDAF
RGB: (214,221,175)

Color info

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

RGB color model

#D6DDAF color RGB value is (214,221,175).

  • red value is 214;
  • green value is 221;
  • blue value is 175.
RGB:
(214,221,175)
(84%,87%,69%)

RGB channels and saturation

R 214 of 255 = 84%
G 221 of 255 = 87%
B 175 of 255 = 69%

214
221
175

R + G + B ~ 80%. #D6DDAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 221 + 175 = 610 (100%)
R 214 of 610 ~ 35.08%
G 221 of 610 ~ 36.23%
B 175 of 610 ~ 28.69%

%35.08
%36.23
%28.69

CMYK color model

#D6DDAF color CMYK value is (3,0,21,13).

  • cyan value is 3.17%
  • magenta value is 0.00%
  • yellow value is 20.81%
  • key color value is 13.33%
CMYK:
(3,0,21,13)
C3M0Y21K13 
(3%,0%,21%,13%)
(0.03/0.00/0.21/0.13)	

CMYK percentages

%3.17
%0
%20.81
%13.33

Codes

Color #D6DDAF in popluar color models

D6DDAF
RGB214221175
HSL69°40.35%77.65%
HSB/HSV69°20.81%86.67%
CMYK3.17%0.00%20.81%
13.33%

Color #D6DDAF in popluar number systems.

HEXD6DDAF
Decimal214221175
Binary110101101101110110101111
Octal326335257

Shades and tints

Shades of #D6DDAF

#D6DDAF
(214,221,175)
#C3C9A0
(195,201,160)
#B0B591
(176,181,145)
#9DA182
(157,161,130)
#8A8D73
(138,141,115)
#777964
(119,121,100)
#646555
(100,101,85)
#515146
(81,81,70)
#3E3D37
(62,61,55)
#2B2928
(43,41,40)
#181519
(24,21,25)
#000000
(0,0,0)

Tints of #D6DDAF

#D6DDAF
(214,221,175)
#D9E0B6
(217,224,182)
#DCE3BD
(220,227,189)
#DFE6C4
(223,230,196)
#E2E9CB
(226,233,203)
#E5ECD2
(229,236,210)
#E8EFD9
(232,239,217)
#EBF2E0
(235,242,224)
#EEF5E7
(238,245,231)
#F1F8EE
(241,248,238)
#F4FBF5
(244,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6DDAF color. Also use rgb(214,221,175) instead hex code.

Text Font Color

.myTextColor { color: #D6DDAF; }

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

This text font color is #D6DDAF.


Background Color

.myBgColor { background-color: #D6DDAF; }

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

This div background color is #D6DDAF.


Border color

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

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

This div border color is #D6DDAF.


Opacity

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

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

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

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

This text has shadow with #D6DDAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6DDAF on black background.


Color preview on white background

This text has color #D6DDAF on white background.



Black color preview on #D6DDAF background

This text has black color on #D6DDAF background.


White color preview on #D6DDAF background

This text has white color on #D6DDAF background.