COLOR #DEE9EF

HEX: #DEE9EF
RGB: (222,233,239)

Color info

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

RGB color model

#DEE9EF color RGB value is (222,233,239).

  • red value is 222;
  • green value is 233;
  • blue value is 239.
RGB:
(222,233,239)
(87%,91%,94%)

RGB channels and saturation

R 222 of 255 = 87%
G 233 of 255 = 91%
B 239 of 255 = 94%

222
233
239

R + G + B ~ 91%. #DEE9EF is light color.

Portions of RGB colors in percentages

R + G + B =
222 + 233 + 239 = 694 (100%)
R 222 of 694 ~ 31.99%
G 233 of 694 ~ 33.57%
B 239 of 694 ~ 34.44%

%31.99
%33.57
%34.44

CMYK color model

#DEE9EF color CMYK value is (7,3,0,6).

  • cyan value is 7.11%
  • magenta value is 2.51%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(7,3,0,6)
C7M3Y0K6 
(7%,3%,0%,6%)
(0.07/0.03/0.00/0.06)	

CMYK percentages

%7.11
%2.51
%0
%6.27

Codes

Color #DEE9EF in popluar color models

DEE9EF
RGB222233239
HSL201°34.69%90.39%
HSB/HSV201°7.11%93.73%
CMYK7.11%2.51%0.00%
6.27%

Color #DEE9EF in popluar number systems.

HEXDEE9EF
Decimal222233239
Binary110111101110100111101111
Octal336351357

Shades and tints

Shades of #DEE9EF

#DEE9EF
(222,233,239)
#CAD4DA
(202,212,218)
#B6BFC5
(182,191,197)
#A2AAB0
(162,170,176)
#8E959B
(142,149,155)
#7A8086
(122,128,134)
#666B71
(102,107,113)
#52565C
(82,86,92)
#3E4147
(62,65,71)
#2A2C32
(42,44,50)
#16171D
(22,23,29)
#000000
(0,0,0)

Tints of #DEE9EF

#DEE9EF
(222,233,239)
#E1EBF0
(225,235,240)
#E4EDF1
(228,237,241)
#E7EFF2
(231,239,242)
#EAF1F3
(234,241,243)
#EDF3F4
(237,243,244)
#F0F5F5
(240,245,245)
#F3F7F6
(243,247,246)
#F6F9F7
(246,249,247)
#F9FBF8
(249,251,248)
#FCFDF9
(252,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEE9EF color. Also use rgb(222,233,239) instead hex code.

Text Font Color

.myTextColor { color: #DEE9EF; }

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

This text font color is #DEE9EF.


Background Color

.myBgColor { background-color: #DEE9EF; }

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

This div background color is #DEE9EF.


Border color

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

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

This div border color is #DEE9EF.


Opacity

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

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

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

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

This text has shadow with #DEE9EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE9EF on black background.


Color preview on white background

This text has color #DEE9EF on white background.



Black color preview on #DEE9EF background

This text has black color on #DEE9EF background.


White color preview on #DEE9EF background

This text has white color on #DEE9EF background.