COLOR #D2ECE5

HEX: #D2ECE5
RGB: (210,236,229)

Color info

#D2ECE5 contains red, green and blue colors in about the same proportion. Web safe color of #D2ECE5 is #CCFFCC (or #CFC).

RGB color model

#D2ECE5 color RGB value is (210,236,229).

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

RGB channels and saturation

R 210 of 255 = 82%
G 236 of 255 = 93%
B 229 of 255 = 90%

210
236
229

R + G + B ~ 88%. #D2ECE5 is light color.

Portions of RGB colors in percentages

R + G + B =
210 + 236 + 229 = 675 (100%)
R 210 of 675 ~ 31.11%
G 236 of 675 ~ 34.96%
B 229 of 675 ~ 33.93%

%31.11
%34.96
%33.93

CMYK color model

#D2ECE5 color CMYK value is (11,0,3,7).

  • cyan value is 11.02%
  • magenta value is 0.00%
  • yellow value is 2.97%
  • key color value is 7.45%
CMYK:
(11,0,3,7)
C11M0Y3K7 
(11%,0%,3%,7%)
(0.11/0.00/0.03/0.07)	

CMYK percentages

%11.02
%0
%2.97
%7.45

Codes

Color #D2ECE5 in popluar color models

D2ECE5
RGB210236229
HSL164°40.63%87.45%
HSB/HSV164°11.02%92.55%
CMYK11.02%0.00%2.97%
7.45%

Color #D2ECE5 in popluar number systems.

HEXD2ECE5
Decimal210236229
Binary110100101110110011100101
Octal322354345

Shades and tints

Shades of #D2ECE5

#D2ECE5
(210,236,229)
#BFD7D1
(191,215,209)
#ACC2BD
(172,194,189)
#99ADA9
(153,173,169)
#869895
(134,152,149)
#738381
(115,131,129)
#606E6D
(96,110,109)
#4D5959
(77,89,89)
#3A4445
(58,68,69)
#272F31
(39,47,49)
#141A1D
(20,26,29)
#000000
(0,0,0)

Tints of #D2ECE5

#D2ECE5
(210,236,229)
#D6EDE7
(214,237,231)
#DAEEE9
(218,238,233)
#DEEFEB
(222,239,235)
#E2F0ED
(226,240,237)
#E6F1EF
(230,241,239)
#EAF2F1
(234,242,241)
#EEF3F3
(238,243,243)
#F2F4F5
(242,244,245)
#F6F5F7
(246,245,247)
#FAF6F9
(250,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2ECE5; }

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

This text font color is #D2ECE5.


Background Color

.myBgColor { background-color: #D2ECE5; }

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

This div background color is #D2ECE5.


Border color

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

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

This div border color is #D2ECE5.


Opacity

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

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

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

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

This text has shadow with #D2ECE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2ECE5 on black background.


Color preview on white background

This text has color #D2ECE5 on white background.



Black color preview on #D2ECE5 background

This text has black color on #D2ECE5 background.


White color preview on #D2ECE5 background

This text has white color on #D2ECE5 background.