COLOR #D9E2EB

HEX: #D9E2EB
RGB: (217,226,235)

Color info

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

RGB color model

#D9E2EB color RGB value is (217,226,235).

  • red value is 217;
  • green value is 226;
  • blue value is 235.
RGB:
(217,226,235)
(85%,89%,92%)

RGB channels and saturation

R 217 of 255 = 85%
G 226 of 255 = 89%
B 235 of 255 = 92%

217
226
235

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

Portions of RGB colors in percentages

R + G + B =
217 + 226 + 235 = 678 (100%)
R 217 of 678 ~ 32.01%
G 226 of 678 ~ 33.33%
B 235 of 678 ~ 34.66%

%32.01
%33.33
%34.66

CMYK color model

#D9E2EB color CMYK value is (8,4,0,8).

  • cyan value is 7.66%
  • magenta value is 3.83%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(8,4,0,8)
C8M4Y0K8 
(8%,4%,0%,8%)
(0.08/0.04/0.00/0.08)	

CMYK percentages

%7.66
%3.83
%0
%7.84

Codes

Color #D9E2EB in popluar color models

D9E2EB
RGB217226235
HSL210°31.03%88.63%
HSB/HSV210°7.66%92.16%
CMYK7.66%3.83%0.00%
7.84%

Color #D9E2EB in popluar number systems.

HEXD9E2EB
Decimal217226235
Binary110110011110001011101011
Octal331342353

Shades and tints

Shades of #D9E2EB

#D9E2EB
(217,226,235)
#C6CED6
(198,206,214)
#B3BAC1
(179,186,193)
#A0A6AC
(160,166,172)
#8D9297
(141,146,151)
#7A7E82
(122,126,130)
#676A6D
(103,106,109)
#545658
(84,86,88)
#414243
(65,66,67)
#2E2E2E
(46,46,46)
#1B1A19
(27,26,25)
#000000
(0,0,0)

Tints of #D9E2EB

#D9E2EB
(217,226,235)
#DCE4EC
(220,228,236)
#DFE6ED
(223,230,237)
#E2E8EE
(226,232,238)
#E5EAEF
(229,234,239)
#E8ECF0
(232,236,240)
#EBEEF1
(235,238,241)
#EEF0F2
(238,240,242)
#F1F2F3
(241,242,243)
#F4F4F4
(244,244,244)
#F7F6F5
(247,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9E2EB color. Also use rgb(217,226,235) instead hex code.

Text Font Color

.myTextColor { color: #D9E2EB; }

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

This text font color is #D9E2EB.


Background Color

.myBgColor { background-color: #D9E2EB; }

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

This div background color is #D9E2EB.


Border color

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

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

This div border color is #D9E2EB.


Opacity

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

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

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

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

This text has shadow with #D9E2EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9E2EB on black background.


Color preview on white background

This text has color #D9E2EB on white background.



Black color preview on #D9E2EB background

This text has black color on #D9E2EB background.


White color preview on #D9E2EB background

This text has white color on #D9E2EB background.