COLOR #D6D7EC

HEX: #D6D7EC
RGB: (214,215,236)

Color info

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

RGB color model

#D6D7EC color RGB value is (214,215,236).

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

RGB channels and saturation

R 214 of 255 = 84%
G 215 of 255 = 84%
B 236 of 255 = 93%

214
215
236

R + G + B ~ 87%. #D6D7EC is light color.

Portions of RGB colors in percentages

R + G + B =
214 + 215 + 236 = 665 (100%)
R 214 of 665 ~ 32.18%
G 215 of 665 ~ 32.33%
B 236 of 665 ~ 35.49%

%32.18
%32.33
%35.49

CMYK color model

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

  • cyan value is 9.32%
  • magenta value is 8.90%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(9,9,0,7)
C9M9Y0K7 
(9%,9%,0%,7%)
(0.09/0.09/0.00/0.07)	

CMYK percentages

%9.32
%8.9
%0
%7.45

Codes

Color #D6D7EC in popluar color models

D6D7EC
RGB214215236
HSL237°36.67%88.24%
HSB/HSV237°9.32%92.55%
CMYK9.32%8.90%0.00%
7.45%

Color #D6D7EC in popluar number systems.

HEXD6D7EC
Decimal214215236
Binary110101101101011111101100
Octal326327354

Shades and tints

Shades of #D6D7EC

#D6D7EC
(214,215,236)
#C3C4D7
(195,196,215)
#B0B1C2
(176,177,194)
#9D9EAD
(157,158,173)
#8A8B98
(138,139,152)
#777883
(119,120,131)
#64656E
(100,101,110)
#515259
(81,82,89)
#3E3F44
(62,63,68)
#2B2C2F
(43,44,47)
#18191A
(24,25,26)
#000000
(0,0,0)

Tints of #D6D7EC

#D6D7EC
(214,215,236)
#D9DAED
(217,218,237)
#DCDDEE
(220,221,238)
#DFE0EF
(223,224,239)
#E2E3F0
(226,227,240)
#E5E6F1
(229,230,241)
#E8E9F2
(232,233,242)
#EBECF3
(235,236,243)
#EEEFF4
(238,239,244)
#F1F2F5
(241,242,245)
#F4F5F6
(244,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6D7EC; }

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

This text font color is #D6D7EC.


Background Color

.myBgColor { background-color: #D6D7EC; }

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

This div background color is #D6D7EC.


Border color

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

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

This div border color is #D6D7EC.


Opacity

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

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

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

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

This text has shadow with #D6D7EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6D7EC on black background.


Color preview on white background

This text has color #D6D7EC on white background.



Black color preview on #D6D7EC background

This text has black color on #D6D7EC background.


White color preview on #D6D7EC background

This text has white color on #D6D7EC background.