COLOR #DEE3C3

HEX: #DEE3C3
RGB: (222,227,195)

Color info

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

RGB color model

#DEE3C3 color RGB value is (222,227,195).

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

RGB channels and saturation

R 222 of 255 = 87%
G 227 of 255 = 89%
B 195 of 255 = 76%

222
227
195

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

Portions of RGB colors in percentages

R + G + B =
222 + 227 + 195 = 644 (100%)
R 222 of 644 ~ 34.47%
G 227 of 644 ~ 35.25%
B 195 of 644 ~ 30.28%

%34.47
%35.25
%30.28

CMYK color model

#DEE3C3 color CMYK value is (2,0,14,11).

  • cyan value is 2.20%
  • magenta value is 0.00%
  • yellow value is 14.10%
  • key color value is 10.98%
CMYK:
(2,0,14,11)
C2M0Y14K11 
(2%,0%,14%,11%)
(0.02/0.00/0.14/0.11)	

CMYK percentages

%2.2
%0
%14.1
%10.98

Codes

Color #DEE3C3 in popluar color models

DEE3C3
RGB222227195
HSL69°36.36%82.75%
HSB/HSV69°14.10%89.02%
CMYK2.20%0.00%14.10%
10.98%

Color #DEE3C3 in popluar number systems.

HEXDEE3C3
Decimal222227195
Binary110111101110001111000011
Octal336343303

Shades and tints

Shades of #DEE3C3

#DEE3C3
(222,227,195)
#CACFB2
(202,207,178)
#B6BBA1
(182,187,161)
#A2A790
(162,167,144)
#8E937F
(142,147,127)
#7A7F6E
(122,127,110)
#666B5D
(102,107,93)
#52574C
(82,87,76)
#3E433B
(62,67,59)
#2A2F2A
(42,47,42)
#161B19
(22,27,25)
#000000
(0,0,0)

Tints of #DEE3C3

#DEE3C3
(222,227,195)
#E1E5C8
(225,229,200)
#E4E7CD
(228,231,205)
#E7E9D2
(231,233,210)
#EAEBD7
(234,235,215)
#EDEDDC
(237,237,220)
#F0EFE1
(240,239,225)
#F3F1E6
(243,241,230)
#F6F3EB
(246,243,235)
#F9F5F0
(249,245,240)
#FCF7F5
(252,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEE3C3; }

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

This text font color is #DEE3C3.


Background Color

.myBgColor { background-color: #DEE3C3; }

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

This div background color is #DEE3C3.


Border color

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

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

This div border color is #DEE3C3.


Opacity

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

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

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

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

This text has shadow with #DEE3C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEE3C3 on black background.


Color preview on white background

This text has color #DEE3C3 on white background.



Black color preview on #DEE3C3 background

This text has black color on #DEE3C3 background.


White color preview on #DEE3C3 background

This text has white color on #DEE3C3 background.