COLOR #EEE3F5

HEX: #EEE3F5
RGB: (238,227,245)

Color info

#EEE3F5 contains red, green and blue colors in about the same proportion. Web safe color of #EEE3F5 is #FFCCFF (or #FCF).

RGB color model

#EEE3F5 color RGB value is (238,227,245).

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

RGB channels and saturation

R 238 of 255 = 93%
G 227 of 255 = 89%
B 245 of 255 = 96%

238
227
245

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

Portions of RGB colors in percentages

R + G + B =
238 + 227 + 245 = 710 (100%)
R 238 of 710 ~ 33.52%
G 227 of 710 ~ 31.97%
B 245 of 710 ~ 34.51%

%33.52
%31.97
%34.51

CMYK color model

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

  • cyan value is 2.86%
  • magenta value is 7.35%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(3,7,0,4)
C3M7Y0K4 
(3%,7%,0%,4%)
(0.03/0.07/0.00/0.04)	

CMYK percentages

%2.86
%7.35
%0
%3.92

Codes

Color #EEE3F5 in popluar color models

EEE3F5
RGB238227245
HSL277°47.37%92.55%
HSB/HSV277°7.35%96.08%
CMYK2.86%7.35%0.00%
3.92%

Color #EEE3F5 in popluar number systems.

HEXEEE3F5
Decimal238227245
Binary111011101110001111110101
Octal356343365

Shades and tints

Shades of #EEE3F5

#EEE3F5
(238,227,245)
#D9CFDF
(217,207,223)
#C4BBC9
(196,187,201)
#AFA7B3
(175,167,179)
#9A939D
(154,147,157)
#857F87
(133,127,135)
#706B71
(112,107,113)
#5B575B
(91,87,91)
#464345
(70,67,69)
#312F2F
(49,47,47)
#1C1B19
(28,27,25)
#000000
(0,0,0)

Tints of #EEE3F5

#EEE3F5
(238,227,245)
#EFE5F5
(239,229,245)
#F0E7F5
(240,231,245)
#F1E9F5
(241,233,245)
#F2EBF5
(242,235,245)
#F3EDF5
(243,237,245)
#F4EFF5
(244,239,245)
#F5F1F5
(245,241,245)
#F6F3F5
(246,243,245)
#F7F5F5
(247,245,245)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE3F5; }

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

This text font color is #EEE3F5.


Background Color

.myBgColor { background-color: #EEE3F5; }

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

This div background color is #EEE3F5.


Border color

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

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

This div border color is #EEE3F5.


Opacity

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

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

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

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

This text has shadow with #EEE3F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE3F5 on black background.


Color preview on white background

This text has color #EEE3F5 on white background.



Black color preview on #EEE3F5 background

This text has black color on #EEE3F5 background.


White color preview on #EEE3F5 background

This text has white color on #EEE3F5 background.