COLOR #D1DAB4

HEX: #D1DAB4
RGB: (209,218,180)

Color info

#D1DAB4 contains red, green and blue colors in about the same proportion. Web safe color of #D1DAB4 is #CCCCCC (or #CCC).

RGB color model

#D1DAB4 color RGB value is (209,218,180).

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

RGB channels and saturation

R 209 of 255 = 82%
G 218 of 255 = 85%
B 180 of 255 = 71%

209
218
180

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

Portions of RGB colors in percentages

R + G + B =
209 + 218 + 180 = 607 (100%)
R 209 of 607 ~ 34.43%
G 218 of 607 ~ 35.91%
B 180 of 607 ~ 29.65%

%34.43
%35.91
%29.65

CMYK color model

#D1DAB4 color CMYK value is (4,0,17,15).

  • cyan value is 4.13%
  • magenta value is 0.00%
  • yellow value is 17.43%
  • key color value is 14.51%
CMYK:
(4,0,17,15)
C4M0Y17K15 
(4%,0%,17%,15%)
(0.04/0.00/0.17/0.15)	

CMYK percentages

%4.13
%0
%17.43
%14.51

Codes

Color #D1DAB4 in popluar color models

D1DAB4
RGB209218180
HSL74°33.93%78.04%
HSB/HSV74°17.43%85.49%
CMYK4.13%0.00%17.43%
14.51%

Color #D1DAB4 in popluar number systems.

HEXD1DAB4
Decimal209218180
Binary110100011101101010110100
Octal321332264

Shades and tints

Shades of #D1DAB4

#D1DAB4
(209,218,180)
#BEC7A4
(190,199,164)
#ABB494
(171,180,148)
#98A184
(152,161,132)
#858E74
(133,142,116)
#727B64
(114,123,100)
#5F6854
(95,104,84)
#4C5544
(76,85,68)
#394234
(57,66,52)
#262F24
(38,47,36)
#131C14
(19,28,20)
#000000
(0,0,0)

Tints of #D1DAB4

#D1DAB4
(209,218,180)
#D5DDBA
(213,221,186)
#D9E0C0
(217,224,192)
#DDE3C6
(221,227,198)
#E1E6CC
(225,230,204)
#E5E9D2
(229,233,210)
#E9ECD8
(233,236,216)
#EDEFDE
(237,239,222)
#F1F2E4
(241,242,228)
#F5F5EA
(245,245,234)
#F9F8F0
(249,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1DAB4; }

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

This text font color is #D1DAB4.


Background Color

.myBgColor { background-color: #D1DAB4; }

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

This div background color is #D1DAB4.


Border color

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

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

This div border color is #D1DAB4.


Opacity

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

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

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

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

This text has shadow with #D1DAB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1DAB4 on black background.


Color preview on white background

This text has color #D1DAB4 on white background.



Black color preview on #D1DAB4 background

This text has black color on #D1DAB4 background.


White color preview on #D1DAB4 background

This text has white color on #D1DAB4 background.