COLOR #D4E9F9

HEX: #D4E9F9 RGB: (212,233,249)

Color info

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

RGB color model

#D4E9F9 color RGB value is (212,233,249).

RGB: (212,233,249) (83%, 91%, 98%)

RGB channels and saturation

R 212 of 255 = 83%
G 233 of 255 = 91%
B 249 of 255 = 98%

212
233
249

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

Portions of RGB colors in percentages

R + G + B = 212 + 233 + 249 = 694 (100%)
R 212 of 694 ~ 30.55%
G 233 of 694 ~ 33.57%
B 249 of 694 ~ 35.88'%

%30.55
%33.57
%35.88

CMYK color model

#D4E9F9 color CMYK value is (15,6,0,2).

  • cyan value is 14.86%
  • magenta value is 6.43%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK: (15,6,0,2) C15M6Y0K2 (15%,6%,0%,2%) (0.15/0.06/0.00/0.02) 

CMYK percentages

%14.86
%6.43
%0
%2.35

Codes

Color #D4E9F9 in popluar color models

D4 E9 F9
RGB 212 233 249
HSL 206° 75.51% 90.39%
HSB/HSV 206° 14.86% 97.65%
CMYK 14.86% 6.43% 0.00%
2.35%

Color #D4E9F9 in popluar number systems.

HEX D4 E9 F9
Decimal 212 233 249
Binary 11010100 11101001 11111001
Octal 324 351 371

Shades and tints

Shades of #D4E9F9

#D4E9F9
(212,233,249)
#C1D4E3
(193,212,227)
#AEBFCD
(174,191,205)
#9BAAB7
(155,170,183)
#8895A1
(136,149,161)
#75808B
(117,128,139)
#626B75
(98,107,117)
#4F565F
(79,86,95)
#3C4149
(60,65,73)
#292C33
(41,44,51)
#16171D
(22,23,29)
#000000
(0,0,0)

Tints of #D4E9F9

#D4E9F9
(212,233,249)
#D7EBF9
(215,235,249)
#DAEDF9
(218,237,249)
#DDEFF9
(221,239,249)
#E0F1F9
(224,241,249)
#E3F3F9
(227,243,249)
#E6F5F9
(230,245,249)
#E9F7F9
(233,247,249)
#ECF9F9
(236,249,249)
#EFFBF9
(239,251,249)
#F2FDF9
(242,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4E9F9; }

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

This text font color is #D4E9F9.

Background Color

.myBgColor { background-color: #D4E9F9; }

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

This div background color is #D4E9F9.

Border color

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

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

This div border color is #D4E9F9.

Opacity

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

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

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

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

This text has shadow with #D4E9F9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4E9F9.

Preview

Color preview on black background

This text has color #D4E9F9 on black background.


Color preview on white background

This text has color #D4E9F9 on white background.


Black color preview on #D4E9F9 background

This text has black color on #D4E9F9 background.


White color preview on #D4E9F9 background

This text has white color on #D4E9F9 background.


Related colors

Complementary color

Complementary color for #hex is #2B1606.


I love getcolorcode.com

Triadic colors

1 #F9D4E9 and #E9F9D4 with #D4E9F9 are triadic colors.

2 #F9E9D4 and #E9D4F9 with #D4E9F9 are triadic colors.