COLOR #EEE6DE

HEX: #EEE6DE
RGB: (238,230,222)

Color info

#EEE6DE contains red, green and blue colors in about the same proportion. Web safe color of #EEE6DE is #FFCCCC (or #FCC).

RGB color model

#EEE6DE color RGB value is (238,230,222).

  • red value is 238;
  • green value is 230;
  • blue value is 222.
RGB:
(238,230,222)
(93%,90%,87%)

RGB channels and saturation

R 238 of 255 = 93%
G 230 of 255 = 90%
B 222 of 255 = 87%

238
230
222

R + G + B ~ 90%. #EEE6DE is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 230 + 222 = 690 (100%)
R 238 of 690 ~ 34.49%
G 230 of 690 ~ 33.33%
B 222 of 690 ~ 32.17%

%34.49
%33.33
%32.17

CMYK color model

#EEE6DE color CMYK value is (0,3,7,7).

  • cyan value is 0.00%
  • magenta value is 3.36%
  • yellow value is 6.72%
  • key color value is 6.67%
CMYK:
(0,3,7,7)
C0M3Y7K7 
(0%,3%,7%,7%)
(0.00/0.03/0.07/0.07)	

CMYK percentages

%0
%3.36
%6.72
%6.67

Codes

Color #EEE6DE in popluar color models

EEE6DE
RGB238230222
HSL30°32.00%90.20%
HSB/HSV30°6.72%93.33%
CMYK0.00%3.36%6.72%
6.67%

Color #EEE6DE in popluar number systems.

HEXEEE6DE
Decimal238230222
Binary111011101110011011011110
Octal356346336

Shades and tints

Shades of #EEE6DE

#EEE6DE
(238,230,222)
#D9D2CA
(217,210,202)
#C4BEB6
(196,190,182)
#AFAAA2
(175,170,162)
#9A968E
(154,150,142)
#85827A
(133,130,122)
#706E66
(112,110,102)
#5B5A52
(91,90,82)
#46463E
(70,70,62)
#31322A
(49,50,42)
#1C1E16
(28,30,22)
#000000
(0,0,0)

Tints of #EEE6DE

#EEE6DE
(238,230,222)
#EFE8E1
(239,232,225)
#F0EAE4
(240,234,228)
#F1ECE7
(241,236,231)
#F2EEEA
(242,238,234)
#F3F0ED
(243,240,237)
#F4F2F0
(244,242,240)
#F5F4F3
(245,244,243)
#F6F6F6
(246,246,246)
#F7F8F9
(247,248,249)
#F8FAFC
(248,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEE6DE color. Also use rgb(238,230,222) instead hex code.

Text Font Color

.myTextColor { color: #EEE6DE; }

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

This text font color is #EEE6DE.


Background Color

.myBgColor { background-color: #EEE6DE; }

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

This div background color is #EEE6DE.


Border color

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

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

This div border color is #EEE6DE.


Opacity

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

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

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

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

This text has shadow with #EEE6DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE6DE on black background.


Color preview on white background

This text has color #EEE6DE on white background.



Black color preview on #EEE6DE background

This text has black color on #EEE6DE background.


White color preview on #EEE6DE background

This text has white color on #EEE6DE background.