COLOR #D1D7BB

HEX: #D1D7BB
RGB: (209,215,187)

Color info

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

RGB color model

#D1D7BB color RGB value is (209,215,187).

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

RGB channels and saturation

R 209 of 255 = 82%
G 215 of 255 = 84%
B 187 of 255 = 73%

209
215
187

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

Portions of RGB colors in percentages

R + G + B =
209 + 215 + 187 = 611 (100%)
R 209 of 611 ~ 34.21%
G 215 of 611 ~ 35.19%
B 187 of 611 ~ 30.61%

%34.21
%35.19
%30.61

CMYK color model

#D1D7BB color CMYK value is (3,0,13,16).

  • cyan value is 2.79%
  • magenta value is 0.00%
  • yellow value is 13.02%
  • key color value is 15.69%
CMYK:
(3,0,13,16)
C3M0Y13K16 
(3%,0%,13%,16%)
(0.03/0.00/0.13/0.16)	

CMYK percentages

%2.79
%0
%13.02
%15.69

Codes

Color #D1D7BB in popluar color models

D1D7BB
RGB209215187
HSL73°25.93%78.82%
HSB/HSV73°13.02%84.31%
CMYK2.79%0.00%13.02%
15.69%

Color #D1D7BB in popluar number systems.

HEXD1D7BB
Decimal209215187
Binary110100011101011110111011
Octal321327273

Shades and tints

Shades of #D1D7BB

#D1D7BB
(209,215,187)
#BEC4AA
(190,196,170)
#ABB199
(171,177,153)
#989E88
(152,158,136)
#858B77
(133,139,119)
#727866
(114,120,102)
#5F6555
(95,101,85)
#4C5244
(76,82,68)
#393F33
(57,63,51)
#262C22
(38,44,34)
#131911
(19,25,17)
#000000
(0,0,0)

Tints of #D1D7BB

#D1D7BB
(209,215,187)
#D5DAC1
(213,218,193)
#D9DDC7
(217,221,199)
#DDE0CD
(221,224,205)
#E1E3D3
(225,227,211)
#E5E6D9
(229,230,217)
#E9E9DF
(233,233,223)
#EDECE5
(237,236,229)
#F1EFEB
(241,239,235)
#F5F2F1
(245,242,241)
#F9F5F7
(249,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1D7BB; }

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

This text font color is #D1D7BB.


Background Color

.myBgColor { background-color: #D1D7BB; }

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

This div background color is #D1D7BB.


Border color

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

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

This div border color is #D1D7BB.


Opacity

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

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

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

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

This text has shadow with #D1D7BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1D7BB on black background.


Color preview on white background

This text has color #D1D7BB on white background.



Black color preview on #D1D7BB background

This text has black color on #D1D7BB background.


White color preview on #D1D7BB background

This text has white color on #D1D7BB background.