COLOR #DEE7CC

HEX: #DEE7CC
RGB: (222,231,204)

Color info

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

RGB color model

#DEE7CC color RGB value is (222,231,204).

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

RGB channels and saturation

R 222 of 255 = 87%
G 231 of 255 = 91%
B 204 of 255 = 80%

222
231
204

R + G + B ~ 86%. #DEE7CC is light color.

Portions of RGB colors in percentages

R + G + B =
222 + 231 + 204 = 657 (100%)
R 222 of 657 ~ 33.79%
G 231 of 657 ~ 35.16%
B 204 of 657 ~ 31.05%

%33.79
%35.16
%31.05

CMYK color model

#DEE7CC color CMYK value is (4,0,12,9).

  • cyan value is 3.90%
  • magenta value is 0.00%
  • yellow value is 11.69%
  • key color value is 9.41%
CMYK:
(4,0,12,9)
C4M0Y12K9 
(4%,0%,12%,9%)
(0.04/0.00/0.12/0.09)	

CMYK percentages

%3.9
%0
%11.69
%9.41

Codes

Color #DEE7CC in popluar color models

DEE7CC
RGB222231204
HSL80°36.00%85.29%
HSB/HSV80°11.69%90.59%
CMYK3.90%0.00%11.69%
9.41%

Color #DEE7CC in popluar number systems.

HEXDEE7CC
Decimal222231204
Binary110111101110011111001100
Octal336347314

Shades and tints

Shades of #DEE7CC

#DEE7CC
(222,231,204)
#CAD2BA
(202,210,186)
#B6BDA8
(182,189,168)
#A2A896
(162,168,150)
#8E9384
(142,147,132)
#7A7E72
(122,126,114)
#666960
(102,105,96)
#52544E
(82,84,78)
#3E3F3C
(62,63,60)
#2A2A2A
(42,42,42)
#161518
(22,21,24)
#000000
(0,0,0)

Tints of #DEE7CC

#DEE7CC
(222,231,204)
#E1E9D0
(225,233,208)
#E4EBD4
(228,235,212)
#E7EDD8
(231,237,216)
#EAEFDC
(234,239,220)
#EDF1E0
(237,241,224)
#F0F3E4
(240,243,228)
#F3F5E8
(243,245,232)
#F6F7EC
(246,247,236)
#F9F9F0
(249,249,240)
#FCFBF4
(252,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE7CC; }

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

This text font color is #DEE7CC.


Background Color

.myBgColor { background-color: #DEE7CC; }

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

This div background color is #DEE7CC.


Border color

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

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

This div border color is #DEE7CC.


Opacity

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

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

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

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

This text has shadow with #DEE7CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE7CC on black background.


Color preview on white background

This text has color #DEE7CC on white background.



Black color preview on #DEE7CC background

This text has black color on #DEE7CC background.


White color preview on #DEE7CC background

This text has white color on #DEE7CC background.