COLOR #D4E7FB

HEX: #D4E7FB
RGB: (212,231,251)

Color info

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

RGB color model

#D4E7FB color RGB value is (212,231,251).

  • red value is 212;
  • green value is 231;
  • blue value is 251.
RGB:
(212,231,251)
(83%,91%,98%)

RGB channels and saturation

R 212 of 255 = 83%
G 231 of 255 = 91%
B 251 of 255 = 98%

212
231
251

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

Portions of RGB colors in percentages

R + G + B =
212 + 231 + 251 = 694 (100%)
R 212 of 694 ~ 30.55%
G 231 of 694 ~ 33.29%
B 251 of 694 ~ 36.17%

%30.55
%33.29
%36.17

CMYK color model

#D4E7FB color CMYK value is (16,8,0,2).

  • cyan value is 15.54%
  • magenta value is 7.97%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(16,8,0,2)
C16M8Y0K2 
(16%,8%,0%,2%)
(0.16/0.08/0.00/0.02)	

CMYK percentages

%15.54
%7.97
%0
%1.57

Codes

Color #D4E7FB in popluar color models

D4E7FB
RGB212231251
HSL211°82.98%90.78%
HSB/HSV211°15.54%98.43%
CMYK15.54%7.97%0.00%
1.57%

Color #D4E7FB in popluar number systems.

HEXD4E7FB
Decimal212231251
Binary110101001110011111111011
Octal324347373

Shades and tints

Shades of #D4E7FB

#D4E7FB
(212,231,251)
#C1D2E5
(193,210,229)
#AEBDCF
(174,189,207)
#9BA8B9
(155,168,185)
#8893A3
(136,147,163)
#757E8D
(117,126,141)
#626977
(98,105,119)
#4F5461
(79,84,97)
#3C3F4B
(60,63,75)
#292A35
(41,42,53)
#16151F
(22,21,31)
#000000
(0,0,0)

Tints of #D4E7FB

#D4E7FB
(212,231,251)
#D7E9FB
(215,233,251)
#DAEBFB
(218,235,251)
#DDEDFB
(221,237,251)
#E0EFFB
(224,239,251)
#E3F1FB
(227,241,251)
#E6F3FB
(230,243,251)
#E9F5FB
(233,245,251)
#ECF7FB
(236,247,251)
#EFF9FB
(239,249,251)
#F2FBFB
(242,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4E7FB color. Also use rgb(212,231,251) instead hex code.

Text Font Color

.myTextColor { color: #D4E7FB; }

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

This text font color is #D4E7FB.


Background Color

.myBgColor { background-color: #D4E7FB; }

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

This div background color is #D4E7FB.


Border color

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

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

This div border color is #D4E7FB.


Opacity

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

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

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

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

This text has shadow with #D4E7FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E7FB on black background.


Color preview on white background

This text has color #D4E7FB on white background.



Black color preview on #D4E7FB background

This text has black color on #D4E7FB background.


White color preview on #D4E7FB background

This text has white color on #D4E7FB background.