COLOR #D3E1DD

HEX: #D3E1DD RGB: (211,225,221)

Color info

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

RGB color model

#D3E1DD color RGB value is (211,225,221).

RGB: (211,225,221) (83%, 88%, 87%)

RGB channels and saturation

R 211 of 255 = 83%
G 225 of 255 = 88%
B 221 of 255 = 87%

211
225
221

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

Portions of RGB colors in percentages

R + G + B = 211 + 225 + 221 = 657 (100%)
R 211 of 657 ~ 32.12%
G 225 of 657 ~ 34.25%
B 221 of 657 ~ 33.64'%

%32.12
%34.25
%33.64

CMYK color model

#D3E1DD color CMYK value is (6,0,2,12).

  • cyan value is 6.22%
  • magenta value is 0.00%
  • yellow value is 1.78%
  • key color value is 11.76%

CMYK: (6,0,2,12)
C6M0Y2K12 (6%, 0%, 2%, 12%)
(0.06 / 0.00 / 0.02 / 0.12)

CMYK percentages

%6.22
%0
%1.78
%11.76

Codes

Color #D3E1DD in popluar color models

D3 E1 DD
RGB 211 225 221
HSL 163° 18.92% 85.49%
HSB/HSV 163° 6.22% 88.24%
CMYK 6.22% 0.00% 1.78%
11.76%

Color #D3E1DD in popluar number systems.

HEX D3 E1 DD
Decimal 211 225 221
Binary 11010011 11100001 11011101
Octal 323 341 335

Shades and tints

Shades of #D3E1DD

#D3E1DD
(211,225,221)
#C0CDC9
(192,205,201)
#ADB9B5
(173,185,181)
#9AA5A1
(154,165,161)
#87918D
(135,145,141)
#747D79
(116,125,121)
#616965
(97,105,101)
#4E5551
(78,85,81)
#3B413D
(59,65,61)
#282D29
(40,45,41)
#151915
(21,25,21)
#000000
(0,0,0)

Tints of #D3E1DD

#D3E1DD
(211,225,221)
#D7E3E0
(215,227,224)
#DBE5E3
(219,229,227)
#DFE7E6
(223,231,230)
#E3E9E9
(227,233,233)
#E7EBEC
(231,235,236)
#EBEDEF
(235,237,239)
#EFEFF2
(239,239,242)
#F3F1F5
(243,241,245)
#F7F3F8
(247,243,248)
#FBF5FB
(251,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3E1DD color. Also use rgb(211,225,221) instead hex code.

Text Font Color

.myTextColor { color: #D3E1DD; }

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

This text font color is #D3E1DD.

Background Color

.myBgColor { background-color: #D3E1DD; }

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

This div background color is #D3E1DD.

Border color

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

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

This div border color is #D3E1DD.

Opacity

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

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

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

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

This text has shadow with #D3E1DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3E1DD.

Preview

Color preview on black background

This text has color #D3E1DD on black background.


Color preview on white background

This text has color #D3E1DD on white background.


Black color preview on #D3E1DD background

This text has black color on #D3E1DD background.


White color preview on #D3E1DD background

This text has white color on #D3E1DD background.


Related colors

Complementary color

Complementary color for #hex is #2C1E22.


I love getcolorcode.com

Triadic colors

1 #DDD3E1 and #E1DDD3 with #D3E1DD are triadic colors.

2 #DDE1D3 and #E1D3DD with #D3E1DD are triadic colors.