COLOR #DEE7C5

HEX: #DEE7C5
RGB: (222,231,197)

Color info

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

RGB color model

#DEE7C5 color RGB value is (222,231,197).

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

RGB channels and saturation

R 222 of 255 = 87%
G 231 of 255 = 91%
B 197 of 255 = 77%

222
231
197

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

Portions of RGB colors in percentages

R + G + B =
222 + 231 + 197 = 650 (100%)
R 222 of 650 ~ 34.15%
G 231 of 650 ~ 35.54%
B 197 of 650 ~ 30.31%

%34.15
%35.54
%30.31

CMYK color model

#DEE7C5 color CMYK value is (4,0,15,9).

  • cyan value is 3.90%
  • magenta value is 0.00%
  • yellow value is 14.72%
  • key color value is 9.41%
CMYK:
(4,0,15,9)
C4M0Y15K9 
(4%,0%,15%,9%)
(0.04/0.00/0.15/0.09)	

CMYK percentages

%3.9
%0
%14.72
%9.41

Codes

Color #DEE7C5 in popluar color models

DEE7C5
RGB222231197
HSL76°41.46%83.92%
HSB/HSV76°14.72%90.59%
CMYK3.90%0.00%14.72%
9.41%

Color #DEE7C5 in popluar number systems.

HEXDEE7C5
Decimal222231197
Binary110111101110011111000101
Octal336347305

Shades and tints

Shades of #DEE7C5

#DEE7C5
(222,231,197)
#CAD2B4
(202,210,180)
#B6BDA3
(182,189,163)
#A2A892
(162,168,146)
#8E9381
(142,147,129)
#7A7E70
(122,126,112)
#66695F
(102,105,95)
#52544E
(82,84,78)
#3E3F3D
(62,63,61)
#2A2A2C
(42,42,44)
#16151B
(22,21,27)
#000000
(0,0,0)

Tints of #DEE7C5

#DEE7C5
(222,231,197)
#E1E9CA
(225,233,202)
#E4EBCF
(228,235,207)
#E7EDD4
(231,237,212)
#EAEFD9
(234,239,217)
#EDF1DE
(237,241,222)
#F0F3E3
(240,243,227)
#F3F5E8
(243,245,232)
#F6F7ED
(246,247,237)
#F9F9F2
(249,249,242)
#FCFBF7
(252,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE7C5; }

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

This text font color is #DEE7C5.


Background Color

.myBgColor { background-color: #DEE7C5; }

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

This div background color is #DEE7C5.


Border color

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

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

This div border color is #DEE7C5.


Opacity

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

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

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

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

This text has shadow with #DEE7C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE7C5 on black background.


Color preview on white background

This text has color #DEE7C5 on white background.



Black color preview on #DEE7C5 background

This text has black color on #DEE7C5 background.


White color preview on #DEE7C5 background

This text has white color on #DEE7C5 background.