COLOR #D4EFFE

HEX: #D4EFFE RGB: (212,239,254)

Color info

#D4EFFE contains red, green and blue colors in about the same proportion. Web safe color of #D4EFFE is #CCFFFF (or #CFF).

RGB color model

#D4EFFE color RGB value is (212,239,254).

RGB: (212,239,254) (83%, 94%, 100%)

RGB channels and saturation

R 212 of 255 = 83%
G 239 of 255 = 94%
B 254 of 255 = 100%

212
239
254

R + G + B ~ 92%. #D4EFFE is light color.

Portions of RGB colors in percentages

R + G + B = 212 + 239 + 254 = 705 (100%)
R 212 of 705 ~ 30.07%
G 239 of 705 ~ 33.9%
B 254 of 705 ~ 36.03'%

%30.07
%33.9
%36.03

CMYK color model

#D4EFFE color CMYK value is (17,6,0,0).

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

CMYK: (17,6,0,0)
C17M6Y0K0 (17%, 6%, 0%, 0%)
(0.17 / 0.06 / 0.00 / 0.00)

CMYK percentages

%16.54
%5.91
%0
%0.39

Codes

Color #D4EFFE in popluar color models

D4 EF FE
RGB 212 239 254
HSL 201° 95.45% 91.37%
HSB/HSV 201° 16.54% 99.61%
CMYK 16.54% 5.91% 0.00%
0.39%

Color #D4EFFE in popluar number systems.

HEX D4 EF FE
Decimal 212 239 254
Binary 11010100 11101111 11111110
Octal 324 357 376

Shades and tints

Shades of #D4EFFE

#D4EFFE
(212,239,254)
#C1DAE7
(193,218,231)
#AEC5D0
(174,197,208)
#9BB0B9
(155,176,185)
#889BA2
(136,155,162)
#75868B
(117,134,139)
#627174
(98,113,116)
#4F5C5D
(79,92,93)
#3C4746
(60,71,70)
#29322F
(41,50,47)
#161D18
(22,29,24)
#000000
(0,0,0)

Tints of #D4EFFE

#D4EFFE
(212,239,254)
#D7F0FE
(215,240,254)
#DAF1FE
(218,241,254)
#DDF2FE
(221,242,254)
#E0F3FE
(224,243,254)
#E3F4FE
(227,244,254)
#E6F5FE
(230,245,254)
#E9F6FE
(233,246,254)
#ECF7FE
(236,247,254)
#EFF8FE
(239,248,254)
#F2F9FE
(242,249,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4EFFE; }

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

This text font color is #D4EFFE.

Background Color

.myBgColor { background-color: #D4EFFE; }

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

This div background color is #D4EFFE.

Border color

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

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

This div border color is #D4EFFE.

Opacity

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

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

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

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

This text has shadow with #D4EFFE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4EFFE.

Preview

Color preview on black background

This text has color #D4EFFE on black background.


Color preview on white background

This text has color #D4EFFE on white background.


Black color preview on #D4EFFE background

This text has black color on #D4EFFE background.


White color preview on #D4EFFE background

This text has white color on #D4EFFE background.


Related colors

Complementary color

Complementary color for #hex is #2B1001.


I love getcolorcode.com

Triadic colors

1 #FED4EF and #EFFED4 with #D4EFFE are triadic colors.

2 #FEEFD4 and #EFD4FE with #D4EFFE are triadic colors.