COLOR #DEE7C7

HEX: #DEE7C7
RGB: (222,231,199)

Color info

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

RGB color model

#DEE7C7 color RGB value is (222,231,199).

  • red value is 222;
  • green value is 231;
  • blue value is 199.
RGB:
(222,231,199)
(87%,91%,78%)

RGB channels and saturation

R 222 of 255 = 87%
G 231 of 255 = 91%
B 199 of 255 = 78%

222
231
199

R + G + B ~ 85%. #DEE7C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 231 + 199 = 652 (100%)
R 222 of 652 ~ 34.05%
G 231 of 652 ~ 35.43%
B 199 of 652 ~ 30.52%

%34.05
%35.43
%30.52

CMYK color model

#DEE7C7 color CMYK value is (4,0,14,9).

  • cyan value is 3.90%
  • magenta value is 0.00%
  • yellow value is 13.85%
  • key color value is 9.41%
CMYK:
(4,0,14,9)
C4M0Y14K9 
(4%,0%,14%,9%)
(0.04/0.00/0.14/0.09)	

CMYK percentages

%3.9
%0
%13.85
%9.41

Codes

Color #DEE7C7 in popluar color models

DEE7C7
RGB222231199
HSL77°40.00%84.31%
HSB/HSV77°13.85%90.59%
CMYK3.90%0.00%13.85%
9.41%

Color #DEE7C7 in popluar number systems.

HEXDEE7C7
Decimal222231199
Binary110111101110011111000111
Octal336347307

Shades and tints

Shades of #DEE7C7

#DEE7C7
(222,231,199)
#CAD2B5
(202,210,181)
#B6BDA3
(182,189,163)
#A2A891
(162,168,145)
#8E937F
(142,147,127)
#7A7E6D
(122,126,109)
#66695B
(102,105,91)
#525449
(82,84,73)
#3E3F37
(62,63,55)
#2A2A25
(42,42,37)
#161513
(22,21,19)
#000000
(0,0,0)

Tints of #DEE7C7

#DEE7C7
(222,231,199)
#E1E9CC
(225,233,204)
#E4EBD1
(228,235,209)
#E7EDD6
(231,237,214)
#EAEFDB
(234,239,219)
#EDF1E0
(237,241,224)
#F0F3E5
(240,243,229)
#F3F5EA
(243,245,234)
#F6F7EF
(246,247,239)
#F9F9F4
(249,249,244)
#FCFBF9
(252,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE7C7; }

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

This text font color is #DEE7C7.


Background Color

.myBgColor { background-color: #DEE7C7; }

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

This div background color is #DEE7C7.


Border color

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

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

This div border color is #DEE7C7.


Opacity

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

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

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

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

This text has shadow with #DEE7C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE7C7 on black background.


Color preview on white background

This text has color #DEE7C7 on white background.



Black color preview on #DEE7C7 background

This text has black color on #DEE7C7 background.


White color preview on #DEE7C7 background

This text has white color on #DEE7C7 background.