COLOR #D3E4DD

HEX: #D3E4DD RGB: (211,228,221)

Color info

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

RGB color model

#D3E4DD color RGB value is (211,228,221).

RGB: (211,228,221) (83%, 89%, 87%)

RGB channels and saturation

R 211 of 255 = 83%
G 228 of 255 = 89%
B 221 of 255 = 87%

211
228
221

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

Portions of RGB colors in percentages

R + G + B = 211 + 228 + 221 = 660 (100%)
R 211 of 660 ~ 31.97%
G 228 of 660 ~ 34.55%
B 221 of 660 ~ 33.48'%

%31.97
%34.55
%33.48

CMYK color model

#D3E4DD color CMYK value is (7,0,3,11).

  • cyan value is 7.46%
  • magenta value is 0.00%
  • yellow value is 3.07%
  • key color value is 10.59%

CMYK: (7,0,3,11)
C7M0Y3K11 (7%, 0%, 3%, 11%)
(0.07 / 0.00 / 0.03 / 0.11)

CMYK percentages

%7.46
%0
%3.07
%10.59

Codes

Color #D3E4DD in popluar color models

D3 E4 DD
RGB 211 228 221
HSL 155° 23.94% 86.08%
HSB/HSV 155° 7.46% 89.41%
CMYK 7.46% 0.00% 3.07%
10.59%

Color #D3E4DD in popluar number systems.

HEX D3 E4 DD
Decimal 211 228 221
Binary 11010011 11100100 11011101
Octal 323 344 335

Shades and tints

Shades of #D3E4DD

#D3E4DD
(211,228,221)
#C0D0C9
(192,208,201)
#ADBCB5
(173,188,181)
#9AA8A1
(154,168,161)
#87948D
(135,148,141)
#748079
(116,128,121)
#616C65
(97,108,101)
#4E5851
(78,88,81)
#3B443D
(59,68,61)
#283029
(40,48,41)
#151C15
(21,28,21)
#000000
(0,0,0)

Tints of #D3E4DD

#D3E4DD
(211,228,221)
#D7E6E0
(215,230,224)
#DBE8E3
(219,232,227)
#DFEAE6
(223,234,230)
#E3ECE9
(227,236,233)
#E7EEEC
(231,238,236)
#EBF0EF
(235,240,239)
#EFF2F2
(239,242,242)
#F3F4F5
(243,244,245)
#F7F6F8
(247,246,248)
#FBF8FB
(251,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3E4DD; }

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

This text font color is #D3E4DD.

Background Color

.myBgColor { background-color: #D3E4DD; }

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

This div background color is #D3E4DD.

Border color

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

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

This div border color is #D3E4DD.

Opacity

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

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

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

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

This text has shadow with #D3E4DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3E4DD.

Preview

Color preview on black background

This text has color #D3E4DD on black background.


Color preview on white background

This text has color #D3E4DD on white background.


Black color preview on #D3E4DD background

This text has black color on #D3E4DD background.


White color preview on #D3E4DD background

This text has white color on #D3E4DD background.


Related colors

Complementary color

Complementary color for #hex is #2C1B22.


I love getcolorcode.com

Triadic colors

1 #DDD3E4 and #E4DDD3 with #D3E4DD are triadic colors.

2 #DDE4D3 and #E4D3DD with #D3E4DD are triadic colors.