COLOR #D6E0FC

HEX: #D6E0FC
RGB: (214,224,252)

Color info

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

RGB color model

#D6E0FC color RGB value is (214,224,252).

  • red value is 214;
  • green value is 224;
  • blue value is 252.
RGB:
(214,224,252)
(84%,88%,99%)

RGB channels and saturation

R 214 of 255 = 84%
G 224 of 255 = 88%
B 252 of 255 = 99%

214
224
252

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

Portions of RGB colors in percentages

R + G + B =
214 + 224 + 252 = 690 (100%)
R 214 of 690 ~ 31.01%
G 224 of 690 ~ 32.46%
B 252 of 690 ~ 36.52%

%31.01
%32.46
%36.52

CMYK color model

#D6E0FC color CMYK value is (15,11,0,1).

  • cyan value is 15.08%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(15,11,0,1)
C15M11Y0K1 
(15%,11%,0%,1%)
(0.15/0.11/0.00/0.01)	

CMYK percentages

%15.08
%11.11
%0
%1.18

Codes

Color #D6E0FC in popluar color models

D6E0FC
RGB214224252
HSL224°86.36%91.37%
HSB/HSV224°15.08%98.82%
CMYK15.08%11.11%0.00%
1.18%

Color #D6E0FC in popluar number systems.

HEXD6E0FC
Decimal214224252
Binary110101101110000011111100
Octal326340374

Shades and tints

Shades of #D6E0FC

#D6E0FC
(214,224,252)
#C3CCE6
(195,204,230)
#B0B8D0
(176,184,208)
#9DA4BA
(157,164,186)
#8A90A4
(138,144,164)
#777C8E
(119,124,142)
#646878
(100,104,120)
#515462
(81,84,98)
#3E404C
(62,64,76)
#2B2C36
(43,44,54)
#181820
(24,24,32)
#000000
(0,0,0)

Tints of #D6E0FC

#D6E0FC
(214,224,252)
#D9E2FC
(217,226,252)
#DCE4FC
(220,228,252)
#DFE6FC
(223,230,252)
#E2E8FC
(226,232,252)
#E5EAFC
(229,234,252)
#E8ECFC
(232,236,252)
#EBEEFC
(235,238,252)
#EEF0FC
(238,240,252)
#F1F2FC
(241,242,252)
#F4F4FC
(244,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6E0FC color. Also use rgb(214,224,252) instead hex code.

Text Font Color

.myTextColor { color: #D6E0FC; }

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

This text font color is #D6E0FC.


Background Color

.myBgColor { background-color: #D6E0FC; }

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

This div background color is #D6E0FC.


Border color

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

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

This div border color is #D6E0FC.


Opacity

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

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

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

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

This text has shadow with #D6E0FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E0FC on black background.


Color preview on white background

This text has color #D6E0FC on white background.



Black color preview on #D6E0FC background

This text has black color on #D6E0FC background.


White color preview on #D6E0FC background

This text has white color on #D6E0FC background.