COLOR #EEE8FB

HEX: #EEE8FB
RGB: (238,232,251)

Color info

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

RGB color model

#EEE8FB color RGB value is (238,232,251).

  • red value is 238;
  • green value is 232;
  • blue value is 251.
RGB:
(238,232,251)
(93%,91%,98%)

RGB channels and saturation

R 238 of 255 = 93%
G 232 of 255 = 91%
B 251 of 255 = 98%

238
232
251

R + G + B ~ 94%. #EEE8FB is light color.

Portions of RGB colors in percentages

R + G + B =
238 + 232 + 251 = 721 (100%)
R 238 of 721 ~ 33.01%
G 232 of 721 ~ 32.18%
B 251 of 721 ~ 34.81%

%33.01
%32.18
%34.81

CMYK color model

#EEE8FB color CMYK value is (5,8,0,2).

  • cyan value is 5.18%
  • magenta value is 7.57%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(5,8,0,2)
C5M8Y0K2 
(5%,8%,0%,2%)
(0.05/0.08/0.00/0.02)	

CMYK percentages

%5.18
%7.57
%0
%1.57

Codes

Color #EEE8FB in popluar color models

EEE8FB
RGB238232251
HSL259°70.37%94.71%
HSB/HSV259°7.57%98.43%
CMYK5.18%7.57%0.00%
1.57%

Color #EEE8FB in popluar number systems.

HEXEEE8FB
Decimal238232251
Binary111011101110100011111011
Octal356350373

Shades and tints

Shades of #EEE8FB

#EEE8FB
(238,232,251)
#D9D3E5
(217,211,229)
#C4BECF
(196,190,207)
#AFA9B9
(175,169,185)
#9A94A3
(154,148,163)
#857F8D
(133,127,141)
#706A77
(112,106,119)
#5B5561
(91,85,97)
#46404B
(70,64,75)
#312B35
(49,43,53)
#1C161F
(28,22,31)
#000000
(0,0,0)

Tints of #EEE8FB

#EEE8FB
(238,232,251)
#EFEAFB
(239,234,251)
#F0ECFB
(240,236,251)
#F1EEFB
(241,238,251)
#F2F0FB
(242,240,251)
#F3F2FB
(243,242,251)
#F4F4FB
(244,244,251)
#F5F6FB
(245,246,251)
#F6F8FB
(246,248,251)
#F7FAFB
(247,250,251)
#F8FCFB
(248,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEE8FB color. Also use rgb(238,232,251) instead hex code.

Text Font Color

.myTextColor { color: #EEE8FB; }

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

This text font color is #EEE8FB.


Background Color

.myBgColor { background-color: #EEE8FB; }

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

This div background color is #EEE8FB.


Border color

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

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

This div border color is #EEE8FB.


Opacity

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

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

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

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

This text has shadow with #EEE8FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE8FB on black background.


Color preview on white background

This text has color #EEE8FB on white background.



Black color preview on #EEE8FB background

This text has black color on #EEE8FB background.


White color preview on #EEE8FB background

This text has white color on #EEE8FB background.