COLOR #D4D4DE

HEX: #D4D4DE
RGB: (212,212,222)

Color info

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

RGB color model

#D4D4DE color RGB value is (212,212,222).

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

RGB channels and saturation

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

212
212
222

R + G + B ~ 84%. #D4D4DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 212 + 222 = 646 (100%)
R 212 of 646 ~ 32.82%
G 212 of 646 ~ 32.82%
B 222 of 646 ~ 34.37%

%32.82
%32.82
%34.37

CMYK color model

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

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

CMYK percentages

%4.5
%4.5
%0
%12.94

Codes

Color #D4D4DE in popluar color models

D4D4DE
RGB212212222
HSL240°13.16%85.10%
HSB/HSV240°4.50%87.06%
CMYK4.50%4.50%0.00%
12.94%

Color #D4D4DE in popluar number systems.

HEXD4D4DE
Decimal212212222
Binary110101001101010011011110
Octal324324336

Shades and tints

Shades of #D4D4DE

#D4D4DE
(212,212,222)
#C1C1CA
(193,193,202)
#AEAEB6
(174,174,182)
#9B9BA2
(155,155,162)
#88888E
(136,136,142)
#75757A
(117,117,122)
#626266
(98,98,102)
#4F4F52
(79,79,82)
#3C3C3E
(60,60,62)
#29292A
(41,41,42)
#161616
(22,22,22)
#000000
(0,0,0)

Tints of #D4D4DE

#D4D4DE
(212,212,222)
#D7D7E1
(215,215,225)
#DADAE4
(218,218,228)
#DDDDE7
(221,221,231)
#E0E0EA
(224,224,234)
#E3E3ED
(227,227,237)
#E6E6F0
(230,230,240)
#E9E9F3
(233,233,243)
#ECECF6
(236,236,246)
#EFEFF9
(239,239,249)
#F2F2FC
(242,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4D4DE; }

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

This text font color is #D4D4DE.


Background Color

.myBgColor { background-color: #D4D4DE; }

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

This div background color is #D4D4DE.


Border color

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

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

This div border color is #D4D4DE.


Opacity

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

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

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

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

This text has shadow with #D4D4DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4D4DE on black background.


Color preview on white background

This text has color #D4D4DE on white background.



Black color preview on #D4D4DE background

This text has black color on #D4D4DE background.


White color preview on #D4D4DE background

This text has white color on #D4D4DE background.