COLOR #D5DFD6

HEX: #D5DFD6
RGB: (213,223,214)

Color info

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

RGB color model

#D5DFD6 color RGB value is (213,223,214).

  • red value is 213;
  • green value is 223;
  • blue value is 214.
RGB:
(213,223,214)
(84%,87%,84%)

RGB channels and saturation

R 213 of 255 = 84%
G 223 of 255 = 87%
B 214 of 255 = 84%

213
223
214

R + G + B ~ 85%. #D5DFD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 223 + 214 = 650 (100%)
R 213 of 650 ~ 32.77%
G 223 of 650 ~ 34.31%
B 214 of 650 ~ 32.92%

%32.77
%34.31
%32.92

CMYK color model

#D5DFD6 color CMYK value is (4,0,4,13).

  • cyan value is 4.48%
  • magenta value is 0.00%
  • yellow value is 4.04%
  • key color value is 12.55%
CMYK:
(4,0,4,13)
C4M0Y4K13 
(4%,0%,4%,13%)
(0.04/0.00/0.04/0.13)	

CMYK percentages

%4.48
%0
%4.04
%12.55

Codes

Color #D5DFD6 in popluar color models

D5DFD6
RGB213223214
HSL126°13.51%85.49%
HSB/HSV126°4.48%87.45%
CMYK4.48%0.00%4.04%
12.55%

Color #D5DFD6 in popluar number systems.

HEXD5DFD6
Decimal213223214
Binary110101011101111111010110
Octal325337326

Shades and tints

Shades of #D5DFD6

#D5DFD6
(213,223,214)
#C2CBC3
(194,203,195)
#AFB7B0
(175,183,176)
#9CA39D
(156,163,157)
#898F8A
(137,143,138)
#767B77
(118,123,119)
#636764
(99,103,100)
#505351
(80,83,81)
#3D3F3E
(61,63,62)
#2A2B2B
(42,43,43)
#171718
(23,23,24)
#000000
(0,0,0)

Tints of #D5DFD6

#D5DFD6
(213,223,214)
#D8E1D9
(216,225,217)
#DBE3DC
(219,227,220)
#DEE5DF
(222,229,223)
#E1E7E2
(225,231,226)
#E4E9E5
(228,233,229)
#E7EBE8
(231,235,232)
#EAEDEB
(234,237,235)
#EDEFEE
(237,239,238)
#F0F1F1
(240,241,241)
#F3F3F4
(243,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5DFD6 color. Also use rgb(213,223,214) instead hex code.

Text Font Color

.myTextColor { color: #D5DFD6; }

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

This text font color is #D5DFD6.


Background Color

.myBgColor { background-color: #D5DFD6; }

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

This div background color is #D5DFD6.


Border color

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

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

This div border color is #D5DFD6.


Opacity

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

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

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

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

This text has shadow with #D5DFD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DFD6 on black background.


Color preview on white background

This text has color #D5DFD6 on white background.



Black color preview on #D5DFD6 background

This text has black color on #D5DFD6 background.


White color preview on #D5DFD6 background

This text has white color on #D5DFD6 background.