COLOR #D3EDE6

HEX: #D3EDE6 RGB: (211,237,230)

Color info

#D3EDE6 contains red, green and blue colors in about the same proportion. Web safe color of #D3EDE6 is #CCFFCC (or #CFC).

RGB color model

#D3EDE6 color RGB value is (211,237,230).

RGB: (211,237,230) (83%, 93%, 90%)

RGB channels and saturation

R 211 of 255 = 83%
G 237 of 255 = 93%
B 230 of 255 = 90%

211
237
230

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

Portions of RGB colors in percentages

R + G + B = 211 + 237 + 230 = 678 (100%)
R 211 of 678 ~ 31.12%
G 237 of 678 ~ 34.96%
B 230 of 678 ~ 33.92'%

%31.12
%34.96
%33.92

CMYK color model

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

  • cyan value is 10.97%
  • magenta value is 0.00%
  • yellow value is 2.95%
  • 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.95
%7.06

Codes

Color #D3EDE6 in popluar color models

D3 ED E6
RGB 211 237 230
HSL 164° 41.94% 87.84%
HSB/HSV 164° 10.97% 92.94%
CMYK 10.97% 0.00% 2.95%
7.06%

Color #D3EDE6 in popluar number systems.

HEX D3 ED E6
Decimal 211 237 230
Binary 11010011 11101101 11100110
Octal 323 355 346

Shades and tints

Shades of #D3EDE6

#D3EDE6
(211,237,230)
#C0D8D2
(192,216,210)
#ADC3BE
(173,195,190)
#9AAEAA
(154,174,170)
#879996
(135,153,150)
#748482
(116,132,130)
#616F6E
(97,111,110)
#4E5A5A
(78,90,90)
#3B4546
(59,69,70)
#283032
(40,48,50)
#151B1E
(21,27,30)
#000000
(0,0,0)

Tints of #D3EDE6

#D3EDE6
(211,237,230)
#D7EEE8
(215,238,232)
#DBEFEA
(219,239,234)
#DFF0EC
(223,240,236)
#E3F1EE
(227,241,238)
#E7F2F0
(231,242,240)
#EBF3F2
(235,243,242)
#EFF4F4
(239,244,244)
#F3F5F6
(243,245,246)
#F7F6F8
(247,246,248)
#FBF7FA
(251,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3EDE6; }

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

This text font color is #D3EDE6.

Background Color

.myBgColor { background-color: #D3EDE6; }

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

This div background color is #D3EDE6.

Border color

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

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

This div border color is #D3EDE6.

Opacity

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

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

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

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

This text has shadow with #D3EDE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3EDE6.

Preview

Color preview on black background

This text has color #D3EDE6 on black background.


Color preview on white background

This text has color #D3EDE6 on white background.


Black color preview on #D3EDE6 background

This text has black color on #D3EDE6 background.


White color preview on #D3EDE6 background

This text has white color on #D3EDE6 background.


Related colors

Complementary color

Complementary color for #hex is #2C1219.


I love getcolorcode.com

Triadic colors

1 #E6D3ED and #EDE6D3 with #D3EDE6 are triadic colors.

2 #E6EDD3 and #EDD3E6 with #D3EDE6 are triadic colors.