COLOR #DEE3C5

HEX: #DEE3C5
RGB: (222,227,197)

Color info

#DEE3C5 contains red, green and blue colors in about the same proportion. Web safe color of #DEE3C5 is #CCCCCC (or #CCC).

RGB color model

#DEE3C5 color RGB value is (222,227,197).

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

RGB channels and saturation

R 222 of 255 = 87%
G 227 of 255 = 89%
B 197 of 255 = 77%

222
227
197

R + G + B ~ 84%. #DEE3C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 227 + 197 = 646 (100%)
R 222 of 646 ~ 34.37%
G 227 of 646 ~ 35.14%
B 197 of 646 ~ 30.5%

%34.37
%35.14
%30.5

CMYK color model

#DEE3C5 color CMYK value is (2,0,13,11).

  • cyan value is 2.20%
  • magenta value is 0.00%
  • yellow value is 13.22%
  • key color value is 10.98%
CMYK:
(2,0,13,11)
C2M0Y13K11 
(2%,0%,13%,11%)
(0.02/0.00/0.13/0.11)	

CMYK percentages

%2.2
%0
%13.22
%10.98

Codes

Color #DEE3C5 in popluar color models

DEE3C5
RGB222227197
HSL70°34.88%83.14%
HSB/HSV70°13.22%89.02%
CMYK2.20%0.00%13.22%
10.98%

Color #DEE3C5 in popluar number systems.

HEXDEE3C5
Decimal222227197
Binary110111101110001111000101
Octal336343305

Shades and tints

Shades of #DEE3C5

#DEE3C5
(222,227,197)
#CACFB4
(202,207,180)
#B6BBA3
(182,187,163)
#A2A792
(162,167,146)
#8E9381
(142,147,129)
#7A7F70
(122,127,112)
#666B5F
(102,107,95)
#52574E
(82,87,78)
#3E433D
(62,67,61)
#2A2F2C
(42,47,44)
#161B1B
(22,27,27)
#000000
(0,0,0)

Tints of #DEE3C5

#DEE3C5
(222,227,197)
#E1E5CA
(225,229,202)
#E4E7CF
(228,231,207)
#E7E9D4
(231,233,212)
#EAEBD9
(234,235,217)
#EDEDDE
(237,237,222)
#F0EFE3
(240,239,227)
#F3F1E8
(243,241,232)
#F6F3ED
(246,243,237)
#F9F5F2
(249,245,242)
#FCF7F7
(252,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE3C5; }

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

This text font color is #DEE3C5.


Background Color

.myBgColor { background-color: #DEE3C5; }

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

This div background color is #DEE3C5.


Border color

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

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

This div border color is #DEE3C5.


Opacity

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

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

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

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

This text has shadow with #DEE3C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE3C5 on black background.


Color preview on white background

This text has color #DEE3C5 on white background.



Black color preview on #DEE3C5 background

This text has black color on #DEE3C5 background.


White color preview on #DEE3C5 background

This text has white color on #DEE3C5 background.