COLOR #D4E6FE

HEX: #D4E6FE RGB: (212,230,254)

Color info

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

RGB color model

#D4E6FE color RGB value is (212,230,254).

RGB: (212,230,254) (83%, 90%, 100%)

RGB channels and saturation

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

212
230
254

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

Portions of RGB colors in percentages

R + G + B = 212 + 230 + 254 = 696 (100%)
R 212 of 696 ~ 30.46%
G 230 of 696 ~ 33.05%
B 254 of 696 ~ 36.49'%

%30.46
%33.05
%36.49

CMYK color model

#D4E6FE color CMYK value is (17,9,0,0).

  • cyan value is 16.54%
  • magenta value is 9.45%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (17,9,0,0)
C17M9Y0K0 (17%, 9%, 0%, 0%)
(0.17 / 0.09 / 0.00 / 0.00)

CMYK percentages

%16.54
%9.45
%0
%0.39

Codes

Color #D4E6FE in popluar color models

D4 E6 FE
RGB 212 230 254
HSL 214° 95.45% 91.37%
HSB/HSV 214° 16.54% 99.61%
CMYK 16.54% 9.45% 0.00%
0.39%

Color #D4E6FE in popluar number systems.

HEX D4 E6 FE
Decimal 212 230 254
Binary 11010100 11100110 11111110
Octal 324 346 376

Shades and tints

Shades of #D4E6FE

#D4E6FE
(212,230,254)
#C1D2E7
(193,210,231)
#AEBED0
(174,190,208)
#9BAAB9
(155,170,185)
#8896A2
(136,150,162)
#75828B
(117,130,139)
#626E74
(98,110,116)
#4F5A5D
(79,90,93)
#3C4646
(60,70,70)
#29322F
(41,50,47)
#161E18
(22,30,24)
#000000
(0,0,0)

Tints of #D4E6FE

#D4E6FE
(212,230,254)
#D7E8FE
(215,232,254)
#DAEAFE
(218,234,254)
#DDECFE
(221,236,254)
#E0EEFE
(224,238,254)
#E3F0FE
(227,240,254)
#E6F2FE
(230,242,254)
#E9F4FE
(233,244,254)
#ECF6FE
(236,246,254)
#EFF8FE
(239,248,254)
#F2FAFE
(242,250,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4E6FE; }

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

This text font color is #D4E6FE.

Background Color

.myBgColor { background-color: #D4E6FE; }

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

This div background color is #D4E6FE.

Border color

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

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

This div border color is #D4E6FE.

Opacity

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

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

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

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

This text has shadow with #D4E6FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4E6FE.

Preview

Color preview on black background

This text has color #D4E6FE on black background.


Color preview on white background

This text has color #D4E6FE on white background.


Black color preview on #D4E6FE background

This text has black color on #D4E6FE background.


White color preview on #D4E6FE background

This text has white color on #D4E6FE background.


Related colors

Complementary color

Complementary color for #hex is #2B1901.


I love getcolorcode.com

Triadic colors

1 #FED4E6 and #E6FED4 with #D4E6FE are triadic colors.

2 #FEE6D4 and #E6D4FE with #D4E6FE are triadic colors.