COLOR #D6E2ED

HEX: #D6E2ED RGB: (214,226,237)

Color info

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

RGB color model

#D6E2ED color RGB value is (214,226,237).

RGB: (214,226,237) (84%, 89%, 93%)

RGB channels and saturation

R 214 of 255 = 84%
G 226 of 255 = 89%
B 237 of 255 = 93%

214
226
237

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

Portions of RGB colors in percentages

R + G + B = 214 + 226 + 237 = 677 (100%)
R 214 of 677 ~ 31.61%
G 226 of 677 ~ 33.38%
B 237 of 677 ~ 35.01'%

%31.61
%33.38
%35.01

CMYK color model

#D6E2ED color CMYK value is (10,5,0,7).

  • cyan value is 9.70%
  • magenta value is 4.64%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (10,5,0,7)
C10M5Y0K7 (10%, 5%, 0%, 7%)
(0.10 / 0.05 / 0.00 / 0.07)

CMYK percentages

%9.7
%4.64
%0
%7.06

Codes

Color #D6E2ED in popluar color models

D6 E2 ED
RGB 214 226 237
HSL 209° 38.98% 88.43%
HSB/HSV 209° 9.70% 92.94%
CMYK 9.70% 4.64% 0.00%
7.06%

Color #D6E2ED in popluar number systems.

HEX D6 E2 ED
Decimal 214 226 237
Binary 11010110 11100010 11101101
Octal 326 342 355

Shades and tints

Shades of #D6E2ED

#D6E2ED
(214,226,237)
#C3CED8
(195,206,216)
#B0BAC3
(176,186,195)
#9DA6AE
(157,166,174)
#8A9299
(138,146,153)
#777E84
(119,126,132)
#646A6F
(100,106,111)
#51565A
(81,86,90)
#3E4245
(62,66,69)
#2B2E30
(43,46,48)
#181A1B
(24,26,27)
#000000
(0,0,0)

Tints of #D6E2ED

#D6E2ED
(214,226,237)
#D9E4EE
(217,228,238)
#DCE6EF
(220,230,239)
#DFE8F0
(223,232,240)
#E2EAF1
(226,234,241)
#E5ECF2
(229,236,242)
#E8EEF3
(232,238,243)
#EBF0F4
(235,240,244)
#EEF2F5
(238,242,245)
#F1F4F6
(241,244,246)
#F4F6F7
(244,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6E2ED; }

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

This text font color is #D6E2ED.

Background Color

.myBgColor { background-color: #D6E2ED; }

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

This div background color is #D6E2ED.

Border color

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

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

This div border color is #D6E2ED.

Opacity

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

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

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

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

This text has shadow with #D6E2ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6E2ED.

Preview

Color preview on black background

This text has color #D6E2ED on black background.


Color preview on white background

This text has color #D6E2ED on white background.


Black color preview on #D6E2ED background

This text has black color on #D6E2ED background.


White color preview on #D6E2ED background

This text has white color on #D6E2ED background.


Related colors

Complementary color

Complementary color for #hex is #291D12.


I love getcolorcode.com

Triadic colors

1 #EDD6E2 and #E2EDD6 with #D6E2ED are triadic colors.

2 #EDE2D6 and #E2D6ED with #D6E2ED are triadic colors.