COLOR #D3EDE7

HEX: #D3EDE7 RGB: (211,237,231)

Color info

#D3EDE7 contains red, green and blue colors in about the same proportion. Web safe color of #D3EDE7 is #CCFFFF (or #CFF).

RGB color model

#D3EDE7 color RGB value is (211,237,231).

RGB: (211,237,231) (83%, 93%, 91%)

RGB channels and saturation

R 211 of 255 = 83%
G 237 of 255 = 93%
B 231 of 255 = 91%

211
237
231

R + G + B ~ 89%. #D3EDE7 is light color.

Portions of RGB colors in percentages

R + G + B = 211 + 237 + 231 = 679 (100%)
R 211 of 679 ~ 31.08%
G 237 of 679 ~ 34.9%
B 231 of 679 ~ 34.02'%

%31.08
%34.9
%34.02

CMYK color model

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

  • cyan value is 10.97%
  • magenta value is 0.00%
  • yellow value is 2.53%
  • key color value is 7.06%

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

CMYK percentages

%10.97
%0
%2.53
%7.06

Codes

Color #D3EDE7 in popluar color models

D3 ED E7
RGB 211 237 231
HSL 166° 41.94% 87.84%
HSB/HSV 166° 10.97% 92.94%
CMYK 10.97% 0.00% 2.53%
7.06%

Color #D3EDE7 in popluar number systems.

HEX D3 ED E7
Decimal 211 237 231
Binary 11010011 11101101 11100111
Octal 323 355 347

Shades and tints

Shades of #D3EDE7

#D3EDE7
(211,237,231)
#C0D8D2
(192,216,210)
#ADC3BD
(173,195,189)
#9AAEA8
(154,174,168)
#879993
(135,153,147)
#74847E
(116,132,126)
#616F69
(97,111,105)
#4E5A54
(78,90,84)
#3B453F
(59,69,63)
#28302A
(40,48,42)
#151B15
(21,27,21)
#000000
(0,0,0)

Tints of #D3EDE7

#D3EDE7
(211,237,231)
#D7EEE9
(215,238,233)
#DBEFEB
(219,239,235)
#DFF0ED
(223,240,237)
#E3F1EF
(227,241,239)
#E7F2F1
(231,242,241)
#EBF3F3
(235,243,243)
#EFF4F5
(239,244,245)
#F3F5F7
(243,245,247)
#F7F6F9
(247,246,249)
#FBF7FB
(251,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3EDE7 color. Also use rgb(211,237,231) instead hex code.

Text Font Color

.myTextColor { color: #D3EDE7; }

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

This text font color is #D3EDE7.

Background Color

.myBgColor { background-color: #D3EDE7; }

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

This div background color is #D3EDE7.

Border color

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

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

This div border color is #D3EDE7.

Opacity

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

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

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

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

This text has shadow with #D3EDE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3EDE7.

Preview

Color preview on black background

This text has color #D3EDE7 on black background.


Color preview on white background

This text has color #D3EDE7 on white background.


Black color preview on #D3EDE7 background

This text has black color on #D3EDE7 background.


White color preview on #D3EDE7 background

This text has white color on #D3EDE7 background.


Related colors

Complementary color

Complementary color for #hex is #2C1218.


I love getcolorcode.com

Triadic colors

1 #E7D3ED and #EDE7D3 with #D3EDE7 are triadic colors.

2 #E7EDD3 and #EDD3E7 with #D3EDE7 are triadic colors.