COLOR #D1D4AE

HEX: #D1D4AE
RGB: (209,212,174)

Color info

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

RGB color model

#D1D4AE color RGB value is (209,212,174).

  • red value is 209;
  • green value is 212;
  • blue value is 174.
RGB:
(209,212,174)
(82%,83%,68%)

RGB channels and saturation

R 209 of 255 = 82%
G 212 of 255 = 83%
B 174 of 255 = 68%

209
212
174

R + G + B ~ 78%. #D1D4AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 212 + 174 = 595 (100%)
R 209 of 595 ~ 35.13%
G 212 of 595 ~ 35.63%
B 174 of 595 ~ 29.24%

%35.13
%35.63
%29.24

CMYK color model

#D1D4AE color CMYK value is (1,0,18,17).

  • cyan value is 1.42%
  • magenta value is 0.00%
  • yellow value is 17.92%
  • key color value is 16.86%
CMYK:
(1,0,18,17)
C1M0Y18K17 
(1%,0%,18%,17%)
(0.01/0.00/0.18/0.17)	

CMYK percentages

%1.42
%0
%17.92
%16.86

Codes

Color #D1D4AE in popluar color models

D1D4AE
RGB209212174
HSL65°30.65%75.69%
HSB/HSV65°17.92%83.14%
CMYK1.42%0.00%17.92%
16.86%

Color #D1D4AE in popluar number systems.

HEXD1D4AE
Decimal209212174
Binary110100011101010010101110
Octal321324256

Shades and tints

Shades of #D1D4AE

#D1D4AE
(209,212,174)
#BEC19F
(190,193,159)
#ABAE90
(171,174,144)
#989B81
(152,155,129)
#858872
(133,136,114)
#727563
(114,117,99)
#5F6254
(95,98,84)
#4C4F45
(76,79,69)
#393C36
(57,60,54)
#262927
(38,41,39)
#131618
(19,22,24)
#000000
(0,0,0)

Tints of #D1D4AE

#D1D4AE
(209,212,174)
#D5D7B5
(213,215,181)
#D9DABC
(217,218,188)
#DDDDC3
(221,221,195)
#E1E0CA
(225,224,202)
#E5E3D1
(229,227,209)
#E9E6D8
(233,230,216)
#EDE9DF
(237,233,223)
#F1ECE6
(241,236,230)
#F5EFED
(245,239,237)
#F9F2F4
(249,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1D4AE color. Also use rgb(209,212,174) instead hex code.

Text Font Color

.myTextColor { color: #D1D4AE; }

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

This text font color is #D1D4AE.


Background Color

.myBgColor { background-color: #D1D4AE; }

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

This div background color is #D1D4AE.


Border color

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

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

This div border color is #D1D4AE.


Opacity

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

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

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

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

This text has shadow with #D1D4AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1D4AE on black background.


Color preview on white background

This text has color #D1D4AE on white background.



Black color preview on #D1D4AE background

This text has black color on #D1D4AE background.


White color preview on #D1D4AE background

This text has white color on #D1D4AE background.