COLOR #D2E1DA

HEX: #D2E1DA
RGB: (210,225,218)

Color info

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

RGB color model

#D2E1DA color RGB value is (210,225,218).

  • red value is 210;
  • green value is 225;
  • blue value is 218.
RGB:
(210,225,218)
(82%,88%,85%)

RGB channels and saturation

R 210 of 255 = 82%
G 225 of 255 = 88%
B 218 of 255 = 85%

210
225
218

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

Portions of RGB colors in percentages

R + G + B =
210 + 225 + 218 = 653 (100%)
R 210 of 653 ~ 32.16%
G 225 of 653 ~ 34.46%
B 218 of 653 ~ 33.38%

%32.16
%34.46
%33.38

CMYK color model

#D2E1DA color CMYK value is (7,0,3,12).

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 3.11%
  • key color value is 11.76%
CMYK:
(7,0,3,12)
C7M0Y3K12 
(7%,0%,3%,12%)
(0.07/0.00/0.03/0.12)	

CMYK percentages

%6.67
%0
%3.11
%11.76

Codes

Color #D2E1DA in popluar color models

D2E1DA
RGB210225218
HSL152°20.00%85.29%
HSB/HSV152°6.67%88.24%
CMYK6.67%0.00%3.11%
11.76%

Color #D2E1DA in popluar number systems.

HEXD2E1DA
Decimal210225218
Binary110100101110000111011010
Octal322341332

Shades and tints

Shades of #D2E1DA

#D2E1DA
(210,225,218)
#BFCDC7
(191,205,199)
#ACB9B4
(172,185,180)
#99A5A1
(153,165,161)
#86918E
(134,145,142)
#737D7B
(115,125,123)
#606968
(96,105,104)
#4D5555
(77,85,85)
#3A4142
(58,65,66)
#272D2F
(39,45,47)
#14191C
(20,25,28)
#000000
(0,0,0)

Tints of #D2E1DA

#D2E1DA
(210,225,218)
#D6E3DD
(214,227,221)
#DAE5E0
(218,229,224)
#DEE7E3
(222,231,227)
#E2E9E6
(226,233,230)
#E6EBE9
(230,235,233)
#EAEDEC
(234,237,236)
#EEEFEF
(238,239,239)
#F2F1F2
(242,241,242)
#F6F3F5
(246,243,245)
#FAF5F8
(250,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2E1DA color. Also use rgb(210,225,218) instead hex code.

Text Font Color

.myTextColor { color: #D2E1DA; }

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

This text font color is #D2E1DA.


Background Color

.myBgColor { background-color: #D2E1DA; }

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

This div background color is #D2E1DA.


Border color

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

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

This div border color is #D2E1DA.


Opacity

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

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

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

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

This text has shadow with #D2E1DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E1DA on black background.


Color preview on white background

This text has color #D2E1DA on white background.



Black color preview on #D2E1DA background

This text has black color on #D2E1DA background.


White color preview on #D2E1DA background

This text has white color on #D2E1DA background.