COLOR #D4DEDB

HEX: #D4DEDB
RGB: (212,222,219)

Color info

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

RGB color model

#D4DEDB color RGB value is (212,222,219).

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

RGB channels and saturation

R 212 of 255 = 83%
G 222 of 255 = 87%
B 219 of 255 = 86%

212
222
219

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

Portions of RGB colors in percentages

R + G + B =
212 + 222 + 219 = 653 (100%)
R 212 of 653 ~ 32.47%
G 222 of 653 ~ 34%
B 219 of 653 ~ 33.54%

%32.47
%34
%33.54

CMYK color model

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

  • cyan value is 4.50%
  • magenta value is 0.00%
  • yellow value is 1.35%
  • key color value is 12.94%
CMYK:
(5,0,1,13)
C5M0Y1K13 
(5%,0%,1%,13%)
(0.05/0.00/0.01/0.13)	

CMYK percentages

%4.5
%0
%1.35
%12.94

Codes

Color #D4DEDB in popluar color models

D4DEDB
RGB212222219
HSL162°13.16%85.10%
HSB/HSV162°4.50%87.06%
CMYK4.50%0.00%1.35%
12.94%

Color #D4DEDB in popluar number systems.

HEXD4DEDB
Decimal212222219
Binary110101001101111011011011
Octal324336333

Shades and tints

Shades of #D4DEDB

#D4DEDB
(212,222,219)
#C1CAC8
(193,202,200)
#AEB6B5
(174,182,181)
#9BA2A2
(155,162,162)
#888E8F
(136,142,143)
#757A7C
(117,122,124)
#626669
(98,102,105)
#4F5256
(79,82,86)
#3C3E43
(60,62,67)
#292A30
(41,42,48)
#16161D
(22,22,29)
#000000
(0,0,0)

Tints of #D4DEDB

#D4DEDB
(212,222,219)
#D7E1DE
(215,225,222)
#DAE4E1
(218,228,225)
#DDE7E4
(221,231,228)
#E0EAE7
(224,234,231)
#E3EDEA
(227,237,234)
#E6F0ED
(230,240,237)
#E9F3F0
(233,243,240)
#ECF6F3
(236,246,243)
#EFF9F6
(239,249,246)
#F2FCF9
(242,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4DEDB; }

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

This text font color is #D4DEDB.


Background Color

.myBgColor { background-color: #D4DEDB; }

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

This div background color is #D4DEDB.


Border color

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

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

This div border color is #D4DEDB.


Opacity

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

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

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

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

This text has shadow with #D4DEDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4DEDB on black background.


Color preview on white background

This text has color #D4DEDB on white background.



Black color preview on #D4DEDB background

This text has black color on #D4DEDB background.


White color preview on #D4DEDB background

This text has white color on #D4DEDB background.