COLOR #D1E2D2

HEX: #D1E2D2 RGB: (209,226,210)

Color info

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

RGB color model

#D1E2D2 color RGB value is (209,226,210).

RGB: (209,226,210) (82%, 89%, 82%)

RGB channels and saturation

R 209 of 255 = 82%
G 226 of 255 = 89%
B 210 of 255 = 82%

209
226
210

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

Portions of RGB colors in percentages

R + G + B = 209 + 226 + 210 = 645 (100%)
R 209 of 645 ~ 32.4%
G 226 of 645 ~ 35.04%
B 210 of 645 ~ 32.56'%

%32.4
%35.04
%32.56

CMYK color model

#D1E2D2 color CMYK value is (8,0,7,11).

  • cyan value is 7.52%
  • magenta value is 0.00%
  • yellow value is 7.08%
  • key color value is 11.37%

CMYK: (8,0,7,11)
C8M0Y7K11 (8%, 0%, 7%, 11%)
(0.08 / 0.00 / 0.07 / 0.11)

CMYK percentages

%7.52
%0
%7.08
%11.37

Codes

Color #D1E2D2 in popluar color models

D1 E2 D2
RGB 209 226 210
HSL 124° 22.67% 85.29%
HSB/HSV 124° 7.52% 88.63%
CMYK 7.52% 0.00% 7.08%
11.37%

Color #D1E2D2 in popluar number systems.

HEX D1 E2 D2
Decimal 209 226 210
Binary 11010001 11100010 11010010
Octal 321 342 322

Shades and tints

Shades of #D1E2D2

#D1E2D2
(209,226,210)
#BECEBF
(190,206,191)
#ABBAAC
(171,186,172)
#98A699
(152,166,153)
#859286
(133,146,134)
#727E73
(114,126,115)
#5F6A60
(95,106,96)
#4C564D
(76,86,77)
#39423A
(57,66,58)
#262E27
(38,46,39)
#131A14
(19,26,20)
#000000
(0,0,0)

Tints of #D1E2D2

#D1E2D2
(209,226,210)
#D5E4D6
(213,228,214)
#D9E6DA
(217,230,218)
#DDE8DE
(221,232,222)
#E1EAE2
(225,234,226)
#E5ECE6
(229,236,230)
#E9EEEA
(233,238,234)
#EDF0EE
(237,240,238)
#F1F2F2
(241,242,242)
#F5F4F6
(245,244,246)
#F9F6FA
(249,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1E2D2 color. Also use rgb(209,226,210) instead hex code.

Text Font Color

.myTextColor { color: #D1E2D2; }

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

This text font color is #D1E2D2.

Background Color

.myBgColor { background-color: #D1E2D2; }

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

This div background color is #D1E2D2.

Border color

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

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

This div border color is #D1E2D2.

Opacity

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

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

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

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

This text has shadow with #D1E2D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1E2D2.

Preview

Color preview on black background

This text has color #D1E2D2 on black background.


Color preview on white background

This text has color #D1E2D2 on white background.


Black color preview on #D1E2D2 background

This text has black color on #D1E2D2 background.


White color preview on #D1E2D2 background

This text has white color on #D1E2D2 background.


Related colors

Complementary color

Complementary color for #hex is #2E1D2D.


I love getcolorcode.com

Triadic colors

1 #D2D1E2 and #E2D2D1 with #D1E2D2 are triadic colors.

2 #D2E2D1 and #E2D1D2 with #D1E2D2 are triadic colors.