COLOR #D1DAA7

HEX: #D1DAA7
RGB: (209,218,167)

Color info

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

RGB color model

#D1DAA7 color RGB value is (209,218,167).

  • red value is 209;
  • green value is 218;
  • blue value is 167.
RGB:
(209,218,167)
(82%,85%,65%)

RGB channels and saturation

R 209 of 255 = 82%
G 218 of 255 = 85%
B 167 of 255 = 65%

209
218
167

R + G + B ~ 77%. #D1DAA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 218 + 167 = 594 (100%)
R 209 of 594 ~ 35.19%
G 218 of 594 ~ 36.7%
B 167 of 594 ~ 28.11%

%35.19
%36.7
%28.11

CMYK color model

#D1DAA7 color CMYK value is (4,0,23,15).

  • cyan value is 4.13%
  • magenta value is 0.00%
  • yellow value is 23.39%
  • key color value is 14.51%
CMYK:
(4,0,23,15)
C4M0Y23K15 
(4%,0%,23%,15%)
(0.04/0.00/0.23/0.15)	

CMYK percentages

%4.13
%0
%23.39
%14.51

Codes

Color #D1DAA7 in popluar color models

D1DAA7
RGB209218167
HSL71°40.80%75.49%
HSB/HSV71°23.39%85.49%
CMYK4.13%0.00%23.39%
14.51%

Color #D1DAA7 in popluar number systems.

HEXD1DAA7
Decimal209218167
Binary110100011101101010100111
Octal321332247

Shades and tints

Shades of #D1DAA7

#D1DAA7
(209,218,167)
#BEC798
(190,199,152)
#ABB489
(171,180,137)
#98A17A
(152,161,122)
#858E6B
(133,142,107)
#727B5C
(114,123,92)
#5F684D
(95,104,77)
#4C553E
(76,85,62)
#39422F
(57,66,47)
#262F20
(38,47,32)
#131C11
(19,28,17)
#000000
(0,0,0)

Tints of #D1DAA7

#D1DAA7
(209,218,167)
#D5DDAF
(213,221,175)
#D9E0B7
(217,224,183)
#DDE3BF
(221,227,191)
#E1E6C7
(225,230,199)
#E5E9CF
(229,233,207)
#E9ECD7
(233,236,215)
#EDEFDF
(237,239,223)
#F1F2E7
(241,242,231)
#F5F5EF
(245,245,239)
#F9F8F7
(249,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1DAA7 color. Also use rgb(209,218,167) instead hex code.

Text Font Color

.myTextColor { color: #D1DAA7; }

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

This text font color is #D1DAA7.


Background Color

.myBgColor { background-color: #D1DAA7; }

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

This div background color is #D1DAA7.


Border color

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

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

This div border color is #D1DAA7.


Opacity

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

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

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

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

This text has shadow with #D1DAA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1DAA7 on black background.


Color preview on white background

This text has color #D1DAA7 on white background.



Black color preview on #D1DAA7 background

This text has black color on #D1DAA7 background.


White color preview on #D1DAA7 background

This text has white color on #D1DAA7 background.