COLOR #DEE7C6

HEX: #DEE7C6
RGB: (222,231,198)

Color info

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

RGB color model

#DEE7C6 color RGB value is (222,231,198).

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

RGB channels and saturation

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

222
231
198

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

Portions of RGB colors in percentages

R + G + B =
222 + 231 + 198 = 651 (100%)
R 222 of 651 ~ 34.1%
G 231 of 651 ~ 35.48%
B 198 of 651 ~ 30.41%

%34.1
%35.48
%30.41

CMYK color model

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

  • cyan value is 3.90%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • 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
%14.29
%9.41

Codes

Color #DEE7C6 in popluar color models

DEE7C6
RGB222231198
HSL76°40.74%84.12%
HSB/HSV76°14.29%90.59%
CMYK3.90%0.00%14.29%
9.41%

Color #DEE7C6 in popluar number systems.

HEXDEE7C6
Decimal222231198
Binary110111101110011111000110
Octal336347306

Shades and tints

Shades of #DEE7C6

#DEE7C6
(222,231,198)
#CAD2B4
(202,210,180)
#B6BDA2
(182,189,162)
#A2A890
(162,168,144)
#8E937E
(142,147,126)
#7A7E6C
(122,126,108)
#66695A
(102,105,90)
#525448
(82,84,72)
#3E3F36
(62,63,54)
#2A2A24
(42,42,36)
#161512
(22,21,18)
#000000
(0,0,0)

Tints of #DEE7C6

#DEE7C6
(222,231,198)
#E1E9CB
(225,233,203)
#E4EBD0
(228,235,208)
#E7EDD5
(231,237,213)
#EAEFDA
(234,239,218)
#EDF1DF
(237,241,223)
#F0F3E4
(240,243,228)
#F3F5E9
(243,245,233)
#F6F7EE
(246,247,238)
#F9F9F3
(249,249,243)
#FCFBF8
(252,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE7C6; }

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

This text font color is #DEE7C6.


Background Color

.myBgColor { background-color: #DEE7C6; }

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

This div background color is #DEE7C6.


Border color

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

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

This div border color is #DEE7C6.


Opacity

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

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

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

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

This text has shadow with #DEE7C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE7C6 on black background.


Color preview on white background

This text has color #DEE7C6 on white background.



Black color preview on #DEE7C6 background

This text has black color on #DEE7C6 background.


White color preview on #DEE7C6 background

This text has white color on #DEE7C6 background.