COLOR #D4DEDF

HEX: #D4DEDF
RGB: (212,222,223)

Color info

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

RGB color model

#D4DEDF color RGB value is (212,222,223).

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

RGB channels and saturation

R 212 of 255 = 83%
G 222 of 255 = 87%
B 223 of 255 = 87%

212
222
223

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

Portions of RGB colors in percentages

R + G + B =
212 + 222 + 223 = 657 (100%)
R 212 of 657 ~ 32.27%
G 222 of 657 ~ 33.79%
B 223 of 657 ~ 33.94%

%32.27
%33.79
%33.94

CMYK color model

#D4DEDF color CMYK value is (5,0,0,13).

  • cyan value is 4.93%
  • magenta value is 0.45%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(5,0,0,13)
C5M0Y0K13 
(5%,0%,0%,13%)
(0.05/0.00/0.00/0.13)	

CMYK percentages

%4.93
%0.45
%0
%12.55

Codes

Color #D4DEDF in popluar color models

D4DEDF
RGB212222223
HSL185°14.67%85.29%
HSB/HSV185°4.93%87.45%
CMYK4.93%0.45%0.00%
12.55%

Color #D4DEDF in popluar number systems.

HEXD4DEDF
Decimal212222223
Binary110101001101111011011111
Octal324336337

Shades and tints

Shades of #D4DEDF

#D4DEDF
(212,222,223)
#C1CACB
(193,202,203)
#AEB6B7
(174,182,183)
#9BA2A3
(155,162,163)
#888E8F
(136,142,143)
#757A7B
(117,122,123)
#626667
(98,102,103)
#4F5253
(79,82,83)
#3C3E3F
(60,62,63)
#292A2B
(41,42,43)
#161617
(22,22,23)
#000000
(0,0,0)

Tints of #D4DEDF

#D4DEDF
(212,222,223)
#D7E1E1
(215,225,225)
#DAE4E3
(218,228,227)
#DDE7E5
(221,231,229)
#E0EAE7
(224,234,231)
#E3EDE9
(227,237,233)
#E6F0EB
(230,240,235)
#E9F3ED
(233,243,237)
#ECF6EF
(236,246,239)
#EFF9F1
(239,249,241)
#F2FCF3
(242,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4DEDF; }

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

This text font color is #D4DEDF.


Background Color

.myBgColor { background-color: #D4DEDF; }

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

This div background color is #D4DEDF.


Border color

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

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

This div border color is #D4DEDF.


Opacity

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

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

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

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

This text has shadow with #D4DEDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4DEDF on black background.


Color preview on white background

This text has color #D4DEDF on white background.



Black color preview on #D4DEDF background

This text has black color on #D4DEDF background.


White color preview on #D4DEDF background

This text has white color on #D4DEDF background.