COLOR #D2E6CE

HEX: #D2E6CE
RGB: (210,230,206)

Color info

#D2E6CE contains red, green and blue colors in about the same proportion. Web safe color of #D2E6CE is #CCCCCC (or #CCC).

RGB color model

#D2E6CE color RGB value is (210,230,206).

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

RGB channels and saturation

R 210 of 255 = 82%
G 230 of 255 = 90%
B 206 of 255 = 81%

210
230
206

R + G + B ~ 84%. #D2E6CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 230 + 206 = 646 (100%)
R 210 of 646 ~ 32.51%
G 230 of 646 ~ 35.6%
B 206 of 646 ~ 31.89%

%32.51
%35.6
%31.89

CMYK color model

#D2E6CE color CMYK value is (9,0,10,10).

  • cyan value is 8.70%
  • magenta value is 0.00%
  • yellow value is 10.43%
  • key color value is 9.80%
CMYK:
(9,0,10,10)
C9M0Y10K10 
(9%,0%,10%,10%)
(0.09/0.00/0.10/0.10)	

CMYK percentages

%8.7
%0
%10.43
%9.8

Codes

Color #D2E6CE in popluar color models

D2E6CE
RGB210230206
HSL110°32.43%85.49%
HSB/HSV110°10.43%90.20%
CMYK8.70%0.00%10.43%
9.80%

Color #D2E6CE in popluar number systems.

HEXD2E6CE
Decimal210230206
Binary110100101110011011001110
Octal322346316

Shades and tints

Shades of #D2E6CE

#D2E6CE
(210,230,206)
#BFD2BC
(191,210,188)
#ACBEAA
(172,190,170)
#99AA98
(153,170,152)
#869686
(134,150,134)
#738274
(115,130,116)
#606E62
(96,110,98)
#4D5A50
(77,90,80)
#3A463E
(58,70,62)
#27322C
(39,50,44)
#141E1A
(20,30,26)
#000000
(0,0,0)

Tints of #D2E6CE

#D2E6CE
(210,230,206)
#D6E8D2
(214,232,210)
#DAEAD6
(218,234,214)
#DEECDA
(222,236,218)
#E2EEDE
(226,238,222)
#E6F0E2
(230,240,226)
#EAF2E6
(234,242,230)
#EEF4EA
(238,244,234)
#F2F6EE
(242,246,238)
#F6F8F2
(246,248,242)
#FAFAF6
(250,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2E6CE; }

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

This text font color is #D2E6CE.


Background Color

.myBgColor { background-color: #D2E6CE; }

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

This div background color is #D2E6CE.


Border color

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

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

This div border color is #D2E6CE.


Opacity

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

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

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

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

This text has shadow with #D2E6CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E6CE on black background.


Color preview on white background

This text has color #D2E6CE on white background.



Black color preview on #D2E6CE background

This text has black color on #D2E6CE background.


White color preview on #D2E6CE background

This text has white color on #D2E6CE background.