COLOR #D6E7FC

HEX: #D6E7FC
RGB: (214,231,252)

Color info

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

RGB color model

#D6E7FC color RGB value is (214,231,252).

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

RGB channels and saturation

R 214 of 255 = 84%
G 231 of 255 = 91%
B 252 of 255 = 99%

214
231
252

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

Portions of RGB colors in percentages

R + G + B =
214 + 231 + 252 = 697 (100%)
R 214 of 697 ~ 30.7%
G 231 of 697 ~ 33.14%
B 252 of 697 ~ 36.15%

%30.7
%33.14
%36.15

CMYK color model

#D6E7FC color CMYK value is (15,8,0,1).

  • cyan value is 15.08%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(15,8,0,1)
C15M8Y0K1 
(15%,8%,0%,1%)
(0.15/0.08/0.00/0.01)	

CMYK percentages

%15.08
%8.33
%0
%1.18

Codes

Color #D6E7FC in popluar color models

D6E7FC
RGB214231252
HSL213°86.36%91.37%
HSB/HSV213°15.08%98.82%
CMYK15.08%8.33%0.00%
1.18%

Color #D6E7FC in popluar number systems.

HEXD6E7FC
Decimal214231252
Binary110101101110011111111100
Octal326347374

Shades and tints

Shades of #D6E7FC

#D6E7FC
(214,231,252)
#C3D2E6
(195,210,230)
#B0BDD0
(176,189,208)
#9DA8BA
(157,168,186)
#8A93A4
(138,147,164)
#777E8E
(119,126,142)
#646978
(100,105,120)
#515462
(81,84,98)
#3E3F4C
(62,63,76)
#2B2A36
(43,42,54)
#181520
(24,21,32)
#000000
(0,0,0)

Tints of #D6E7FC

#D6E7FC
(214,231,252)
#D9E9FC
(217,233,252)
#DCEBFC
(220,235,252)
#DFEDFC
(223,237,252)
#E2EFFC
(226,239,252)
#E5F1FC
(229,241,252)
#E8F3FC
(232,243,252)
#EBF5FC
(235,245,252)
#EEF7FC
(238,247,252)
#F1F9FC
(241,249,252)
#F4FBFC
(244,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6E7FC; }

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

This text font color is #D6E7FC.


Background Color

.myBgColor { background-color: #D6E7FC; }

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

This div background color is #D6E7FC.


Border color

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

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

This div border color is #D6E7FC.


Opacity

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

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

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

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

This text has shadow with #D6E7FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E7FC on black background.


Color preview on white background

This text has color #D6E7FC on white background.



Black color preview on #D6E7FC background

This text has black color on #D6E7FC background.


White color preview on #D6E7FC background

This text has white color on #D6E7FC background.