COLOR #D6E2EF

HEX: #D6E2EF
RGB: (214,226,239)

Color info

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

RGB color model

#D6E2EF color RGB value is (214,226,239).

  • red value is 214;
  • green value is 226;
  • blue value is 239.
RGB:
(214,226,239)
(84%,89%,94%)

RGB channels and saturation

R 214 of 255 = 84%
G 226 of 255 = 89%
B 239 of 255 = 94%

214
226
239

R + G + B ~ 89%. #D6E2EF is light color.

Portions of RGB colors in percentages

R + G + B =
214 + 226 + 239 = 679 (100%)
R 214 of 679 ~ 31.52%
G 226 of 679 ~ 33.28%
B 239 of 679 ~ 35.2%

%31.52
%33.28
%35.2

CMYK color model

#D6E2EF color CMYK value is (10,5,0,6).

  • cyan value is 10.46%
  • magenta value is 5.44%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(10,5,0,6)
C10M5Y0K6 
(10%,5%,0%,6%)
(0.10/0.05/0.00/0.06)	

CMYK percentages

%10.46
%5.44
%0
%6.27

Codes

Color #D6E2EF in popluar color models

D6E2EF
RGB214226239
HSL211°43.86%88.82%
HSB/HSV211°10.46%93.73%
CMYK10.46%5.44%0.00%
6.27%

Color #D6E2EF in popluar number systems.

HEXD6E2EF
Decimal214226239
Binary110101101110001011101111
Octal326342357

Shades and tints

Shades of #D6E2EF

#D6E2EF
(214,226,239)
#C3CEDA
(195,206,218)
#B0BAC5
(176,186,197)
#9DA6B0
(157,166,176)
#8A929B
(138,146,155)
#777E86
(119,126,134)
#646A71
(100,106,113)
#51565C
(81,86,92)
#3E4247
(62,66,71)
#2B2E32
(43,46,50)
#181A1D
(24,26,29)
#000000
(0,0,0)

Tints of #D6E2EF

#D6E2EF
(214,226,239)
#D9E4F0
(217,228,240)
#DCE6F1
(220,230,241)
#DFE8F2
(223,232,242)
#E2EAF3
(226,234,243)
#E5ECF4
(229,236,244)
#E8EEF5
(232,238,245)
#EBF0F6
(235,240,246)
#EEF2F7
(238,242,247)
#F1F4F8
(241,244,248)
#F4F6F9
(244,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6E2EF color. Also use rgb(214,226,239) instead hex code.

Text Font Color

.myTextColor { color: #D6E2EF; }

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

This text font color is #D6E2EF.


Background Color

.myBgColor { background-color: #D6E2EF; }

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

This div background color is #D6E2EF.


Border color

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

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

This div border color is #D6E2EF.


Opacity

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

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

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

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

This text has shadow with #D6E2EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E2EF on black background.


Color preview on white background

This text has color #D6E2EF on white background.



Black color preview on #D6E2EF background

This text has black color on #D6E2EF background.


White color preview on #D6E2EF background

This text has white color on #D6E2EF background.