COLOR #DEE9E6

HEX: #DEE9E6
RGB: (222,233,230)

Color info

#DEE9E6 contains red, green and blue colors in about the same proportion. Web safe color of #DEE9E6 is #CCFFCC (or #CFC).

RGB color model

#DEE9E6 color RGB value is (222,233,230).

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

RGB channels and saturation

R 222 of 255 = 87%
G 233 of 255 = 91%
B 230 of 255 = 90%

222
233
230

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

Portions of RGB colors in percentages

R + G + B =
222 + 233 + 230 = 685 (100%)
R 222 of 685 ~ 32.41%
G 233 of 685 ~ 34.01%
B 230 of 685 ~ 33.58%

%32.41
%34.01
%33.58

CMYK color model

#DEE9E6 color CMYK value is (5,0,1,9).

  • cyan value is 4.72%
  • magenta value is 0.00%
  • yellow value is 1.29%
  • key color value is 8.63%
CMYK:
(5,0,1,9)
C5M0Y1K9 
(5%,0%,1%,9%)
(0.05/0.00/0.01/0.09)	

CMYK percentages

%4.72
%0
%1.29
%8.63

Codes

Color #DEE9E6 in popluar color models

DEE9E6
RGB222233230
HSL164°20.00%89.22%
HSB/HSV164°4.72%91.37%
CMYK4.72%0.00%1.29%
8.63%

Color #DEE9E6 in popluar number systems.

HEXDEE9E6
Decimal222233230
Binary110111101110100111100110
Octal336351346

Shades and tints

Shades of #DEE9E6

#DEE9E6
(222,233,230)
#CAD4D2
(202,212,210)
#B6BFBE
(182,191,190)
#A2AAAA
(162,170,170)
#8E9596
(142,149,150)
#7A8082
(122,128,130)
#666B6E
(102,107,110)
#52565A
(82,86,90)
#3E4146
(62,65,70)
#2A2C32
(42,44,50)
#16171E
(22,23,30)
#000000
(0,0,0)

Tints of #DEE9E6

#DEE9E6
(222,233,230)
#E1EBE8
(225,235,232)
#E4EDEA
(228,237,234)
#E7EFEC
(231,239,236)
#EAF1EE
(234,241,238)
#EDF3F0
(237,243,240)
#F0F5F2
(240,245,242)
#F3F7F4
(243,247,244)
#F6F9F6
(246,249,246)
#F9FBF8
(249,251,248)
#FCFDFA
(252,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE9E6; }

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

This text font color is #DEE9E6.


Background Color

.myBgColor { background-color: #DEE9E6; }

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

This div background color is #DEE9E6.


Border color

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

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

This div border color is #DEE9E6.


Opacity

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

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

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

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

This text has shadow with #DEE9E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE9E6 on black background.


Color preview on white background

This text has color #DEE9E6 on white background.



Black color preview on #DEE9E6 background

This text has black color on #DEE9E6 background.


White color preview on #DEE9E6 background

This text has white color on #DEE9E6 background.