COLOR #D2E4DA

HEX: #D2E4DA RGB: (210,228,218)

Color info

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

RGB color model

#D2E4DA color RGB value is (210,228,218).

RGB: (210,228,218) (82%, 89%, 85%)

RGB channels and saturation

R 210 of 255 = 82%
G 228 of 255 = 89%
B 218 of 255 = 85%

210
228
218

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

Portions of RGB colors in percentages

R + G + B = 210 + 228 + 218 = 656 (100%)
R 210 of 656 ~ 32.01%
G 228 of 656 ~ 34.76%
B 218 of 656 ~ 33.23'%

%32.01
%34.76
%33.23

CMYK color model

#D2E4DA color CMYK value is (8,0,4,11).

  • cyan value is 7.89%
  • magenta value is 0.00%
  • yellow value is 4.39%
  • key color value is 10.59%

CMYK: (8,0,4,11)
C8M0Y4K11 (8%, 0%, 4%, 11%)
(0.08 / 0.00 / 0.04 / 0.11)

CMYK percentages

%7.89
%0
%4.39
%10.59

Codes

Color #D2E4DA in popluar color models

D2 E4 DA
RGB 210 228 218
HSL 147° 25.00% 85.88%
HSB/HSV 147° 7.89% 89.41%
CMYK 7.89% 0.00% 4.39%
10.59%

Color #D2E4DA in popluar number systems.

HEX D2 E4 DA
Decimal 210 228 218
Binary 11010010 11100100 11011010
Octal 322 344 332

Shades and tints

Shades of #D2E4DA

#D2E4DA
(210,228,218)
#BFD0C7
(191,208,199)
#ACBCB4
(172,188,180)
#99A8A1
(153,168,161)
#86948E
(134,148,142)
#73807B
(115,128,123)
#606C68
(96,108,104)
#4D5855
(77,88,85)
#3A4442
(58,68,66)
#27302F
(39,48,47)
#141C1C
(20,28,28)
#000000
(0,0,0)

Tints of #D2E4DA

#D2E4DA
(210,228,218)
#D6E6DD
(214,230,221)
#DAE8E0
(218,232,224)
#DEEAE3
(222,234,227)
#E2ECE6
(226,236,230)
#E6EEE9
(230,238,233)
#EAF0EC
(234,240,236)
#EEF2EF
(238,242,239)
#F2F4F2
(242,244,242)
#F6F6F5
(246,246,245)
#FAF8F8
(250,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2E4DA; }

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

This text font color is #D2E4DA.

Background Color

.myBgColor { background-color: #D2E4DA; }

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

This div background color is #D2E4DA.

Border color

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

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

This div border color is #D2E4DA.

Opacity

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

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

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

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

This text has shadow with #D2E4DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2E4DA.

Preview

Color preview on black background

This text has color #D2E4DA on black background.


Color preview on white background

This text has color #D2E4DA on white background.


Black color preview on #D2E4DA background

This text has black color on #D2E4DA background.


White color preview on #D2E4DA background

This text has white color on #D2E4DA background.


Related colors

Complementary color

Complementary color for #hex is #2D1B25.


I love getcolorcode.com

Triadic colors

1 #DAD2E4 and #E4DAD2 with #D2E4DA are triadic colors.

2 #DAE4D2 and #E4D2DA with #D2E4DA are triadic colors.