COLOR #D4DEEF

HEX: #D4DEEF
RGB: (212,222,239)

Color info

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

RGB color model

#D4DEEF color RGB value is (212,222,239).

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

RGB channels and saturation

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

212
222
239

R + G + B ~ 88%. #D4DEEF is light color.

Portions of RGB colors in percentages

R + G + B =
212 + 222 + 239 = 673 (100%)
R 212 of 673 ~ 31.5%
G 222 of 673 ~ 32.99%
B 239 of 673 ~ 35.51%

%31.5
%32.99
%35.51

CMYK color model

#D4DEEF color CMYK value is (11,7,0,6).

  • cyan value is 11.30%
  • magenta value is 7.11%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(11,7,0,6)
C11M7Y0K6 
(11%,7%,0%,6%)
(0.11/0.07/0.00/0.06)	

CMYK percentages

%11.3
%7.11
%0
%6.27

Codes

Color #D4DEEF in popluar color models

D4DEEF
RGB212222239
HSL218°45.76%88.43%
HSB/HSV218°11.30%93.73%
CMYK11.30%7.11%0.00%
6.27%

Color #D4DEEF in popluar number systems.

HEXD4DEEF
Decimal212222239
Binary110101001101111011101111
Octal324336357

Shades and tints

Shades of #D4DEEF

#D4DEEF
(212,222,239)
#C1CADA
(193,202,218)
#AEB6C5
(174,182,197)
#9BA2B0
(155,162,176)
#888E9B
(136,142,155)
#757A86
(117,122,134)
#626671
(98,102,113)
#4F525C
(79,82,92)
#3C3E47
(60,62,71)
#292A32
(41,42,50)
#16161D
(22,22,29)
#000000
(0,0,0)

Tints of #D4DEEF

#D4DEEF
(212,222,239)
#D7E1F0
(215,225,240)
#DAE4F1
(218,228,241)
#DDE7F2
(221,231,242)
#E0EAF3
(224,234,243)
#E3EDF4
(227,237,244)
#E6F0F5
(230,240,245)
#E9F3F6
(233,243,246)
#ECF6F7
(236,246,247)
#EFF9F8
(239,249,248)
#F2FCF9
(242,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4DEEF; }

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

This text font color is #D4DEEF.


Background Color

.myBgColor { background-color: #D4DEEF; }

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

This div background color is #D4DEEF.


Border color

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

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

This div border color is #D4DEEF.


Opacity

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

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

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

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

This text has shadow with #D4DEEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4DEEF on black background.


Color preview on white background

This text has color #D4DEEF on white background.



Black color preview on #D4DEEF background

This text has black color on #D4DEEF background.


White color preview on #D4DEEF background

This text has white color on #D4DEEF background.