COLOR #D6E7EC

HEX: #D6E7EC
RGB: (214,231,236)

Color info

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

RGB color model

#D6E7EC color RGB value is (214,231,236).

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

RGB channels and saturation

R 214 of 255 = 84%
G 231 of 255 = 91%
B 236 of 255 = 93%

214
231
236

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

Portions of RGB colors in percentages

R + G + B =
214 + 231 + 236 = 681 (100%)
R 214 of 681 ~ 31.42%
G 231 of 681 ~ 33.92%
B 236 of 681 ~ 34.65%

%31.42
%33.92
%34.65

CMYK color model

#D6E7EC color CMYK value is (9,2,0,7).

  • cyan value is 9.32%
  • magenta value is 2.12%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(9,2,0,7)
C9M2Y0K7 
(9%,2%,0%,7%)
(0.09/0.02/0.00/0.07)	

CMYK percentages

%9.32
%2.12
%0
%7.45

Codes

Color #D6E7EC in popluar color models

D6E7EC
RGB214231236
HSL194°36.67%88.24%
HSB/HSV194°9.32%92.55%
CMYK9.32%2.12%0.00%
7.45%

Color #D6E7EC in popluar number systems.

HEXD6E7EC
Decimal214231236
Binary110101101110011111101100
Octal326347354

Shades and tints

Shades of #D6E7EC

#D6E7EC
(214,231,236)
#C3D2D7
(195,210,215)
#B0BDC2
(176,189,194)
#9DA8AD
(157,168,173)
#8A9398
(138,147,152)
#777E83
(119,126,131)
#64696E
(100,105,110)
#515459
(81,84,89)
#3E3F44
(62,63,68)
#2B2A2F
(43,42,47)
#18151A
(24,21,26)
#000000
(0,0,0)

Tints of #D6E7EC

#D6E7EC
(214,231,236)
#D9E9ED
(217,233,237)
#DCEBEE
(220,235,238)
#DFEDEF
(223,237,239)
#E2EFF0
(226,239,240)
#E5F1F1
(229,241,241)
#E8F3F2
(232,243,242)
#EBF5F3
(235,245,243)
#EEF7F4
(238,247,244)
#F1F9F5
(241,249,245)
#F4FBF6
(244,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6E7EC; }

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

This text font color is #D6E7EC.


Background Color

.myBgColor { background-color: #D6E7EC; }

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

This div background color is #D6E7EC.


Border color

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

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

This div border color is #D6E7EC.


Opacity

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

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

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

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

This text has shadow with #D6E7EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E7EC on black background.


Color preview on white background

This text has color #D6E7EC on white background.



Black color preview on #D6E7EC background

This text has black color on #D6E7EC background.


White color preview on #D6E7EC background

This text has white color on #D6E7EC background.