COLOR #EEE9F5

HEX: #EEE9F5
RGB: (238,233,245)

Color info

#EEE9F5 contains red, green and blue colors in about the same proportion. Web safe color of #EEE9F5 is #FFFFFF (or #FFF).

RGB color model

#EEE9F5 color RGB value is (238,233,245).

  • red value is 238;
  • green value is 233;
  • blue value is 245.
RGB:
(238,233,245)
(93%,91%,96%)

RGB channels and saturation

R 238 of 255 = 93%
G 233 of 255 = 91%
B 245 of 255 = 96%

238
233
245

R + G + B ~ 93%. #EEE9F5 is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 233 + 245 = 716 (100%)
R 238 of 716 ~ 33.24%
G 233 of 716 ~ 32.54%
B 245 of 716 ~ 34.22%

%33.24
%32.54
%34.22

CMYK color model

#EEE9F5 color CMYK value is (3,5,0,4).

  • cyan value is 2.86%
  • magenta value is 4.90%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(3,5,0,4)
C3M5Y0K4 
(3%,5%,0%,4%)
(0.03/0.05/0.00/0.04)	

CMYK percentages

%2.86
%4.9
%0
%3.92

Codes

Color #EEE9F5 in popluar color models

EEE9F5
RGB238233245
HSL265°37.50%93.73%
HSB/HSV265°4.90%96.08%
CMYK2.86%4.90%0.00%
3.92%

Color #EEE9F5 in popluar number systems.

HEXEEE9F5
Decimal238233245
Binary111011101110100111110101
Octal356351365

Shades and tints

Shades of #EEE9F5

#EEE9F5
(238,233,245)
#D9D4DF
(217,212,223)
#C4BFC9
(196,191,201)
#AFAAB3
(175,170,179)
#9A959D
(154,149,157)
#858087
(133,128,135)
#706B71
(112,107,113)
#5B565B
(91,86,91)
#464145
(70,65,69)
#312C2F
(49,44,47)
#1C1719
(28,23,25)
#000000
(0,0,0)

Tints of #EEE9F5

#EEE9F5
(238,233,245)
#EFEBF5
(239,235,245)
#F0EDF5
(240,237,245)
#F1EFF5
(241,239,245)
#F2F1F5
(242,241,245)
#F3F3F5
(243,243,245)
#F4F5F5
(244,245,245)
#F5F7F5
(245,247,245)
#F6F9F5
(246,249,245)
#F7FBF5
(247,251,245)
#F8FDF5
(248,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEE9F5 color. Also use rgb(238,233,245) instead hex code.

Text Font Color

.myTextColor { color: #EEE9F5; }

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

This text font color is #EEE9F5.


Background Color

.myBgColor { background-color: #EEE9F5; }

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

This div background color is #EEE9F5.


Border color

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

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

This div border color is #EEE9F5.


Opacity

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

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

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

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

This text has shadow with #EEE9F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE9F5 on black background.


Color preview on white background

This text has color #EEE9F5 on white background.



Black color preview on #EEE9F5 background

This text has black color on #EEE9F5 background.


White color preview on #EEE9F5 background

This text has white color on #EEE9F5 background.