COLOR #D3D9AE

HEX: #D3D9AE
RGB: (211,217,174)

Color info

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

RGB color model

#D3D9AE color RGB value is (211,217,174).

  • red value is 211;
  • green value is 217;
  • blue value is 174.
RGB:
(211,217,174)
(83%,85%,68%)

RGB channels and saturation

R 211 of 255 = 83%
G 217 of 255 = 85%
B 174 of 255 = 68%

211
217
174

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

Portions of RGB colors in percentages

R + G + B =
211 + 217 + 174 = 602 (100%)
R 211 of 602 ~ 35.05%
G 217 of 602 ~ 36.05%
B 174 of 602 ~ 28.9%

%35.05
%36.05
%28.9

CMYK color model

#D3D9AE color CMYK value is (3,0,20,15).

  • cyan value is 2.76%
  • magenta value is 0.00%
  • yellow value is 19.82%
  • key color value is 14.90%
CMYK:
(3,0,20,15)
C3M0Y20K15 
(3%,0%,20%,15%)
(0.03/0.00/0.20/0.15)	

CMYK percentages

%2.76
%0
%19.82
%14.9

Codes

Color #D3D9AE in popluar color models

D3D9AE
RGB211217174
HSL68°36.13%76.67%
HSB/HSV68°19.82%85.10%
CMYK2.76%0.00%19.82%
14.90%

Color #D3D9AE in popluar number systems.

HEXD3D9AE
Decimal211217174
Binary110100111101100110101110
Octal323331256

Shades and tints

Shades of #D3D9AE

#D3D9AE
(211,217,174)
#C0C69F
(192,198,159)
#ADB390
(173,179,144)
#9AA081
(154,160,129)
#878D72
(135,141,114)
#747A63
(116,122,99)
#616754
(97,103,84)
#4E5445
(78,84,69)
#3B4136
(59,65,54)
#282E27
(40,46,39)
#151B18
(21,27,24)
#000000
(0,0,0)

Tints of #D3D9AE

#D3D9AE
(211,217,174)
#D7DCB5
(215,220,181)
#DBDFBC
(219,223,188)
#DFE2C3
(223,226,195)
#E3E5CA
(227,229,202)
#E7E8D1
(231,232,209)
#EBEBD8
(235,235,216)
#EFEEDF
(239,238,223)
#F3F1E6
(243,241,230)
#F7F4ED
(247,244,237)
#FBF7F4
(251,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3D9AE color. Also use rgb(211,217,174) instead hex code.

Text Font Color

.myTextColor { color: #D3D9AE; }

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

This text font color is #D3D9AE.


Background Color

.myBgColor { background-color: #D3D9AE; }

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

This div background color is #D3D9AE.


Border color

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

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

This div border color is #D3D9AE.


Opacity

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

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

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

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

This text has shadow with #D3D9AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3D9AE on black background.


Color preview on white background

This text has color #D3D9AE on white background.



Black color preview on #D3D9AE background

This text has black color on #D3D9AE background.


White color preview on #D3D9AE background

This text has white color on #D3D9AE background.