COLOR #D2E7DA

HEX: #D2E7DA RGB: (210,231,218)

Color info

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

RGB color model

#D2E7DA color RGB value is (210,231,218).

RGB: (210,231,218) (82%, 91%, 85%)

RGB channels and saturation

R 210 of 255 = 82%
G 231 of 255 = 91%
B 218 of 255 = 85%

210
231
218

R + G + B ~ 86%. #D2E7DA is light color.

Portions of RGB colors in percentages

R + G + B = 210 + 231 + 218 = 659 (100%)
R 210 of 659 ~ 31.87%
G 231 of 659 ~ 35.05%
B 218 of 659 ~ 33.08'%

%31.87
%35.05
%33.08

CMYK color model

#D2E7DA color CMYK value is (9,0,6,9).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 5.63%
  • key color value is 9.41%

CMYK: (9,0,6,9)
C9M0Y6K9 (9%, 0%, 6%, 9%)
(0.09 / 0.00 / 0.06 / 0.09)

CMYK percentages

%9.09
%0
%5.63
%9.41

Codes

Color #D2E7DA in popluar color models

D2 E7 DA
RGB 210 231 218
HSL 143° 30.43% 86.47%
HSB/HSV 143° 9.09% 90.59%
CMYK 9.09% 0.00% 5.63%
9.41%

Color #D2E7DA in popluar number systems.

HEX D2 E7 DA
Decimal 210 231 218
Binary 11010010 11100111 11011010
Octal 322 347 332

Shades and tints

Shades of #D2E7DA

#D2E7DA
(210,231,218)
#BFD2C7
(191,210,199)
#ACBDB4
(172,189,180)
#99A8A1
(153,168,161)
#86938E
(134,147,142)
#737E7B
(115,126,123)
#606968
(96,105,104)
#4D5455
(77,84,85)
#3A3F42
(58,63,66)
#272A2F
(39,42,47)
#14151C
(20,21,28)
#000000
(0,0,0)

Tints of #D2E7DA

#D2E7DA
(210,231,218)
#D6E9DD
(214,233,221)
#DAEBE0
(218,235,224)
#DEEDE3
(222,237,227)
#E2EFE6
(226,239,230)
#E6F1E9
(230,241,233)
#EAF3EC
(234,243,236)
#EEF5EF
(238,245,239)
#F2F7F2
(242,247,242)
#F6F9F5
(246,249,245)
#FAFBF8
(250,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2E7DA; }

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

This text font color is #D2E7DA.

Background Color

.myBgColor { background-color: #D2E7DA; }

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

This div background color is #D2E7DA.

Border color

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

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

This div border color is #D2E7DA.

Opacity

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

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

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

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

This text has shadow with #D2E7DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2E7DA.

Preview

Color preview on black background

This text has color #D2E7DA on black background.


Color preview on white background

This text has color #D2E7DA on white background.


Black color preview on #D2E7DA background

This text has black color on #D2E7DA background.


White color preview on #D2E7DA background

This text has white color on #D2E7DA background.


Related colors

Complementary color

Complementary color for #hex is #2D1825.


I love getcolorcode.com

Triadic colors

1 #DAD2E7 and #E7DAD2 with #D2E7DA are triadic colors.

2 #DAE7D2 and #E7D2DA with #D2E7DA are triadic colors.