COLOR #DEE3E7

HEX: #DEE3E7
RGB: (222,227,231)

Color info

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

RGB color model

#DEE3E7 color RGB value is (222,227,231).

  • red value is 222;
  • green value is 227;
  • blue value is 231.
RGB: (222,227,231) (87%,89%,91%)

RGB channels and saturation

R 222 of 255 = 87%
G 227 of 255 = 89%
B 231 of 255 = 91%

222
227
231

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

Portions of RGB colors in percentages

R + G + B =
222 + 227 + 231 = 680 (100%)
R 222 of 680 ~ 32.65%
G 227 of 680 ~ 33.38%
B 231 of 680 ~ 33.97%

%32.65
%33.38
%33.97

CMYK color model

#DEE3E7 color CMYK value is (4,2,0,9).

  • cyan value is 3.90%
  • magenta value is 1.73%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK: (4,2,0,9) C4M2Y0K9 (4%,2%,0%,9%) (0.04/0.02/0.00/0.09)

CMYK percentages

%3.9
%1.73
%0
%9.41

Codes

Color #DEE3E7 in popluar color models

DEE3E7
RGB222227231
HSL207°15.79%88.82%
HSB/HSV207°3.90%90.59%
CMYK3.90%1.73%0.00%
9.41%

Color #DEE3E7 in popluar number systems.

HEXDEE3E7
Decimal222227231
Binary110111101110001111100111
Octal336343347

Shades and tints

Shades of #DEE3E7

#DEE3E7
(222,227,231)
#CACFD2
(202,207,210)
#B6BBBD
(182,187,189)
#A2A7A8
(162,167,168)
#8E9393
(142,147,147)
#7A7F7E
(122,127,126)
#666B69
(102,107,105)
#525754
(82,87,84)
#3E433F
(62,67,63)
#2A2F2A
(42,47,42)
#161B15
(22,27,21)
#000000
(0,0,0)

Tints of #DEE3E7

#DEE3E7
(222,227,231)
#E1E5E9
(225,229,233)
#E4E7EB
(228,231,235)
#E7E9ED
(231,233,237)
#EAEBEF
(234,235,239)
#EDEDF1
(237,237,241)
#F0EFF3
(240,239,243)
#F3F1F5
(243,241,245)
#F6F3F7
(246,243,247)
#F9F5F9
(249,245,249)
#FCF7FB
(252,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEE3E7 color. Also use rgb(222,227,231) instead hex code.

Text Font Color

.myTextColor { color: #DEE3E7; }

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

This text font color is #DEE3E7.


Background Color

.myBgColor { background-color: #DEE3E7; }

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

This div background color is #DEE3E7.


Border color

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

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

This div border color is #DEE3E7.


Opacity

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

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

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

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

This text has shadow with #DEE3E7 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #DEE3E7 on black background.


Color preview on white background

This text has color #DEE3E7 on white background.



Black color preview on #DEE3E7 background

This text has black color on #DEE3E7 background.


White color preview on #DEE3E7 background

This text has white color on #DEE3E7 background.