COLOR #DEE5BD

HEX: #DEE5BD
RGB: (222,229,189)

Color info

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

RGB color model

#DEE5BD color RGB value is (222,229,189).

  • red value is 222;
  • green value is 229;
  • blue value is 189.
RGB:
(222,229,189)
(87%,90%,74%)

RGB channels and saturation

R 222 of 255 = 87%
G 229 of 255 = 90%
B 189 of 255 = 74%

222
229
189

R + G + B ~ 84%. #DEE5BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 229 + 189 = 640 (100%)
R 222 of 640 ~ 34.69%
G 229 of 640 ~ 35.78%
B 189 of 640 ~ 29.53%

%34.69
%35.78
%29.53

CMYK color model

#DEE5BD color CMYK value is (3,0,17,10).

  • cyan value is 3.06%
  • magenta value is 0.00%
  • yellow value is 17.47%
  • key color value is 10.20%
CMYK:
(3,0,17,10)
C3M0Y17K10 
(3%,0%,17%,10%)
(0.03/0.00/0.17/0.10)	

CMYK percentages

%3.06
%0
%17.47
%10.2

Codes

Color #DEE5BD in popluar color models

DEE5BD
RGB222229189
HSL71°43.48%81.96%
HSB/HSV71°17.47%89.80%
CMYK3.06%0.00%17.47%
10.20%

Color #DEE5BD in popluar number systems.

HEXDEE5BD
Decimal222229189
Binary110111101110010110111101
Octal336345275

Shades and tints

Shades of #DEE5BD

#DEE5BD
(222,229,189)
#CAD1AC
(202,209,172)
#B6BD9B
(182,189,155)
#A2A98A
(162,169,138)
#8E9579
(142,149,121)
#7A8168
(122,129,104)
#666D57
(102,109,87)
#525946
(82,89,70)
#3E4535
(62,69,53)
#2A3124
(42,49,36)
#161D13
(22,29,19)
#000000
(0,0,0)

Tints of #DEE5BD

#DEE5BD
(222,229,189)
#E1E7C3
(225,231,195)
#E4E9C9
(228,233,201)
#E7EBCF
(231,235,207)
#EAEDD5
(234,237,213)
#EDEFDB
(237,239,219)
#F0F1E1
(240,241,225)
#F3F3E7
(243,243,231)
#F6F5ED
(246,245,237)
#F9F7F3
(249,247,243)
#FCF9F9
(252,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEE5BD color. Also use rgb(222,229,189) instead hex code.

Text Font Color

.myTextColor { color: #DEE5BD; }

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

This text font color is #DEE5BD.


Background Color

.myBgColor { background-color: #DEE5BD; }

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

This div background color is #DEE5BD.


Border color

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

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

This div border color is #DEE5BD.


Opacity

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

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

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

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

This text has shadow with #DEE5BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE5BD on black background.


Color preview on white background

This text has color #DEE5BD on white background.



Black color preview on #DEE5BD background

This text has black color on #DEE5BD background.


White color preview on #DEE5BD background

This text has white color on #DEE5BD background.