COLOR #D4E3FD

HEX: #D4E3FD
RGB: (212,227,253)

Color info

#D4E3FD contains red, green and blue colors in about the same proportion. Web safe color of #D4E3FD is #CCCCFF (or #CCF).

RGB color model

#D4E3FD color RGB value is (212,227,253).

  • red value is 212;
  • green value is 227;
  • blue value is 253.
RGB:
(212,227,253)
(83%,89%,99%)

RGB channels and saturation

R 212 of 255 = 83%
G 227 of 255 = 89%
B 253 of 255 = 99%

212
227
253

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

Portions of RGB colors in percentages

R + G + B =
212 + 227 + 253 = 692 (100%)
R 212 of 692 ~ 30.64%
G 227 of 692 ~ 32.8%
B 253 of 692 ~ 36.56%

%30.64
%32.8
%36.56

CMYK color model

#D4E3FD color CMYK value is (16,10,0,1).

  • cyan value is 16.21%
  • magenta value is 10.28%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(16,10,0,1)
C16M10Y0K1 
(16%,10%,0%,1%)
(0.16/0.10/0.00/0.01)	

CMYK percentages

%16.21
%10.28
%0
%0.78

Codes

Color #D4E3FD in popluar color models

D4E3FD
RGB212227253
HSL218°91.11%91.18%
HSB/HSV218°16.21%99.22%
CMYK16.21%10.28%0.00%
0.78%

Color #D4E3FD in popluar number systems.

HEXD4E3FD
Decimal212227253
Binary110101001110001111111101
Octal324343375

Shades and tints

Shades of #D4E3FD

#D4E3FD
(212,227,253)
#C1CFE6
(193,207,230)
#AEBBCF
(174,187,207)
#9BA7B8
(155,167,184)
#8893A1
(136,147,161)
#757F8A
(117,127,138)
#626B73
(98,107,115)
#4F575C
(79,87,92)
#3C4345
(60,67,69)
#292F2E
(41,47,46)
#161B17
(22,27,23)
#000000
(0,0,0)

Tints of #D4E3FD

#D4E3FD
(212,227,253)
#D7E5FD
(215,229,253)
#DAE7FD
(218,231,253)
#DDE9FD
(221,233,253)
#E0EBFD
(224,235,253)
#E3EDFD
(227,237,253)
#E6EFFD
(230,239,253)
#E9F1FD
(233,241,253)
#ECF3FD
(236,243,253)
#EFF5FD
(239,245,253)
#F2F7FD
(242,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4E3FD color. Also use rgb(212,227,253) instead hex code.

Text Font Color

.myTextColor { color: #D4E3FD; }

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

This text font color is #D4E3FD.


Background Color

.myBgColor { background-color: #D4E3FD; }

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

This div background color is #D4E3FD.


Border color

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

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

This div border color is #D4E3FD.


Opacity

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

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

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

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

This text has shadow with #D4E3FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E3FD on black background.


Color preview on white background

This text has color #D4E3FD on white background.



Black color preview on #D4E3FD background

This text has black color on #D4E3FD background.


White color preview on #D4E3FD background

This text has white color on #D4E3FD background.