COLOR #D1ECED

HEX: #D1ECED
RGB: (209,236,237)

Color info

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

RGB color model

#D1ECED color RGB value is (209,236,237).

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

RGB channels and saturation

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

209
236
237

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

Portions of RGB colors in percentages

R + G + B =
209 + 236 + 237 = 682 (100%)
R 209 of 682 ~ 30.65%
G 236 of 682 ~ 34.6%
B 237 of 682 ~ 34.75%

%30.65
%34.6
%34.75

CMYK color model

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

  • cyan value is 11.81%
  • magenta value is 0.42%
  • 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.42
%0
%7.06

Codes

Color #D1ECED in popluar color models

D1ECED
RGB209236237
HSL182°43.75%87.45%
HSB/HSV182°11.81%92.94%
CMYK11.81%0.42%0.00%
7.06%

Color #D1ECED in popluar number systems.

HEXD1ECED
Decimal209236237
Binary110100011110110011101101
Octal321354355

Shades and tints

Shades of #D1ECED

#D1ECED
(209,236,237)
#BED7D8
(190,215,216)
#ABC2C3
(171,194,195)
#98ADAE
(152,173,174)
#859899
(133,152,153)
#728384
(114,131,132)
#5F6E6F
(95,110,111)
#4C595A
(76,89,90)
#394445
(57,68,69)
#262F30
(38,47,48)
#131A1B
(19,26,27)
#000000
(0,0,0)

Tints of #D1ECED

#D1ECED
(209,236,237)
#D5EDEE
(213,237,238)
#D9EEEF
(217,238,239)
#DDEFF0
(221,239,240)
#E1F0F1
(225,240,241)
#E5F1F2
(229,241,242)
#E9F2F3
(233,242,243)
#EDF3F4
(237,243,244)
#F1F4F5
(241,244,245)
#F5F5F6
(245,245,246)
#F9F6F7
(249,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1ECED; }

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

This text font color is #D1ECED.


Background Color

.myBgColor { background-color: #D1ECED; }

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

This div background color is #D1ECED.


Border color

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

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

This div border color is #D1ECED.


Opacity

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

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

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

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

This text has shadow with #D1ECED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1ECED on black background.


Color preview on white background

This text has color #D1ECED on white background.



Black color preview on #D1ECED background

This text has black color on #D1ECED background.


White color preview on #D1ECED background

This text has white color on #D1ECED background.