COLOR #DEE3B7

HEX: #DEE3B7
RGB: (222,227,183)

Color info

#DEE3B7 contains red, green and blue colors in about the same proportion. Web safe color of #DEE3B7 is #CCCCCC (or #CCC).

RGB color model

#DEE3B7 color RGB value is (222,227,183).

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

RGB channels and saturation

R 222 of 255 = 87%
G 227 of 255 = 89%
B 183 of 255 = 72%

222
227
183

R + G + B ~ 83%. #DEE3B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 227 + 183 = 632 (100%)
R 222 of 632 ~ 35.13%
G 227 of 632 ~ 35.92%
B 183 of 632 ~ 28.96%

%35.13
%35.92
%28.96

CMYK color model

#DEE3B7 color CMYK value is (2,0,19,11).

  • cyan value is 2.20%
  • magenta value is 0.00%
  • yellow value is 19.38%
  • key color value is 10.98%
CMYK:
(2,0,19,11)
C2M0Y19K11 
(2%,0%,19%,11%)
(0.02/0.00/0.19/0.11)	

CMYK percentages

%2.2
%0
%19.38
%10.98

Codes

Color #DEE3B7 in popluar color models

DEE3B7
RGB222227183
HSL67°44.00%80.39%
HSB/HSV67°19.38%89.02%
CMYK2.20%0.00%19.38%
10.98%

Color #DEE3B7 in popluar number systems.

HEXDEE3B7
Decimal222227183
Binary110111101110001110110111
Octal336343267

Shades and tints

Shades of #DEE3B7

#DEE3B7
(222,227,183)
#CACFA7
(202,207,167)
#B6BB97
(182,187,151)
#A2A787
(162,167,135)
#8E9377
(142,147,119)
#7A7F67
(122,127,103)
#666B57
(102,107,87)
#525747
(82,87,71)
#3E4337
(62,67,55)
#2A2F27
(42,47,39)
#161B17
(22,27,23)
#000000
(0,0,0)

Tints of #DEE3B7

#DEE3B7
(222,227,183)
#E1E5BD
(225,229,189)
#E4E7C3
(228,231,195)
#E7E9C9
(231,233,201)
#EAEBCF
(234,235,207)
#EDEDD5
(237,237,213)
#F0EFDB
(240,239,219)
#F3F1E1
(243,241,225)
#F6F3E7
(246,243,231)
#F9F5ED
(249,245,237)
#FCF7F3
(252,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE3B7; }

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

This text font color is #DEE3B7.


Background Color

.myBgColor { background-color: #DEE3B7; }

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

This div background color is #DEE3B7.


Border color

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

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

This div border color is #DEE3B7.


Opacity

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

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

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

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

This text has shadow with #DEE3B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE3B7 on black background.


Color preview on white background

This text has color #DEE3B7 on white background.



Black color preview on #DEE3B7 background

This text has black color on #DEE3B7 background.


White color preview on #DEE3B7 background

This text has white color on #DEE3B7 background.