COLOR #D6E4FD

HEX: #D6E4FD
RGB: (214,228,253)

Color info

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

RGB color model

#D6E4FD color RGB value is (214,228,253).

  • red value is 214;
  • green value is 228;
  • blue value is 253.
RGB:
(214,228,253)
(84%,89%,99%)

RGB channels and saturation

R 214 of 255 = 84%
G 228 of 255 = 89%
B 253 of 255 = 99%

214
228
253

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

Portions of RGB colors in percentages

R + G + B =
214 + 228 + 253 = 695 (100%)
R 214 of 695 ~ 30.79%
G 228 of 695 ~ 32.81%
B 253 of 695 ~ 36.4%

%30.79
%32.81
%36.4

CMYK color model

#D6E4FD color CMYK value is (15,10,0,1).

  • cyan value is 15.42%
  • magenta value is 9.88%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(15,10,0,1)
C15M10Y0K1 
(15%,10%,0%,1%)
(0.15/0.10/0.00/0.01)	

CMYK percentages

%15.42
%9.88
%0
%0.78

Codes

Color #D6E4FD in popluar color models

D6E4FD
RGB214228253
HSL218°90.70%91.57%
HSB/HSV218°15.42%99.22%
CMYK15.42%9.88%0.00%
0.78%

Color #D6E4FD in popluar number systems.

HEXD6E4FD
Decimal214228253
Binary110101101110010011111101
Octal326344375

Shades and tints

Shades of #D6E4FD

#D6E4FD
(214,228,253)
#C3D0E6
(195,208,230)
#B0BCCF
(176,188,207)
#9DA8B8
(157,168,184)
#8A94A1
(138,148,161)
#77808A
(119,128,138)
#646C73
(100,108,115)
#51585C
(81,88,92)
#3E4445
(62,68,69)
#2B302E
(43,48,46)
#181C17
(24,28,23)
#000000
(0,0,0)

Tints of #D6E4FD

#D6E4FD
(214,228,253)
#D9E6FD
(217,230,253)
#DCE8FD
(220,232,253)
#DFEAFD
(223,234,253)
#E2ECFD
(226,236,253)
#E5EEFD
(229,238,253)
#E8F0FD
(232,240,253)
#EBF2FD
(235,242,253)
#EEF4FD
(238,244,253)
#F1F6FD
(241,246,253)
#F4F8FD
(244,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6E4FD color. Also use rgb(214,228,253) instead hex code.

Text Font Color

.myTextColor { color: #D6E4FD; }

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

This text font color is #D6E4FD.


Background Color

.myBgColor { background-color: #D6E4FD; }

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

This div background color is #D6E4FD.


Border color

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

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

This div border color is #D6E4FD.


Opacity

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

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

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

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

This text has shadow with #D6E4FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E4FD on black background.


Color preview on white background

This text has color #D6E4FD on white background.



Black color preview on #D6E4FD background

This text has black color on #D6E4FD background.


White color preview on #D6E4FD background

This text has white color on #D6E4FD background.