COLOR #D1D9CB

HEX: #D1D9CB
RGB: (209,217,203)

Color info

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

RGB color model

#D1D9CB color RGB value is (209,217,203).

  • red value is 209;
  • green value is 217;
  • blue value is 203.
RGB:
(209,217,203)
(82%,85%,80%)

RGB channels and saturation

R 209 of 255 = 82%
G 217 of 255 = 85%
B 203 of 255 = 80%

209
217
203

R + G + B ~ 82%. #D1D9CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 217 + 203 = 629 (100%)
R 209 of 629 ~ 33.23%
G 217 of 629 ~ 34.5%
B 203 of 629 ~ 32.27%

%33.23
%34.5
%32.27

CMYK color model

#D1D9CB color CMYK value is (4,0,6,15).

  • cyan value is 3.69%
  • magenta value is 0.00%
  • yellow value is 6.45%
  • key color value is 14.90%
CMYK:
(4,0,6,15)
C4M0Y6K15 
(4%,0%,6%,15%)
(0.04/0.00/0.06/0.15)	

CMYK percentages

%3.69
%0
%6.45
%14.9

Codes

Color #D1D9CB in popluar color models

D1D9CB
RGB209217203
HSL94°15.56%82.35%
HSB/HSV94°6.45%85.10%
CMYK3.69%0.00%6.45%
14.90%

Color #D1D9CB in popluar number systems.

HEXD1D9CB
Decimal209217203
Binary110100011101100111001011
Octal321331313

Shades and tints

Shades of #D1D9CB

#D1D9CB
(209,217,203)
#BEC6B9
(190,198,185)
#ABB3A7
(171,179,167)
#98A095
(152,160,149)
#858D83
(133,141,131)
#727A71
(114,122,113)
#5F675F
(95,103,95)
#4C544D
(76,84,77)
#39413B
(57,65,59)
#262E29
(38,46,41)
#131B17
(19,27,23)
#000000
(0,0,0)

Tints of #D1D9CB

#D1D9CB
(209,217,203)
#D5DCCF
(213,220,207)
#D9DFD3
(217,223,211)
#DDE2D7
(221,226,215)
#E1E5DB
(225,229,219)
#E5E8DF
(229,232,223)
#E9EBE3
(233,235,227)
#EDEEE7
(237,238,231)
#F1F1EB
(241,241,235)
#F5F4EF
(245,244,239)
#F9F7F3
(249,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1D9CB color. Also use rgb(209,217,203) instead hex code.

Text Font Color

.myTextColor { color: #D1D9CB; }

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

This text font color is #D1D9CB.


Background Color

.myBgColor { background-color: #D1D9CB; }

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

This div background color is #D1D9CB.


Border color

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

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

This div border color is #D1D9CB.


Opacity

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

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

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

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

This text has shadow with #D1D9CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1D9CB on black background.


Color preview on white background

This text has color #D1D9CB on white background.



Black color preview on #D1D9CB background

This text has black color on #D1D9CB background.


White color preview on #D1D9CB background

This text has white color on #D1D9CB background.