COLOR #DEE2B8

HEX: #DEE2B8
RGB: (222,226,184)

Color info

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

RGB color model

#DEE2B8 color RGB value is (222,226,184).

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

RGB channels and saturation

R 222 of 255 = 87%
G 226 of 255 = 89%
B 184 of 255 = 72%

222
226
184

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

Portions of RGB colors in percentages

R + G + B =
222 + 226 + 184 = 632 (100%)
R 222 of 632 ~ 35.13%
G 226 of 632 ~ 35.76%
B 184 of 632 ~ 29.11%

%35.13
%35.76
%29.11

CMYK color model

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

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

CMYK percentages

%1.77
%0
%18.58
%11.37

Codes

Color #DEE2B8 in popluar color models

DEE2B8
RGB222226184
HSL66°42.00%80.39%
HSB/HSV66°18.58%88.63%
CMYK1.77%0.00%18.58%
11.37%

Color #DEE2B8 in popluar number systems.

HEXDEE2B8
Decimal222226184
Binary110111101110001010111000
Octal336342270

Shades and tints

Shades of #DEE2B8

#DEE2B8
(222,226,184)
#CACEA8
(202,206,168)
#B6BA98
(182,186,152)
#A2A688
(162,166,136)
#8E9278
(142,146,120)
#7A7E68
(122,126,104)
#666A58
(102,106,88)
#525648
(82,86,72)
#3E4238
(62,66,56)
#2A2E28
(42,46,40)
#161A18
(22,26,24)
#000000
(0,0,0)

Tints of #DEE2B8

#DEE2B8
(222,226,184)
#E1E4BE
(225,228,190)
#E4E6C4
(228,230,196)
#E7E8CA
(231,232,202)
#EAEAD0
(234,234,208)
#EDECD6
(237,236,214)
#F0EEDC
(240,238,220)
#F3F0E2
(243,240,226)
#F6F2E8
(246,242,232)
#F9F4EE
(249,244,238)
#FCF6F4
(252,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEE2B8 color. Also use rgb(222,226,184) instead hex code.

Text Font Color

.myTextColor { color: #DEE2B8; }

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

This text font color is #DEE2B8.


Background Color

.myBgColor { background-color: #DEE2B8; }

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

This div background color is #DEE2B8.


Border color

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

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

This div border color is #DEE2B8.


Opacity

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

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

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

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

This text has shadow with #DEE2B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE2B8 on black background.


Color preview on white background

This text has color #DEE2B8 on white background.



Black color preview on #DEE2B8 background

This text has black color on #DEE2B8 background.


White color preview on #DEE2B8 background

This text has white color on #DEE2B8 background.