COLOR #D4E6FF

HEX: #D4E6FF
RGB: (212,230,255)

Color info

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

RGB color model

#D4E6FF color RGB value is (212,230,255).

  • red value is 212;
  • green value is 230;
  • blue value is 255.
RGB:
(212,230,255)
(83%,90%,100%)

RGB channels and saturation

R 212 of 255 = 83%
G 230 of 255 = 90%
B 255 of 255 = 100%

212
230
255

R + G + B ~ 91%. #D4E6FF is light color.

Portions of RGB colors in percentages

R + G + B =
212 + 230 + 255 = 697 (100%)
R 212 of 697 ~ 30.42%
G 230 of 697 ~ 33%
B 255 of 697 ~ 36.59%

%30.42
%33
%36.59

CMYK color model

#D4E6FF color CMYK value is (17,10,0,0).

  • cyan value is 16.86%
  • magenta value is 9.80%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(17,10,0,0)
C17M10Y0K0 
(17%,10%,0%,0%)
(0.17/0.10/0.00/0.00)	

CMYK percentages

%16.86
%9.8
%0
%0

Codes

Color #D4E6FF in popluar color models

D4E6FF
RGB212230255
HSL215°100.00%91.57%
HSB/HSV215°16.86%100.00%
CMYK16.86%9.80%0.00%
0.00%

Color #D4E6FF in popluar number systems.

HEXD4E6FF
Decimal212230255
Binary110101001110011011111111
Octal324346377

Shades and tints

Shades of #D4E6FF

#D4E6FF
(212,230,255)
#C1D2E8
(193,210,232)
#AEBED1
(174,190,209)
#9BAABA
(155,170,186)
#8896A3
(136,150,163)
#75828C
(117,130,140)
#626E75
(98,110,117)
#4F5A5E
(79,90,94)
#3C4647
(60,70,71)
#293230
(41,50,48)
#161E19
(22,30,25)
#000000
(0,0,0)

Tints of #D4E6FF

#D4E6FF
(212,230,255)
#D7E8FF
(215,232,255)
#DAEAFF
(218,234,255)
#DDECFF
(221,236,255)
#E0EEFF
(224,238,255)
#E3F0FF
(227,240,255)
#E6F2FF
(230,242,255)
#E9F4FF
(233,244,255)
#ECF6FF
(236,246,255)
#EFF8FF
(239,248,255)
#F2FAFF
(242,250,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4E6FF; }

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

This text font color is #D4E6FF.


Background Color

.myBgColor { background-color: #D4E6FF; }

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

This div background color is #D4E6FF.


Border color

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

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

This div border color is #D4E6FF.


Opacity

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

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

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

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

This text has shadow with #D4E6FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E6FF on black background.


Color preview on white background

This text has color #D4E6FF on white background.



Black color preview on #D4E6FF background

This text has black color on #D4E6FF background.


White color preview on #D4E6FF background

This text has white color on #D4E6FF background.