COLOR #D1D3D7

HEX: #D1D3D7
RGB: (209,211,215)

Color info

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

RGB color model

#D1D3D7 color RGB value is (209,211,215).

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

RGB channels and saturation

R 209 of 255 = 82%
G 211 of 255 = 83%
B 215 of 255 = 84%

209
211
215

R + G + B ~ 83%. #D1D3D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 211 + 215 = 635 (100%)
R 209 of 635 ~ 32.91%
G 211 of 635 ~ 33.23%
B 215 of 635 ~ 33.86%

%32.91
%33.23
%33.86

CMYK color model

#D1D3D7 color CMYK value is (3,2,0,16).

  • cyan value is 2.79%
  • magenta value is 1.86%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(3,2,0,16)
C3M2Y0K16 
(3%,2%,0%,16%)
(0.03/0.02/0.00/0.16)	

CMYK percentages

%2.79
%1.86
%0
%15.69

Codes

Color #D1D3D7 in popluar color models

D1D3D7
RGB209211215
HSL220°6.98%83.14%
HSB/HSV220°2.79%84.31%
CMYK2.79%1.86%0.00%
15.69%

Color #D1D3D7 in popluar number systems.

HEXD1D3D7
Decimal209211215
Binary110100011101001111010111
Octal321323327

Shades and tints

Shades of #D1D3D7

#D1D3D7
(209,211,215)
#BEC0C4
(190,192,196)
#ABADB1
(171,173,177)
#989A9E
(152,154,158)
#85878B
(133,135,139)
#727478
(114,116,120)
#5F6165
(95,97,101)
#4C4E52
(76,78,82)
#393B3F
(57,59,63)
#26282C
(38,40,44)
#131519
(19,21,25)
#000000
(0,0,0)

Tints of #D1D3D7

#D1D3D7
(209,211,215)
#D5D7DA
(213,215,218)
#D9DBDD
(217,219,221)
#DDDFE0
(221,223,224)
#E1E3E3
(225,227,227)
#E5E7E6
(229,231,230)
#E9EBE9
(233,235,233)
#EDEFEC
(237,239,236)
#F1F3EF
(241,243,239)
#F5F7F2
(245,247,242)
#F9FBF5
(249,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1D3D7; }

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

This text font color is #D1D3D7.


Background Color

.myBgColor { background-color: #D1D3D7; }

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

This div background color is #D1D3D7.


Border color

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

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

This div border color is #D1D3D7.


Opacity

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

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

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

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

This text has shadow with #D1D3D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1D3D7 on black background.


Color preview on white background

This text has color #D1D3D7 on white background.



Black color preview on #D1D3D7 background

This text has black color on #D1D3D7 background.


White color preview on #D1D3D7 background

This text has white color on #D1D3D7 background.