COLOR #D5DEDF

HEX: #D5DEDF
RGB: (213,222,223)

Color info

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

RGB color model

#D5DEDF color RGB value is (213,222,223).

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

RGB channels and saturation

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

213
222
223

R + G + B ~ 86%. #D5DEDF is light color.

Portions of RGB colors in percentages

R + G + B =
213 + 222 + 223 = 658 (100%)
R 213 of 658 ~ 32.37%
G 222 of 658 ~ 33.74%
B 223 of 658 ~ 33.89%

%32.37
%33.74
%33.89

CMYK color model

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

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

CMYK percentages

%4.48
%0.45
%0
%12.55

Codes

Color #D5DEDF in popluar color models

D5DEDF
RGB213222223
HSL186°13.51%85.49%
HSB/HSV186°4.48%87.45%
CMYK4.48%0.45%0.00%
12.55%

Color #D5DEDF in popluar number systems.

HEXD5DEDF
Decimal213222223
Binary110101011101111011011111
Octal325336337

Shades and tints

Shades of #D5DEDF

#D5DEDF
(213,222,223)
#C2CACB
(194,202,203)
#AFB6B7
(175,182,183)
#9CA2A3
(156,162,163)
#898E8F
(137,142,143)
#767A7B
(118,122,123)
#636667
(99,102,103)
#505253
(80,82,83)
#3D3E3F
(61,62,63)
#2A2A2B
(42,42,43)
#171617
(23,22,23)
#000000
(0,0,0)

Tints of #D5DEDF

#D5DEDF
(213,222,223)
#D8E1E1
(216,225,225)
#DBE4E3
(219,228,227)
#DEE7E5
(222,231,229)
#E1EAE7
(225,234,231)
#E4EDE9
(228,237,233)
#E7F0EB
(231,240,235)
#EAF3ED
(234,243,237)
#EDF6EF
(237,246,239)
#F0F9F1
(240,249,241)
#F3FCF3
(243,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DEDF; }

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

This text font color is #D5DEDF.


Background Color

.myBgColor { background-color: #D5DEDF; }

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

This div background color is #D5DEDF.


Border color

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

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

This div border color is #D5DEDF.


Opacity

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

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

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

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

This text has shadow with #D5DEDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DEDF on black background.


Color preview on white background

This text has color #D5DEDF on white background.



Black color preview on #D5DEDF background

This text has black color on #D5DEDF background.


White color preview on #D5DEDF background

This text has white color on #D5DEDF background.