COLOR #DEE2BB

HEX: #DEE2BB
RGB: (222,226,187)

Color info

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

RGB color model

#DEE2BB color RGB value is (222,226,187).

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

RGB channels and saturation

R 222 of 255 = 87%
G 226 of 255 = 89%
B 187 of 255 = 73%

222
226
187

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

Portions of RGB colors in percentages

R + G + B =
222 + 226 + 187 = 635 (100%)
R 222 of 635 ~ 34.96%
G 226 of 635 ~ 35.59%
B 187 of 635 ~ 29.45%

%34.96
%35.59
%29.45

CMYK color model

#DEE2BB color CMYK value is (2,0,17,11).

  • cyan value is 1.77%
  • magenta value is 0.00%
  • yellow value is 17.26%
  • key color value is 11.37%
CMYK:
(2,0,17,11)
C2M0Y17K11 
(2%,0%,17%,11%)
(0.02/0.00/0.17/0.11)	

CMYK percentages

%1.77
%0
%17.26
%11.37

Codes

Color #DEE2BB in popluar color models

DEE2BB
RGB222226187
HSL66°40.21%80.98%
HSB/HSV66°17.26%88.63%
CMYK1.77%0.00%17.26%
11.37%

Color #DEE2BB in popluar number systems.

HEXDEE2BB
Decimal222226187
Binary110111101110001010111011
Octal336342273

Shades and tints

Shades of #DEE2BB

#DEE2BB
(222,226,187)
#CACEAA
(202,206,170)
#B6BA99
(182,186,153)
#A2A688
(162,166,136)
#8E9277
(142,146,119)
#7A7E66
(122,126,102)
#666A55
(102,106,85)
#525644
(82,86,68)
#3E4233
(62,66,51)
#2A2E22
(42,46,34)
#161A11
(22,26,17)
#000000
(0,0,0)

Tints of #DEE2BB

#DEE2BB
(222,226,187)
#E1E4C1
(225,228,193)
#E4E6C7
(228,230,199)
#E7E8CD
(231,232,205)
#EAEAD3
(234,234,211)
#EDECD9
(237,236,217)
#F0EEDF
(240,238,223)
#F3F0E5
(243,240,229)
#F6F2EB
(246,242,235)
#F9F4F1
(249,244,241)
#FCF6F7
(252,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE2BB; }

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

This text font color is #DEE2BB.


Background Color

.myBgColor { background-color: #DEE2BB; }

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

This div background color is #DEE2BB.


Border color

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

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

This div border color is #DEE2BB.


Opacity

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

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

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

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

This text has shadow with #DEE2BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE2BB on black background.


Color preview on white background

This text has color #DEE2BB on white background.



Black color preview on #DEE2BB background

This text has black color on #DEE2BB background.


White color preview on #DEE2BB background

This text has white color on #DEE2BB background.