COLOR #D2E6DC

HEX: #D2E6DC
RGB: (210,230,220)

Color info

#D2E6DC contains red, green and blue colors in about the same proportion. Web safe color of #D2E6DC is #CCCCCC (or #CCC).

RGB color model

#D2E6DC color RGB value is (210,230,220).

  • red value is 210;
  • green value is 230;
  • blue value is 220.
RGB:
(210,230,220)
(82%,90%,86%)

RGB channels and saturation

R 210 of 255 = 82%
G 230 of 255 = 90%
B 220 of 255 = 86%

210
230
220

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

Portions of RGB colors in percentages

R + G + B =
210 + 230 + 220 = 660 (100%)
R 210 of 660 ~ 31.82%
G 230 of 660 ~ 34.85%
B 220 of 660 ~ 33.33%

%31.82
%34.85
%33.33

CMYK color model

#D2E6DC color CMYK value is (9,0,4,10).

  • cyan value is 8.70%
  • magenta value is 0.00%
  • yellow value is 4.35%
  • key color value is 9.80%
CMYK:
(9,0,4,10)
C9M0Y4K10 
(9%,0%,4%,10%)
(0.09/0.00/0.04/0.10)	

CMYK percentages

%8.7
%0
%4.35
%9.8

Codes

Color #D2E6DC in popluar color models

D2E6DC
RGB210230220
HSL150°28.57%86.27%
HSB/HSV150°8.70%90.20%
CMYK8.70%0.00%4.35%
9.80%

Color #D2E6DC in popluar number systems.

HEXD2E6DC
Decimal210230220
Binary110100101110011011011100
Octal322346334

Shades and tints

Shades of #D2E6DC

#D2E6DC
(210,230,220)
#BFD2C8
(191,210,200)
#ACBEB4
(172,190,180)
#99AAA0
(153,170,160)
#86968C
(134,150,140)
#738278
(115,130,120)
#606E64
(96,110,100)
#4D5A50
(77,90,80)
#3A463C
(58,70,60)
#273228
(39,50,40)
#141E14
(20,30,20)
#000000
(0,0,0)

Tints of #D2E6DC

#D2E6DC
(210,230,220)
#D6E8DF
(214,232,223)
#DAEAE2
(218,234,226)
#DEECE5
(222,236,229)
#E2EEE8
(226,238,232)
#E6F0EB
(230,240,235)
#EAF2EE
(234,242,238)
#EEF4F1
(238,244,241)
#F2F6F4
(242,246,244)
#F6F8F7
(246,248,247)
#FAFAFA
(250,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2E6DC color. Also use rgb(210,230,220) instead hex code.

Text Font Color

.myTextColor { color: #D2E6DC; }

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

This text font color is #D2E6DC.


Background Color

.myBgColor { background-color: #D2E6DC; }

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

This div background color is #D2E6DC.


Border color

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

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

This div border color is #D2E6DC.


Opacity

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

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

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

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

This text has shadow with #D2E6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E6DC on black background.


Color preview on white background

This text has color #D2E6DC on white background.



Black color preview on #D2E6DC background

This text has black color on #D2E6DC background.


White color preview on #D2E6DC background

This text has white color on #D2E6DC background.