COLOR #EEE0E3

HEX: #EEE0E3
RGB: (238,224,227)

Color info

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

RGB color model

#EEE0E3 color RGB value is (238,224,227).

  • red value is 238;
  • green value is 224;
  • blue value is 227.
RGB:
(238,224,227)
(93%,88%,89%)

RGB channels and saturation

R 238 of 255 = 93%
G 224 of 255 = 88%
B 227 of 255 = 89%

238
224
227

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

Portions of RGB colors in percentages

R + G + B =
238 + 224 + 227 = 689 (100%)
R 238 of 689 ~ 34.54%
G 224 of 689 ~ 32.51%
B 227 of 689 ~ 32.95%

%34.54
%32.51
%32.95

CMYK color model

#EEE0E3 color CMYK value is (0,6,5,7).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 4.62%
  • key color value is 6.67%
CMYK:
(0,6,5,7)
C0M6Y5K7 
(0%,6%,5%,7%)
(0.00/0.06/0.05/0.07)	

CMYK percentages

%0
%5.88
%4.62
%6.67

Codes

Color #EEE0E3 in popluar color models

EEE0E3
RGB238224227
HSL347°29.17%90.59%
HSB/HSV347°5.88%93.33%
CMYK0.00%5.88%4.62%
6.67%

Color #EEE0E3 in popluar number systems.

HEXEEE0E3
Decimal238224227
Binary111011101110000011100011
Octal356340343

Shades and tints

Shades of #EEE0E3

#EEE0E3
(238,224,227)
#D9CCCF
(217,204,207)
#C4B8BB
(196,184,187)
#AFA4A7
(175,164,167)
#9A9093
(154,144,147)
#857C7F
(133,124,127)
#70686B
(112,104,107)
#5B5457
(91,84,87)
#464043
(70,64,67)
#312C2F
(49,44,47)
#1C181B
(28,24,27)
#000000
(0,0,0)

Tints of #EEE0E3

#EEE0E3
(238,224,227)
#EFE2E5
(239,226,229)
#F0E4E7
(240,228,231)
#F1E6E9
(241,230,233)
#F2E8EB
(242,232,235)
#F3EAED
(243,234,237)
#F4ECEF
(244,236,239)
#F5EEF1
(245,238,241)
#F6F0F3
(246,240,243)
#F7F2F5
(247,242,245)
#F8F4F7
(248,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEE0E3 color. Also use rgb(238,224,227) instead hex code.

Text Font Color

.myTextColor { color: #EEE0E3; }

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

This text font color is #EEE0E3.


Background Color

.myBgColor { background-color: #EEE0E3; }

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

This div background color is #EEE0E3.


Border color

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

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

This div border color is #EEE0E3.


Opacity

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

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

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

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

This text has shadow with #EEE0E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE0E3 on black background.


Color preview on white background

This text has color #EEE0E3 on white background.



Black color preview on #EEE0E3 background

This text has black color on #EEE0E3 background.


White color preview on #EEE0E3 background

This text has white color on #EEE0E3 background.