COLOR #D9E9EB

HEX: #D9E9EB
RGB: (217,233,235)

Color info

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

RGB color model

#D9E9EB color RGB value is (217,233,235).

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

RGB channels and saturation

R 217 of 255 = 85%
G 233 of 255 = 91%
B 235 of 255 = 92%

217
233
235

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

Portions of RGB colors in percentages

R + G + B =
217 + 233 + 235 = 685 (100%)
R 217 of 685 ~ 31.68%
G 233 of 685 ~ 34.01%
B 235 of 685 ~ 34.31%

%31.68
%34.01
%34.31

CMYK color model

#D9E9EB color CMYK value is (8,1,0,8).

  • cyan value is 7.66%
  • magenta value is 0.85%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(8,1,0,8)
C8M1Y0K8 
(8%,1%,0%,8%)
(0.08/0.01/0.00/0.08)	

CMYK percentages

%7.66
%0.85
%0
%7.84

Codes

Color #D9E9EB in popluar color models

D9E9EB
RGB217233235
HSL187°31.03%88.63%
HSB/HSV187°7.66%92.16%
CMYK7.66%0.85%0.00%
7.84%

Color #D9E9EB in popluar number systems.

HEXD9E9EB
Decimal217233235
Binary110110011110100111101011
Octal331351353

Shades and tints

Shades of #D9E9EB

#D9E9EB
(217,233,235)
#C6D4D6
(198,212,214)
#B3BFC1
(179,191,193)
#A0AAAC
(160,170,172)
#8D9597
(141,149,151)
#7A8082
(122,128,130)
#676B6D
(103,107,109)
#545658
(84,86,88)
#414143
(65,65,67)
#2E2C2E
(46,44,46)
#1B1719
(27,23,25)
#000000
(0,0,0)

Tints of #D9E9EB

#D9E9EB
(217,233,235)
#DCEBEC
(220,235,236)
#DFEDED
(223,237,237)
#E2EFEE
(226,239,238)
#E5F1EF
(229,241,239)
#E8F3F0
(232,243,240)
#EBF5F1
(235,245,241)
#EEF7F2
(238,247,242)
#F1F9F3
(241,249,243)
#F4FBF4
(244,251,244)
#F7FDF5
(247,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9E9EB; }

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

This text font color is #D9E9EB.


Background Color

.myBgColor { background-color: #D9E9EB; }

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

This div background color is #D9E9EB.


Border color

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

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

This div border color is #D9E9EB.


Opacity

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

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

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

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

This text has shadow with #D9E9EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9E9EB on black background.


Color preview on white background

This text has color #D9E9EB on white background.



Black color preview on #D9E9EB background

This text has black color on #D9E9EB background.


White color preview on #D9E9EB background

This text has white color on #D9E9EB background.