COLOR #D2EECE

HEX: #D2EECE
RGB: (210,238,206)

Color info

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

RGB color model

#D2EECE color RGB value is (210,238,206).

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

RGB channels and saturation

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

210
238
206

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

Portions of RGB colors in percentages

R + G + B =
210 + 238 + 206 = 654 (100%)
R 210 of 654 ~ 32.11%
G 238 of 654 ~ 36.39%
B 206 of 654 ~ 31.5%

%32.11
%36.39
%31.5

CMYK color model

#D2EECE color CMYK value is (12,0,13,7).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 13.45%
  • key color value is 6.67%
CMYK:
(12,0,13,7)
C12M0Y13K7 
(12%,0%,13%,7%)
(0.12/0.00/0.13/0.07)	

CMYK percentages

%11.76
%0
%13.45
%6.67

Codes

Color #D2EECE in popluar color models

D2EECE
RGB210238206
HSL113°48.48%87.06%
HSB/HSV113°13.45%93.33%
CMYK11.76%0.00%13.45%
6.67%

Color #D2EECE in popluar number systems.

HEXD2EECE
Decimal210238206
Binary110100101110111011001110
Octal322356316

Shades and tints

Shades of #D2EECE

#D2EECE
(210,238,206)
#BFD9BC
(191,217,188)
#ACC4AA
(172,196,170)
#99AF98
(153,175,152)
#869A86
(134,154,134)
#738574
(115,133,116)
#607062
(96,112,98)
#4D5B50
(77,91,80)
#3A463E
(58,70,62)
#27312C
(39,49,44)
#141C1A
(20,28,26)
#000000
(0,0,0)

Tints of #D2EECE

#D2EECE
(210,238,206)
#D6EFD2
(214,239,210)
#DAF0D6
(218,240,214)
#DEF1DA
(222,241,218)
#E2F2DE
(226,242,222)
#E6F3E2
(230,243,226)
#EAF4E6
(234,244,230)
#EEF5EA
(238,245,234)
#F2F6EE
(242,246,238)
#F6F7F2
(246,247,242)
#FAF8F6
(250,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2EECE; }

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

This text font color is #D2EECE.


Background Color

.myBgColor { background-color: #D2EECE; }

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

This div background color is #D2EECE.


Border color

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

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

This div border color is #D2EECE.


Opacity

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

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

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

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

This text has shadow with #D2EECE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2EECE on black background.


Color preview on white background

This text has color #D2EECE on white background.



Black color preview on #D2EECE background

This text has black color on #D2EECE background.


White color preview on #D2EECE background

This text has white color on #D2EECE background.