COLOR #DEE7B2

HEX: #DEE7B2
RGB: (222,231,178)

Color info

#DEE7B2 contains red, green and blue colors in about the same proportion. Web safe color of #DEE7B2 is #CCFF99 (or #CF9).

RGB color model

#DEE7B2 color RGB value is (222,231,178).

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

RGB channels and saturation

R 222 of 255 = 87%
G 231 of 255 = 91%
B 178 of 255 = 70%

222
231
178

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

Portions of RGB colors in percentages

R + G + B =
222 + 231 + 178 = 631 (100%)
R 222 of 631 ~ 35.18%
G 231 of 631 ~ 36.61%
B 178 of 631 ~ 28.21%

%35.18
%36.61
%28.21

CMYK color model

#DEE7B2 color CMYK value is (4,0,23,9).

  • cyan value is 3.90%
  • magenta value is 0.00%
  • yellow value is 22.94%
  • key color value is 9.41%
CMYK:
(4,0,23,9)
C4M0Y23K9 
(4%,0%,23%,9%)
(0.04/0.00/0.23/0.09)	

CMYK percentages

%3.9
%0
%22.94
%9.41

Codes

Color #DEE7B2 in popluar color models

DEE7B2
RGB222231178
HSL70°52.48%80.20%
HSB/HSV70°22.94%90.59%
CMYK3.90%0.00%22.94%
9.41%

Color #DEE7B2 in popluar number systems.

HEXDEE7B2
Decimal222231178
Binary110111101110011110110010
Octal336347262

Shades and tints

Shades of #DEE7B2

#DEE7B2
(222,231,178)
#CAD2A2
(202,210,162)
#B6BD92
(182,189,146)
#A2A882
(162,168,130)
#8E9372
(142,147,114)
#7A7E62
(122,126,98)
#666952
(102,105,82)
#525442
(82,84,66)
#3E3F32
(62,63,50)
#2A2A22
(42,42,34)
#161512
(22,21,18)
#000000
(0,0,0)

Tints of #DEE7B2

#DEE7B2
(222,231,178)
#E1E9B9
(225,233,185)
#E4EBC0
(228,235,192)
#E7EDC7
(231,237,199)
#EAEFCE
(234,239,206)
#EDF1D5
(237,241,213)
#F0F3DC
(240,243,220)
#F3F5E3
(243,245,227)
#F6F7EA
(246,247,234)
#F9F9F1
(249,249,241)
#FCFBF8
(252,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE7B2; }

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

This text font color is #DEE7B2.


Background Color

.myBgColor { background-color: #DEE7B2; }

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

This div background color is #DEE7B2.


Border color

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

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

This div border color is #DEE7B2.


Opacity

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

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

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

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

This text has shadow with #DEE7B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE7B2 on black background.


Color preview on white background

This text has color #DEE7B2 on white background.



Black color preview on #DEE7B2 background

This text has black color on #DEE7B2 background.


White color preview on #DEE7B2 background

This text has white color on #DEE7B2 background.