COLOR #DEE7BC

HEX: #DEE7BC RGB: (222,231,188)

Color info

#DEE7BC contains red, green and blue colors in about the same proportion. Web safe color of #DEE7BC is #CCFFCC (or #CFC).

RGB color model

#DEE7BC color RGB value is (222,231,188).

RGB: (222,231,188) (87%, 91%, 74%)

RGB channels and saturation

R 222 of 255 = 87%
G 231 of 255 = 91%
B 188 of 255 = 74%

222
231
188

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

Portions of RGB colors in percentages

R + G + B = 222 + 231 + 188 = 641 (100%)
R 222 of 641 ~ 34.63%
G 231 of 641 ~ 36.04%
B 188 of 641 ~ 29.33'%

%34.63
%36.04
%29.33

CMYK color model

#DEE7BC color CMYK value is (4,0,19,9).

  • cyan value is 3.90%
  • magenta value is 0.00%
  • yellow value is 18.61%
  • key color value is 9.41%

CMYK: (4,0,19,9)
C4M0Y19K9 (4%, 0%, 19%, 9%)
(0.04 / 0.00 / 0.19 / 0.09)

CMYK percentages

%3.9
%0
%18.61
%9.41

Codes

Color #DEE7BC in popluar color models

DE E7 BC
RGB 222 231 188
HSL 73° 47.25% 82.16%
HSB/HSV 73° 18.61% 90.59%
CMYK 3.90% 0.00% 18.61%
9.41%

Color #DEE7BC in popluar number systems.

HEX DE E7 BC
Decimal 222 231 188
Binary 11011110 11100111 10111100
Octal 336 347 274

Shades and tints

Shades of #DEE7BC

#DEE7BC
(222,231,188)
#CAD2AB
(202,210,171)
#B6BD9A
(182,189,154)
#A2A889
(162,168,137)
#8E9378
(142,147,120)
#7A7E67
(122,126,103)
#666956
(102,105,86)
#525445
(82,84,69)
#3E3F34
(62,63,52)
#2A2A23
(42,42,35)
#161512
(22,21,18)
#000000
(0,0,0)

Tints of #DEE7BC

#DEE7BC
(222,231,188)
#E1E9C2
(225,233,194)
#E4EBC8
(228,235,200)
#E7EDCE
(231,237,206)
#EAEFD4
(234,239,212)
#EDF1DA
(237,241,218)
#F0F3E0
(240,243,224)
#F3F5E6
(243,245,230)
#F6F7EC
(246,247,236)
#F9F9F2
(249,249,242)
#FCFBF8
(252,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE7BC; }

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

This text font color is #DEE7BC.

Background Color

.myBgColor { background-color: #DEE7BC; }

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

This div background color is #DEE7BC.

Border color

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

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

This div border color is #DEE7BC.

Opacity

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

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

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

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

This text has shadow with #DEE7BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEE7BC.

Preview

Color preview on black background

This text has color #DEE7BC on black background.


Color preview on white background

This text has color #DEE7BC on white background.


Black color preview on #DEE7BC background

This text has black color on #DEE7BC background.


White color preview on #DEE7BC background

This text has white color on #DEE7BC background.


Related colors

Complementary color

Complementary color for #hex is #211843.


I love getcolorcode.com

Triadic colors

1 #BCDEE7 and #E7BCDE with #DEE7BC are triadic colors.

2 #BCE7DE and #E7DEBC with #DEE7BC are triadic colors.