COLOR #D1E0EB

HEX: #D1E0EB
RGB: (209,224,235)

Color info

#D1E0EB contains red, green and blue colors in about the same proportion. Web safe color of #D1E0EB is #CCCCFF (or #CCF).

RGB color model

#D1E0EB color RGB value is (209,224,235).

  • red value is 209;
  • green value is 224;
  • blue value is 235.
RGB:
(209,224,235)
(82%,88%,92%)

RGB channels and saturation

R 209 of 255 = 82%
G 224 of 255 = 88%
B 235 of 255 = 92%

209
224
235

R + G + B ~ 87%. #D1E0EB is light color.

Portions of RGB colors in percentages

R + G + B =
209 + 224 + 235 = 668 (100%)
R 209 of 668 ~ 31.29%
G 224 of 668 ~ 33.53%
B 235 of 668 ~ 35.18%

%31.29
%33.53
%35.18

CMYK color model

#D1E0EB color CMYK value is (11,5,0,8).

  • cyan value is 11.06%
  • magenta value is 4.68%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(11,5,0,8)
C11M5Y0K8 
(11%,5%,0%,8%)
(0.11/0.05/0.00/0.08)	

CMYK percentages

%11.06
%4.68
%0
%7.84

Codes

Color #D1E0EB in popluar color models

D1E0EB
RGB209224235
HSL205°39.39%87.06%
HSB/HSV205°11.06%92.16%
CMYK11.06%4.68%0.00%
7.84%

Color #D1E0EB in popluar number systems.

HEXD1E0EB
Decimal209224235
Binary110100011110000011101011
Octal321340353

Shades and tints

Shades of #D1E0EB

#D1E0EB
(209,224,235)
#BECCD6
(190,204,214)
#ABB8C1
(171,184,193)
#98A4AC
(152,164,172)
#859097
(133,144,151)
#727C82
(114,124,130)
#5F686D
(95,104,109)
#4C5458
(76,84,88)
#394043
(57,64,67)
#262C2E
(38,44,46)
#131819
(19,24,25)
#000000
(0,0,0)

Tints of #D1E0EB

#D1E0EB
(209,224,235)
#D5E2EC
(213,226,236)
#D9E4ED
(217,228,237)
#DDE6EE
(221,230,238)
#E1E8EF
(225,232,239)
#E5EAF0
(229,234,240)
#E9ECF1
(233,236,241)
#EDEEF2
(237,238,242)
#F1F0F3
(241,240,243)
#F5F2F4
(245,242,244)
#F9F4F5
(249,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1E0EB; }

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

This text font color is #D1E0EB.


Background Color

.myBgColor { background-color: #D1E0EB; }

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

This div background color is #D1E0EB.


Border color

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

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

This div border color is #D1E0EB.


Opacity

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

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

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

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

This text has shadow with #D1E0EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1E0EB on black background.


Color preview on white background

This text has color #D1E0EB on white background.



Black color preview on #D1E0EB background

This text has black color on #D1E0EB background.


White color preview on #D1E0EB background

This text has white color on #D1E0EB background.