COLOR #EEE6FC

HEX: #EEE6FC
RGB: (238,230,252)

Color info

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

RGB color model

#EEE6FC color RGB value is (238,230,252).

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

RGB channels and saturation

R 238 of 255 = 93%
G 230 of 255 = 90%
B 252 of 255 = 99%

238
230
252

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

Portions of RGB colors in percentages

R + G + B =
238 + 230 + 252 = 720 (100%)
R 238 of 720 ~ 33.06%
G 230 of 720 ~ 31.94%
B 252 of 720 ~ 35%

%33.06
%31.94
%35

CMYK color model

#EEE6FC color CMYK value is (6,9,0,1).

  • cyan value is 5.56%
  • magenta value is 8.73%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(6,9,0,1)
C6M9Y0K1 
(6%,9%,0%,1%)
(0.06/0.09/0.00/0.01)	

CMYK percentages

%5.56
%8.73
%0
%1.18

Codes

Color #EEE6FC in popluar color models

EEE6FC
RGB238230252
HSL262°78.57%94.51%
HSB/HSV262°8.73%98.82%
CMYK5.56%8.73%0.00%
1.18%

Color #EEE6FC in popluar number systems.

HEXEEE6FC
Decimal238230252
Binary111011101110011011111100
Octal356346374

Shades and tints

Shades of #EEE6FC

#EEE6FC
(238,230,252)
#D9D2E6
(217,210,230)
#C4BED0
(196,190,208)
#AFAABA
(175,170,186)
#9A96A4
(154,150,164)
#85828E
(133,130,142)
#706E78
(112,110,120)
#5B5A62
(91,90,98)
#46464C
(70,70,76)
#313236
(49,50,54)
#1C1E20
(28,30,32)
#000000
(0,0,0)

Tints of #EEE6FC

#EEE6FC
(238,230,252)
#EFE8FC
(239,232,252)
#F0EAFC
(240,234,252)
#F1ECFC
(241,236,252)
#F2EEFC
(242,238,252)
#F3F0FC
(243,240,252)
#F4F2FC
(244,242,252)
#F5F4FC
(245,244,252)
#F6F6FC
(246,246,252)
#F7F8FC
(247,248,252)
#F8FAFC
(248,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE6FC; }

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

This text font color is #EEE6FC.


Background Color

.myBgColor { background-color: #EEE6FC; }

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

This div background color is #EEE6FC.


Border color

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

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

This div border color is #EEE6FC.


Opacity

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

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

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

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

This text has shadow with #EEE6FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE6FC on black background.


Color preview on white background

This text has color #EEE6FC on white background.



Black color preview on #EEE6FC background

This text has black color on #EEE6FC background.


White color preview on #EEE6FC background

This text has white color on #EEE6FC background.