COLOR #D2E0CE

HEX: #D2E0CE
RGB: (210,224,206)

Color info

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

RGB color model

#D2E0CE color RGB value is (210,224,206).

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

RGB channels and saturation

R 210 of 255 = 82%
G 224 of 255 = 88%
B 206 of 255 = 81%

210
224
206

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

Portions of RGB colors in percentages

R + G + B =
210 + 224 + 206 = 640 (100%)
R 210 of 640 ~ 32.81%
G 224 of 640 ~ 35%
B 206 of 640 ~ 32.19%

%32.81
%35
%32.19

CMYK color model

#D2E0CE color CMYK value is (6,0,8,12).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 8.04%
  • key color value is 12.16%
CMYK:
(6,0,8,12)
C6M0Y8K12 
(6%,0%,8%,12%)
(0.06/0.00/0.08/0.12)	

CMYK percentages

%6.25
%0
%8.04
%12.16

Codes

Color #D2E0CE in popluar color models

D2E0CE
RGB210224206
HSL107°22.50%84.31%
HSB/HSV107°8.04%87.84%
CMYK6.25%0.00%8.04%
12.16%

Color #D2E0CE in popluar number systems.

HEXD2E0CE
Decimal210224206
Binary110100101110000011001110
Octal322340316

Shades and tints

Shades of #D2E0CE

#D2E0CE
(210,224,206)
#BFCCBC
(191,204,188)
#ACB8AA
(172,184,170)
#99A498
(153,164,152)
#869086
(134,144,134)
#737C74
(115,124,116)
#606862
(96,104,98)
#4D5450
(77,84,80)
#3A403E
(58,64,62)
#272C2C
(39,44,44)
#14181A
(20,24,26)
#000000
(0,0,0)

Tints of #D2E0CE

#D2E0CE
(210,224,206)
#D6E2D2
(214,226,210)
#DAE4D6
(218,228,214)
#DEE6DA
(222,230,218)
#E2E8DE
(226,232,222)
#E6EAE2
(230,234,226)
#EAECE6
(234,236,230)
#EEEEEA
(238,238,234)
#F2F0EE
(242,240,238)
#F6F2F2
(246,242,242)
#FAF4F6
(250,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2E0CE; }

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

This text font color is #D2E0CE.


Background Color

.myBgColor { background-color: #D2E0CE; }

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

This div background color is #D2E0CE.


Border color

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

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

This div border color is #D2E0CE.


Opacity

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

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

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

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

This text has shadow with #D2E0CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E0CE on black background.


Color preview on white background

This text has color #D2E0CE on white background.



Black color preview on #D2E0CE background

This text has black color on #D2E0CE background.


White color preview on #D2E0CE background

This text has white color on #D2E0CE background.