COLOR #EEE6FB

HEX: #EEE6FB
RGB: (238,230,251)

Color info

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

RGB color model

#EEE6FB color RGB value is (238,230,251).

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

RGB channels and saturation

R 238 of 255 = 93%
G 230 of 255 = 90%
B 251 of 255 = 98%

238
230
251

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

Portions of RGB colors in percentages

R + G + B =
238 + 230 + 251 = 719 (100%)
R 238 of 719 ~ 33.1%
G 230 of 719 ~ 31.99%
B 251 of 719 ~ 34.91%

%33.1
%31.99
%34.91

CMYK color model

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

  • cyan value is 5.18%
  • magenta value is 8.37%
  • 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
%8.37
%0
%1.57

Codes

Color #EEE6FB in popluar color models

EEE6FB
RGB238230251
HSL263°72.41%94.31%
HSB/HSV263°8.37%98.43%
CMYK5.18%8.37%0.00%
1.57%

Color #EEE6FB in popluar number systems.

HEXEEE6FB
Decimal238230251
Binary111011101110011011111011
Octal356346373

Shades and tints

Shades of #EEE6FB

#EEE6FB
(238,230,251)
#D9D2E5
(217,210,229)
#C4BECF
(196,190,207)
#AFAAB9
(175,170,185)
#9A96A3
(154,150,163)
#85828D
(133,130,141)
#706E77
(112,110,119)
#5B5A61
(91,90,97)
#46464B
(70,70,75)
#313235
(49,50,53)
#1C1E1F
(28,30,31)
#000000
(0,0,0)

Tints of #EEE6FB

#EEE6FB
(238,230,251)
#EFE8FB
(239,232,251)
#F0EAFB
(240,234,251)
#F1ECFB
(241,236,251)
#F2EEFB
(242,238,251)
#F3F0FB
(243,240,251)
#F4F2FB
(244,242,251)
#F5F4FB
(245,244,251)
#F6F6FB
(246,246,251)
#F7F8FB
(247,248,251)
#F8FAFB
(248,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE6FB; }

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

This text font color is #EEE6FB.


Background Color

.myBgColor { background-color: #EEE6FB; }

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

This div background color is #EEE6FB.


Border color

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

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

This div border color is #EEE6FB.


Opacity

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

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

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

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

This text has shadow with #EEE6FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE6FB on black background.


Color preview on white background

This text has color #EEE6FB on white background.



Black color preview on #EEE6FB background

This text has black color on #EEE6FB background.


White color preview on #EEE6FB background

This text has white color on #EEE6FB background.