COLOR #D4E9F0

HEX: #D4E9F0
RGB: (212,233,240)

Color info

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

RGB color model

#D4E9F0 color RGB value is (212,233,240).

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

RGB channels and saturation

R 212 of 255 = 83%
G 233 of 255 = 91%
B 240 of 255 = 94%

212
233
240

R + G + B ~ 89%. #D4E9F0 is light color.

Portions of RGB colors in percentages

R + G + B =
212 + 233 + 240 = 685 (100%)
R 212 of 685 ~ 30.95%
G 233 of 685 ~ 34.01%
B 240 of 685 ~ 35.04%

%30.95
%34.01
%35.04

CMYK color model

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

  • cyan value is 11.67%
  • magenta value is 2.92%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(12,3,0,6)
C12M3Y0K6 
(12%,3%,0%,6%)
(0.12/0.03/0.00/0.06)	

CMYK percentages

%11.67
%2.92
%0
%5.88

Codes

Color #D4E9F0 in popluar color models

D4E9F0
RGB212233240
HSL195°48.28%88.63%
HSB/HSV195°11.67%94.12%
CMYK11.67%2.92%0.00%
5.88%

Color #D4E9F0 in popluar number systems.

HEXD4E9F0
Decimal212233240
Binary110101001110100111110000
Octal324351360

Shades and tints

Shades of #D4E9F0

#D4E9F0
(212,233,240)
#C1D4DB
(193,212,219)
#AEBFC6
(174,191,198)
#9BAAB1
(155,170,177)
#88959C
(136,149,156)
#758087
(117,128,135)
#626B72
(98,107,114)
#4F565D
(79,86,93)
#3C4148
(60,65,72)
#292C33
(41,44,51)
#16171E
(22,23,30)
#000000
(0,0,0)

Tints of #D4E9F0

#D4E9F0
(212,233,240)
#D7EBF1
(215,235,241)
#DAEDF2
(218,237,242)
#DDEFF3
(221,239,243)
#E0F1F4
(224,241,244)
#E3F3F5
(227,243,245)
#E6F5F6
(230,245,246)
#E9F7F7
(233,247,247)
#ECF9F8
(236,249,248)
#EFFBF9
(239,251,249)
#F2FDFA
(242,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4E9F0; }

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

This text font color is #D4E9F0.


Background Color

.myBgColor { background-color: #D4E9F0; }

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

This div background color is #D4E9F0.


Border color

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

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

This div border color is #D4E9F0.


Opacity

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

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

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

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

This text has shadow with #D4E9F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E9F0 on black background.


Color preview on white background

This text has color #D4E9F0 on white background.



Black color preview on #D4E9F0 background

This text has black color on #D4E9F0 background.


White color preview on #D4E9F0 background

This text has white color on #D4E9F0 background.