COLOR #DEE6BB

HEX: #DEE6BB
RGB: (222,230,187)

Color info

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

RGB color model

#DEE6BB color RGB value is (222,230,187).

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

RGB channels and saturation

R 222 of 255 = 87%
G 230 of 255 = 90%
B 187 of 255 = 73%

222
230
187

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

Portions of RGB colors in percentages

R + G + B =
222 + 230 + 187 = 639 (100%)
R 222 of 639 ~ 34.74%
G 230 of 639 ~ 35.99%
B 187 of 639 ~ 29.26%

%34.74
%35.99
%29.26

CMYK color model

#DEE6BB color CMYK value is (3,0,19,10).

  • cyan value is 3.48%
  • magenta value is 0.00%
  • yellow value is 18.70%
  • key color value is 9.80%
CMYK:
(3,0,19,10)
C3M0Y19K10 
(3%,0%,19%,10%)
(0.03/0.00/0.19/0.10)	

CMYK percentages

%3.48
%0
%18.7
%9.8

Codes

Color #DEE6BB in popluar color models

DEE6BB
RGB222230187
HSL71°46.24%81.76%
HSB/HSV71°18.70%90.20%
CMYK3.48%0.00%18.70%
9.80%

Color #DEE6BB in popluar number systems.

HEXDEE6BB
Decimal222230187
Binary110111101110011010111011
Octal336346273

Shades and tints

Shades of #DEE6BB

#DEE6BB
(222,230,187)
#CAD2AA
(202,210,170)
#B6BE99
(182,190,153)
#A2AA88
(162,170,136)
#8E9677
(142,150,119)
#7A8266
(122,130,102)
#666E55
(102,110,85)
#525A44
(82,90,68)
#3E4633
(62,70,51)
#2A3222
(42,50,34)
#161E11
(22,30,17)
#000000
(0,0,0)

Tints of #DEE6BB

#DEE6BB
(222,230,187)
#E1E8C1
(225,232,193)
#E4EAC7
(228,234,199)
#E7ECCD
(231,236,205)
#EAEED3
(234,238,211)
#EDF0D9
(237,240,217)
#F0F2DF
(240,242,223)
#F3F4E5
(243,244,229)
#F6F6EB
(246,246,235)
#F9F8F1
(249,248,241)
#FCFAF7
(252,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE6BB; }

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

This text font color is #DEE6BB.


Background Color

.myBgColor { background-color: #DEE6BB; }

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

This div background color is #DEE6BB.


Border color

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

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

This div border color is #DEE6BB.


Opacity

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

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

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

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

This text has shadow with #DEE6BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE6BB on black background.


Color preview on white background

This text has color #DEE6BB on white background.



Black color preview on #DEE6BB background

This text has black color on #DEE6BB background.


White color preview on #DEE6BB background

This text has white color on #DEE6BB background.