COLOR #D2ECD7

HEX: #D2ECD7
RGB: (210,236,215)

Color info

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

RGB color model

#D2ECD7 color RGB value is (210,236,215).

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

RGB channels and saturation

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

210
236
215

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

Portions of RGB colors in percentages

R + G + B =
210 + 236 + 215 = 661 (100%)
R 210 of 661 ~ 31.77%
G 236 of 661 ~ 35.7%
B 215 of 661 ~ 32.53%

%31.77
%35.7
%32.53

CMYK color model

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

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

CMYK percentages

%11.02
%0
%8.9
%7.45

Codes

Color #D2ECD7 in popluar color models

D2ECD7
RGB210236215
HSL132°40.63%87.45%
HSB/HSV132°11.02%92.55%
CMYK11.02%0.00%8.90%
7.45%

Color #D2ECD7 in popluar number systems.

HEXD2ECD7
Decimal210236215
Binary110100101110110011010111
Octal322354327

Shades and tints

Shades of #D2ECD7

#D2ECD7
(210,236,215)
#BFD7C4
(191,215,196)
#ACC2B1
(172,194,177)
#99AD9E
(153,173,158)
#86988B
(134,152,139)
#738378
(115,131,120)
#606E65
(96,110,101)
#4D5952
(77,89,82)
#3A443F
(58,68,63)
#272F2C
(39,47,44)
#141A19
(20,26,25)
#000000
(0,0,0)

Tints of #D2ECD7

#D2ECD7
(210,236,215)
#D6EDDA
(214,237,218)
#DAEEDD
(218,238,221)
#DEEFE0
(222,239,224)
#E2F0E3
(226,240,227)
#E6F1E6
(230,241,230)
#EAF2E9
(234,242,233)
#EEF3EC
(238,243,236)
#F2F4EF
(242,244,239)
#F6F5F2
(246,245,242)
#FAF6F5
(250,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2ECD7; }

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

This text font color is #D2ECD7.


Background Color

.myBgColor { background-color: #D2ECD7; }

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

This div background color is #D2ECD7.


Border color

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

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

This div border color is #D2ECD7.


Opacity

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

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

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

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

This text has shadow with #D2ECD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2ECD7 on black background.


Color preview on white background

This text has color #D2ECD7 on white background.



Black color preview on #D2ECD7 background

This text has black color on #D2ECD7 background.


White color preview on #D2ECD7 background

This text has white color on #D2ECD7 background.