COLOR #DEE9C1

HEX: #DEE9C1
RGB: (222,233,193)

Color info

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

RGB color model

#DEE9C1 color RGB value is (222,233,193).

  • red value is 222;
  • green value is 233;
  • blue value is 193.
RGB:
(222,233,193)
(87%,91%,76%)

RGB channels and saturation

R 222 of 255 = 87%
G 233 of 255 = 91%
B 193 of 255 = 76%

222
233
193

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

Portions of RGB colors in percentages

R + G + B =
222 + 233 + 193 = 648 (100%)
R 222 of 648 ~ 34.26%
G 233 of 648 ~ 35.96%
B 193 of 648 ~ 29.78%

%34.26
%35.96
%29.78

CMYK color model

#DEE9C1 color CMYK value is (5,0,17,9).

  • cyan value is 4.72%
  • magenta value is 0.00%
  • yellow value is 17.17%
  • key color value is 8.63%
CMYK:
(5,0,17,9)
C5M0Y17K9 
(5%,0%,17%,9%)
(0.05/0.00/0.17/0.09)	

CMYK percentages

%4.72
%0
%17.17
%8.63

Codes

Color #DEE9C1 in popluar color models

DEE9C1
RGB222233193
HSL77°47.62%83.53%
HSB/HSV77°17.17%91.37%
CMYK4.72%0.00%17.17%
8.63%

Color #DEE9C1 in popluar number systems.

HEXDEE9C1
Decimal222233193
Binary110111101110100111000001
Octal336351301

Shades and tints

Shades of #DEE9C1

#DEE9C1
(222,233,193)
#CAD4B0
(202,212,176)
#B6BF9F
(182,191,159)
#A2AA8E
(162,170,142)
#8E957D
(142,149,125)
#7A806C
(122,128,108)
#666B5B
(102,107,91)
#52564A
(82,86,74)
#3E4139
(62,65,57)
#2A2C28
(42,44,40)
#161717
(22,23,23)
#000000
(0,0,0)

Tints of #DEE9C1

#DEE9C1
(222,233,193)
#E1EBC6
(225,235,198)
#E4EDCB
(228,237,203)
#E7EFD0
(231,239,208)
#EAF1D5
(234,241,213)
#EDF3DA
(237,243,218)
#F0F5DF
(240,245,223)
#F3F7E4
(243,247,228)
#F6F9E9
(246,249,233)
#F9FBEE
(249,251,238)
#FCFDF3
(252,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEE9C1 color. Also use rgb(222,233,193) instead hex code.

Text Font Color

.myTextColor { color: #DEE9C1; }

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

This text font color is #DEE9C1.


Background Color

.myBgColor { background-color: #DEE9C1; }

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

This div background color is #DEE9C1.


Border color

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

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

This div border color is #DEE9C1.


Opacity

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

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

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

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

This text has shadow with #DEE9C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE9C1 on black background.


Color preview on white background

This text has color #DEE9C1 on white background.



Black color preview on #DEE9C1 background

This text has black color on #DEE9C1 background.


White color preview on #DEE9C1 background

This text has white color on #DEE9C1 background.