COLOR #D6E3FC

HEX: #D6E3FC
RGB: (214,227,252)

Color info

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

RGB color model

#D6E3FC color RGB value is (214,227,252).

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

RGB channels and saturation

R 214 of 255 = 84%
G 227 of 255 = 89%
B 252 of 255 = 99%

214
227
252

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

Portions of RGB colors in percentages

R + G + B =
214 + 227 + 252 = 693 (100%)
R 214 of 693 ~ 30.88%
G 227 of 693 ~ 32.76%
B 252 of 693 ~ 36.36%

%30.88
%32.76
%36.36

CMYK color model

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

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

CMYK percentages

%15.08
%9.92
%0
%1.18

Codes

Color #D6E3FC in popluar color models

D6E3FC
RGB214227252
HSL219°86.36%91.37%
HSB/HSV219°15.08%98.82%
CMYK15.08%9.92%0.00%
1.18%

Color #D6E3FC in popluar number systems.

HEXD6E3FC
Decimal214227252
Binary110101101110001111111100
Octal326343374

Shades and tints

Shades of #D6E3FC

#D6E3FC
(214,227,252)
#C3CFE6
(195,207,230)
#B0BBD0
(176,187,208)
#9DA7BA
(157,167,186)
#8A93A4
(138,147,164)
#777F8E
(119,127,142)
#646B78
(100,107,120)
#515762
(81,87,98)
#3E434C
(62,67,76)
#2B2F36
(43,47,54)
#181B20
(24,27,32)
#000000
(0,0,0)

Tints of #D6E3FC

#D6E3FC
(214,227,252)
#D9E5FC
(217,229,252)
#DCE7FC
(220,231,252)
#DFE9FC
(223,233,252)
#E2EBFC
(226,235,252)
#E5EDFC
(229,237,252)
#E8EFFC
(232,239,252)
#EBF1FC
(235,241,252)
#EEF3FC
(238,243,252)
#F1F5FC
(241,245,252)
#F4F7FC
(244,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6E3FC; }

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

This text font color is #D6E3FC.


Background Color

.myBgColor { background-color: #D6E3FC; }

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

This div background color is #D6E3FC.


Border color

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

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

This div border color is #D6E3FC.


Opacity

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

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

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

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

This text has shadow with #D6E3FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E3FC on black background.


Color preview on white background

This text has color #D6E3FC on white background.



Black color preview on #D6E3FC background

This text has black color on #D6E3FC background.


White color preview on #D6E3FC background

This text has white color on #D6E3FC background.