COLOR #D1EDED

HEX: #D1EDED RGB: (209,237,237)

Color info

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

RGB color model

#D1EDED color RGB value is (209,237,237).

RGB: (209,237,237) (82%, 93%, 93%)

RGB channels and saturation

R 209 of 255 = 82%
G 237 of 255 = 93%
B 237 of 255 = 93%

209
237
237

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

Portions of RGB colors in percentages

R + G + B = 209 + 237 + 237 = 683 (100%)
R 209 of 683 ~ 30.6%
G 237 of 683 ~ 34.7%
B 237 of 683 ~ 34.7'%

%30.6
%34.7
%34.7

CMYK color model

#D1EDED color CMYK value is (12,0,0,7).

  • cyan value is 11.81%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (12,0,0,7)
C12M0Y0K7 (12%, 0%, 0%, 7%)
(0.12 / 0.00 / 0.00 / 0.07)

CMYK percentages

%11.81
%0
%0
%7.06

Codes

Color #D1EDED in popluar color models

D1 ED ED
RGB 209 237 237
HSL 180° 43.75% 87.45%
HSB/HSV 180° 11.81% 92.94%
CMYK 11.81% 0.00% 0.00%
7.06%

Color #D1EDED in popluar number systems.

HEX D1 ED ED
Decimal 209 237 237
Binary 11010001 11101101 11101101
Octal 321 355 355

Shades and tints

Shades of #D1EDED

#D1EDED
(209,237,237)
#BED8D8
(190,216,216)
#ABC3C3
(171,195,195)
#98AEAE
(152,174,174)
#859999
(133,153,153)
#728484
(114,132,132)
#5F6F6F
(95,111,111)
#4C5A5A
(76,90,90)
#394545
(57,69,69)
#263030
(38,48,48)
#131B1B
(19,27,27)
#000000
(0,0,0)

Tints of #D1EDED

#D1EDED
(209,237,237)
#D5EEEE
(213,238,238)
#D9EFEF
(217,239,239)
#DDF0F0
(221,240,240)
#E1F1F1
(225,241,241)
#E5F2F2
(229,242,242)
#E9F3F3
(233,243,243)
#EDF4F4
(237,244,244)
#F1F5F5
(241,245,245)
#F5F6F6
(245,246,246)
#F9F7F7
(249,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1EDED; }

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

This text font color is #D1EDED.

Background Color

.myBgColor { background-color: #D1EDED; }

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

This div background color is #D1EDED.

Border color

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

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

This div border color is #D1EDED.

Opacity

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

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

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

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

This text has shadow with #D1EDED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1EDED.

Preview

Color preview on black background

This text has color #D1EDED on black background.


Color preview on white background

This text has color #D1EDED on white background.


Black color preview on #D1EDED background

This text has black color on #D1EDED background.


White color preview on #D1EDED background

This text has white color on #D1EDED background.


Related colors

Complementary color

Complementary color for #hex is #2E1212.


I love getcolorcode.com