COLOR #D2ECE7

HEX: #D2ECE7 RGB: (210,236,231)

Color info

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

RGB color model

#D2ECE7 color RGB value is (210,236,231).

RGB: (210,236,231) (82%, 93%, 91%)

RGB channels and saturation

R 210 of 255 = 82%
G 236 of 255 = 93%
B 231 of 255 = 91%

210
236
231

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

Portions of RGB colors in percentages

R + G + B = 210 + 236 + 231 = 677 (100%)
R 210 of 677 ~ 31.02%
G 236 of 677 ~ 34.86%
B 231 of 677 ~ 34.12'%

%31.02
%34.86
%34.12

CMYK color model

#D2ECE7 color CMYK value is (11,0,2,7).

  • cyan value is 11.02%
  • magenta value is 0.00%
  • yellow value is 2.12%
  • key color value is 7.45%
CMYK: (11,0,2,7) C11M0Y2K7 (11%,0%,2%,7%) (0.11/0.00/0.02/0.07) 

CMYK percentages

%11.02
%0
%2.12
%7.45

Codes

Color #D2ECE7 in popluar color models

D2 EC E7
RGB 210 236 231
HSL 168° 40.63% 87.45%
HSB/HSV 168° 11.02% 92.55%
CMYK 11.02% 0.00% 2.12%
7.45%

Color #D2ECE7 in popluar number systems.

HEX D2 EC E7
Decimal 210 236 231
Binary 11010010 11101100 11100111
Octal 322 354 347

Shades and tints

Shades of #D2ECE7

#D2ECE7
(210,236,231)
#BFD7D2
(191,215,210)
#ACC2BD
(172,194,189)
#99ADA8
(153,173,168)
#869893
(134,152,147)
#73837E
(115,131,126)
#606E69
(96,110,105)
#4D5954
(77,89,84)
#3A443F
(58,68,63)
#272F2A
(39,47,42)
#141A15
(20,26,21)
#000000
(0,0,0)

Tints of #D2ECE7

#D2ECE7
(210,236,231)
#D6EDE9
(214,237,233)
#DAEEEB
(218,238,235)
#DEEFED
(222,239,237)
#E2F0EF
(226,240,239)
#E6F1F1
(230,241,241)
#EAF2F3
(234,242,243)
#EEF3F5
(238,243,245)
#F2F4F7
(242,244,247)
#F6F5F9
(246,245,249)
#FAF6FB
(250,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2ECE7; }

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

This text font color is #D2ECE7.

Background Color

.myBgColor { background-color: #D2ECE7; }

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

This div background color is #D2ECE7.

Border color

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

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

This div border color is #D2ECE7.

Opacity

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

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

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

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

This text has shadow with #D2ECE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2ECE7.

Preview

Color preview on black background

This text has color #D2ECE7 on black background.


Color preview on white background

This text has color #D2ECE7 on white background.


Black color preview on #D2ECE7 background

This text has black color on #D2ECE7 background.


White color preview on #D2ECE7 background

This text has white color on #D2ECE7 background.


Related colors

Complementary color

Complementary color for #hex is #2D1318.


I love getcolorcode.com

Triadic colors

1 #E7D2EC and #ECE7D2 with #D2ECE7 are triadic colors.

2 #E7ECD2 and #ECD2E7 with #D2ECE7 are triadic colors.