COLOR #D9ECED

HEX: #D9ECED
RGB: (217,236,237)

Color info

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

RGB color model

#D9ECED color RGB value is (217,236,237).

  • red value is 217;
  • green value is 236;
  • blue value is 237.
RGB:
(217,236,237)
(85%,93%,93%)

RGB channels and saturation

R 217 of 255 = 85%
G 236 of 255 = 93%
B 237 of 255 = 93%

217
236
237

R + G + B ~ 90%. #D9ECED is light color.

Portions of RGB colors in percentages

R + G + B =
217 + 236 + 237 = 690 (100%)
R 217 of 690 ~ 31.45%
G 236 of 690 ~ 34.2%
B 237 of 690 ~ 34.35%

%31.45
%34.2
%34.35

CMYK color model

#D9ECED color CMYK value is (8,0,0,7).

  • cyan value is 8.44%
  • magenta value is 0.42%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(8,0,0,7)
C8M0Y0K7 
(8%,0%,0%,7%)
(0.08/0.00/0.00/0.07)	

CMYK percentages

%8.44
%0.42
%0
%7.06

Codes

Color #D9ECED in popluar color models

D9ECED
RGB217236237
HSL183°35.71%89.02%
HSB/HSV183°8.44%92.94%
CMYK8.44%0.42%0.00%
7.06%

Color #D9ECED in popluar number systems.

HEXD9ECED
Decimal217236237
Binary110110011110110011101101
Octal331354355

Shades and tints

Shades of #D9ECED

#D9ECED
(217,236,237)
#C6D7D8
(198,215,216)
#B3C2C3
(179,194,195)
#A0ADAE
(160,173,174)
#8D9899
(141,152,153)
#7A8384
(122,131,132)
#676E6F
(103,110,111)
#54595A
(84,89,90)
#414445
(65,68,69)
#2E2F30
(46,47,48)
#1B1A1B
(27,26,27)
#000000
(0,0,0)

Tints of #D9ECED

#D9ECED
(217,236,237)
#DCEDEE
(220,237,238)
#DFEEEF
(223,238,239)
#E2EFF0
(226,239,240)
#E5F0F1
(229,240,241)
#E8F1F2
(232,241,242)
#EBF2F3
(235,242,243)
#EEF3F4
(238,243,244)
#F1F4F5
(241,244,245)
#F4F5F6
(244,245,246)
#F7F6F7
(247,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9ECED; }

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

This text font color is #D9ECED.


Background Color

.myBgColor { background-color: #D9ECED; }

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

This div background color is #D9ECED.


Border color

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

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

This div border color is #D9ECED.


Opacity

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

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

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

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

This text has shadow with #D9ECED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9ECED on black background.


Color preview on white background

This text has color #D9ECED on white background.



Black color preview on #D9ECED background

This text has black color on #D9ECED background.


White color preview on #D9ECED background

This text has white color on #D9ECED background.