COLOR #D2ECCE

HEX: #D2ECCE
RGB: (210,236,206)

Color info

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

RGB color model

#D2ECCE color RGB value is (210,236,206).

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

RGB channels and saturation

R 210 of 255 = 82%
G 236 of 255 = 93%
B 206 of 255 = 81%

210
236
206

R + G + B ~ 85%. #D2ECCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 236 + 206 = 652 (100%)
R 210 of 652 ~ 32.21%
G 236 of 652 ~ 36.2%
B 206 of 652 ~ 31.6%

%32.21
%36.2
%31.6

CMYK color model

#D2ECCE color CMYK value is (11,0,13,7).

  • cyan value is 11.02%
  • magenta value is 0.00%
  • yellow value is 12.71%
  • key color value is 7.45%
CMYK:
(11,0,13,7)
C11M0Y13K7 
(11%,0%,13%,7%)
(0.11/0.00/0.13/0.07)	

CMYK percentages

%11.02
%0
%12.71
%7.45

Codes

Color #D2ECCE in popluar color models

D2ECCE
RGB210236206
HSL112°44.12%86.67%
HSB/HSV112°12.71%92.55%
CMYK11.02%0.00%12.71%
7.45%

Color #D2ECCE in popluar number systems.

HEXD2ECCE
Decimal210236206
Binary110100101110110011001110
Octal322354316

Shades and tints

Shades of #D2ECCE

#D2ECCE
(210,236,206)
#BFD7BC
(191,215,188)
#ACC2AA
(172,194,170)
#99AD98
(153,173,152)
#869886
(134,152,134)
#738374
(115,131,116)
#606E62
(96,110,98)
#4D5950
(77,89,80)
#3A443E
(58,68,62)
#272F2C
(39,47,44)
#141A1A
(20,26,26)
#000000
(0,0,0)

Tints of #D2ECCE

#D2ECCE
(210,236,206)
#D6EDD2
(214,237,210)
#DAEED6
(218,238,214)
#DEEFDA
(222,239,218)
#E2F0DE
(226,240,222)
#E6F1E2
(230,241,226)
#EAF2E6
(234,242,230)
#EEF3EA
(238,243,234)
#F2F4EE
(242,244,238)
#F6F5F2
(246,245,242)
#FAF6F6
(250,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2ECCE; }

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

This text font color is #D2ECCE.


Background Color

.myBgColor { background-color: #D2ECCE; }

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

This div background color is #D2ECCE.


Border color

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

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

This div border color is #D2ECCE.


Opacity

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

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

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

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

This text has shadow with #D2ECCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2ECCE on black background.


Color preview on white background

This text has color #D2ECCE on white background.



Black color preview on #D2ECCE background

This text has black color on #D2ECCE background.


White color preview on #D2ECCE background

This text has white color on #D2ECCE background.