COLOR #D1DABB

HEX: #D1DABB
RGB: (209,218,187)

Color info

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

RGB color model

#D1DABB color RGB value is (209,218,187).

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

RGB channels and saturation

R 209 of 255 = 82%
G 218 of 255 = 85%
B 187 of 255 = 73%

209
218
187

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

Portions of RGB colors in percentages

R + G + B =
209 + 218 + 187 = 614 (100%)
R 209 of 614 ~ 34.04%
G 218 of 614 ~ 35.5%
B 187 of 614 ~ 30.46%

%34.04
%35.5
%30.46

CMYK color model

#D1DABB color CMYK value is (4,0,14,15).

  • cyan value is 4.13%
  • magenta value is 0.00%
  • yellow value is 14.22%
  • key color value is 14.51%
CMYK:
(4,0,14,15)
C4M0Y14K15 
(4%,0%,14%,15%)
(0.04/0.00/0.14/0.15)	

CMYK percentages

%4.13
%0
%14.22
%14.51

Codes

Color #D1DABB in popluar color models

D1DABB
RGB209218187
HSL77°29.52%79.41%
HSB/HSV77°14.22%85.49%
CMYK4.13%0.00%14.22%
14.51%

Color #D1DABB in popluar number systems.

HEXD1DABB
Decimal209218187
Binary110100011101101010111011
Octal321332273

Shades and tints

Shades of #D1DABB

#D1DABB
(209,218,187)
#BEC7AA
(190,199,170)
#ABB499
(171,180,153)
#98A188
(152,161,136)
#858E77
(133,142,119)
#727B66
(114,123,102)
#5F6855
(95,104,85)
#4C5544
(76,85,68)
#394233
(57,66,51)
#262F22
(38,47,34)
#131C11
(19,28,17)
#000000
(0,0,0)

Tints of #D1DABB

#D1DABB
(209,218,187)
#D5DDC1
(213,221,193)
#D9E0C7
(217,224,199)
#DDE3CD
(221,227,205)
#E1E6D3
(225,230,211)
#E5E9D9
(229,233,217)
#E9ECDF
(233,236,223)
#EDEFE5
(237,239,229)
#F1F2EB
(241,242,235)
#F5F5F1
(245,245,241)
#F9F8F7
(249,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1DABB; }

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

This text font color is #D1DABB.


Background Color

.myBgColor { background-color: #D1DABB; }

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

This div background color is #D1DABB.


Border color

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

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

This div border color is #D1DABB.


Opacity

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

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

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

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

This text has shadow with #D1DABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1DABB on black background.


Color preview on white background

This text has color #D1DABB on white background.



Black color preview on #D1DABB background

This text has black color on #D1DABB background.


White color preview on #D1DABB background

This text has white color on #D1DABB background.