COLOR #D2D6EC

HEX: #D2D6EC
RGB: (210,214,236)

Color info

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

RGB color model

#D2D6EC color RGB value is (210,214,236).

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

RGB channels and saturation

R 210 of 255 = 82%
G 214 of 255 = 84%
B 236 of 255 = 93%

210
214
236

R + G + B ~ 86%. #D2D6EC is light color.

Portions of RGB colors in percentages

R + G + B =
210 + 214 + 236 = 660 (100%)
R 210 of 660 ~ 31.82%
G 214 of 660 ~ 32.42%
B 236 of 660 ~ 35.76%

%31.82
%32.42
%35.76

CMYK color model

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

  • cyan value is 11.02%
  • magenta value is 9.32%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(11,9,0,7)
C11M9Y0K7 
(11%,9%,0%,7%)
(0.11/0.09/0.00/0.07)	

CMYK percentages

%11.02
%9.32
%0
%7.45

Codes

Color #D2D6EC in popluar color models

D2D6EC
RGB210214236
HSL231°40.63%87.45%
HSB/HSV231°11.02%92.55%
CMYK11.02%9.32%0.00%
7.45%

Color #D2D6EC in popluar number systems.

HEXD2D6EC
Decimal210214236
Binary110100101101011011101100
Octal322326354

Shades and tints

Shades of #D2D6EC

#D2D6EC
(210,214,236)
#BFC3D7
(191,195,215)
#ACB0C2
(172,176,194)
#999DAD
(153,157,173)
#868A98
(134,138,152)
#737783
(115,119,131)
#60646E
(96,100,110)
#4D5159
(77,81,89)
#3A3E44
(58,62,68)
#272B2F
(39,43,47)
#14181A
(20,24,26)
#000000
(0,0,0)

Tints of #D2D6EC

#D2D6EC
(210,214,236)
#D6D9ED
(214,217,237)
#DADCEE
(218,220,238)
#DEDFEF
(222,223,239)
#E2E2F0
(226,226,240)
#E6E5F1
(230,229,241)
#EAE8F2
(234,232,242)
#EEEBF3
(238,235,243)
#F2EEF4
(242,238,244)
#F6F1F5
(246,241,245)
#FAF4F6
(250,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2D6EC; }

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

This text font color is #D2D6EC.


Background Color

.myBgColor { background-color: #D2D6EC; }

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

This div background color is #D2D6EC.


Border color

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

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

This div border color is #D2D6EC.


Opacity

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

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

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

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

This text has shadow with #D2D6EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2D6EC on black background.


Color preview on white background

This text has color #D2D6EC on white background.



Black color preview on #D2D6EC background

This text has black color on #D2D6EC background.


White color preview on #D2D6EC background

This text has white color on #D2D6EC background.