COLOR #D4DEF7

HEX: #D4DEF7
RGB: (212,222,247)

Color info

#D4DEF7 contains red, green and blue colors in about the same proportion. Web safe color of #D4DEF7 is #CCCCFF (or #CCF).

RGB color model

#D4DEF7 color RGB value is (212,222,247).

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

RGB channels and saturation

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

212
222
247

R + G + B ~ 89%. #D4DEF7 is light color.

Portions of RGB colors in percentages

R + G + B =
212 + 222 + 247 = 681 (100%)
R 212 of 681 ~ 31.13%
G 222 of 681 ~ 32.6%
B 247 of 681 ~ 36.27%

%31.13
%32.6
%36.27

CMYK color model

#D4DEF7 color CMYK value is (14,10,0,3).

  • cyan value is 14.17%
  • magenta value is 10.12%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(14,10,0,3)
C14M10Y0K3 
(14%,10%,0%,3%)
(0.14/0.10/0.00/0.03)	

CMYK percentages

%14.17
%10.12
%0
%3.14

Codes

Color #D4DEF7 in popluar color models

D4DEF7
RGB212222247
HSL223°68.63%90.00%
HSB/HSV223°14.17%96.86%
CMYK14.17%10.12%0.00%
3.14%

Color #D4DEF7 in popluar number systems.

HEXD4DEF7
Decimal212222247
Binary110101001101111011110111
Octal324336367

Shades and tints

Shades of #D4DEF7

#D4DEF7
(212,222,247)
#C1CAE1
(193,202,225)
#AEB6CB
(174,182,203)
#9BA2B5
(155,162,181)
#888E9F
(136,142,159)
#757A89
(117,122,137)
#626673
(98,102,115)
#4F525D
(79,82,93)
#3C3E47
(60,62,71)
#292A31
(41,42,49)
#16161B
(22,22,27)
#000000
(0,0,0)

Tints of #D4DEF7

#D4DEF7
(212,222,247)
#D7E1F7
(215,225,247)
#DAE4F7
(218,228,247)
#DDE7F7
(221,231,247)
#E0EAF7
(224,234,247)
#E3EDF7
(227,237,247)
#E6F0F7
(230,240,247)
#E9F3F7
(233,243,247)
#ECF6F7
(236,246,247)
#EFF9F7
(239,249,247)
#F2FCF7
(242,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4DEF7; }

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

This text font color is #D4DEF7.


Background Color

.myBgColor { background-color: #D4DEF7; }

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

This div background color is #D4DEF7.


Border color

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

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

This div border color is #D4DEF7.


Opacity

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

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

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

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

This text has shadow with #D4DEF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4DEF7 on black background.


Color preview on white background

This text has color #D4DEF7 on white background.



Black color preview on #D4DEF7 background

This text has black color on #D4DEF7 background.


White color preview on #D4DEF7 background

This text has white color on #D4DEF7 background.