COLOR #D2E6DF

HEX: #D2E6DF RGB: (210,230,223)

Color info

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

RGB color model

#D2E6DF color RGB value is (210,230,223).

RGB: (210,230,223) (82%, 90%, 87%)

RGB channels and saturation

R 210 of 255 = 82%
G 230 of 255 = 90%
B 223 of 255 = 87%

210
230
223

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

Portions of RGB colors in percentages

R + G + B = 210 + 230 + 223 = 663 (100%)
R 210 of 663 ~ 31.67%
G 230 of 663 ~ 34.69%
B 223 of 663 ~ 33.63'%

%31.67
%34.69
%33.63

CMYK color model

#D2E6DF color CMYK value is (9,0,3,10).

  • cyan value is 8.70%
  • magenta value is 0.00%
  • yellow value is 3.04%
  • key color value is 9.80%

CMYK: (9,0,3,10)
C9M0Y3K10 (9%, 0%, 3%, 10%)
(0.09 / 0.00 / 0.03 / 0.10)

CMYK percentages

%8.7
%0
%3.04
%9.8

Codes

Color #D2E6DF in popluar color models

D2 E6 DF
RGB 210 230 223
HSL 159° 28.57% 86.27%
HSB/HSV 159° 8.70% 90.20%
CMYK 8.70% 0.00% 3.04%
9.80%

Color #D2E6DF in popluar number systems.

HEX D2 E6 DF
Decimal 210 230 223
Binary 11010010 11100110 11011111
Octal 322 346 337

Shades and tints

Shades of #D2E6DF

#D2E6DF
(210,230,223)
#BFD2CB
(191,210,203)
#ACBEB7
(172,190,183)
#99AAA3
(153,170,163)
#86968F
(134,150,143)
#73827B
(115,130,123)
#606E67
(96,110,103)
#4D5A53
(77,90,83)
#3A463F
(58,70,63)
#27322B
(39,50,43)
#141E17
(20,30,23)
#000000
(0,0,0)

Tints of #D2E6DF

#D2E6DF
(210,230,223)
#D6E8E1
(214,232,225)
#DAEAE3
(218,234,227)
#DEECE5
(222,236,229)
#E2EEE7
(226,238,231)
#E6F0E9
(230,240,233)
#EAF2EB
(234,242,235)
#EEF4ED
(238,244,237)
#F2F6EF
(242,246,239)
#F6F8F1
(246,248,241)
#FAFAF3
(250,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2E6DF; }

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

This text font color is #D2E6DF.

Background Color

.myBgColor { background-color: #D2E6DF; }

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

This div background color is #D2E6DF.

Border color

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

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

This div border color is #D2E6DF.

Opacity

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

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

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

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

This text has shadow with #D2E6DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2E6DF.

Preview

Color preview on black background

This text has color #D2E6DF on black background.


Color preview on white background

This text has color #D2E6DF on white background.


Black color preview on #D2E6DF background

This text has black color on #D2E6DF background.


White color preview on #D2E6DF background

This text has white color on #D2E6DF background.


Related colors

Complementary color

Complementary color for #hex is #2D1920.


I love getcolorcode.com

Triadic colors

1 #DFD2E6 and #E6DFD2 with #D2E6DF are triadic colors.

2 #DFE6D2 and #E6D2DF with #D2E6DF are triadic colors.