COLOR #D4EFF0

HEX: #D4EFF0
RGB: (212,239,240)

Color info

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

RGB color model

#D4EFF0 color RGB value is (212,239,240).

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

RGB channels and saturation

R 212 of 255 = 83%
G 239 of 255 = 94%
B 240 of 255 = 94%

212
239
240

R + G + B ~ 90%. #D4EFF0 is light color.

Portions of RGB colors in percentages

R + G + B =
212 + 239 + 240 = 691 (100%)
R 212 of 691 ~ 30.68%
G 239 of 691 ~ 34.59%
B 240 of 691 ~ 34.73%

%30.68
%34.59
%34.73

CMYK color model

#D4EFF0 color CMYK value is (12,0,0,6).

  • cyan value is 11.67%
  • magenta value is 0.42%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(12,0,0,6)
C12M0Y0K6 
(12%,0%,0%,6%)
(0.12/0.00/0.00/0.06)	

CMYK percentages

%11.67
%0.42
%0
%5.88

Codes

Color #D4EFF0 in popluar color models

D4EFF0
RGB212239240
HSL182°48.28%88.63%
HSB/HSV182°11.67%94.12%
CMYK11.67%0.42%0.00%
5.88%

Color #D4EFF0 in popluar number systems.

HEXD4EFF0
Decimal212239240
Binary110101001110111111110000
Octal324357360

Shades and tints

Shades of #D4EFF0

#D4EFF0
(212,239,240)
#C1DADB
(193,218,219)
#AEC5C6
(174,197,198)
#9BB0B1
(155,176,177)
#889B9C
(136,155,156)
#758687
(117,134,135)
#627172
(98,113,114)
#4F5C5D
(79,92,93)
#3C4748
(60,71,72)
#293233
(41,50,51)
#161D1E
(22,29,30)
#000000
(0,0,0)

Tints of #D4EFF0

#D4EFF0
(212,239,240)
#D7F0F1
(215,240,241)
#DAF1F2
(218,241,242)
#DDF2F3
(221,242,243)
#E0F3F4
(224,243,244)
#E3F4F5
(227,244,245)
#E6F5F6
(230,245,246)
#E9F6F7
(233,246,247)
#ECF7F8
(236,247,248)
#EFF8F9
(239,248,249)
#F2F9FA
(242,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4EFF0; }

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

This text font color is #D4EFF0.


Background Color

.myBgColor { background-color: #D4EFF0; }

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

This div background color is #D4EFF0.


Border color

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

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

This div border color is #D4EFF0.


Opacity

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

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

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

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

This text has shadow with #D4EFF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4EFF0 on black background.


Color preview on white background

This text has color #D4EFF0 on white background.



Black color preview on #D4EFF0 background

This text has black color on #D4EFF0 background.


White color preview on #D4EFF0 background

This text has white color on #D4EFF0 background.