COLOR #EEE3FE

HEX: #EEE3FE
RGB: (238,227,254)

Color info

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

RGB color model

#EEE3FE color RGB value is (238,227,254).

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

RGB channels and saturation

R 238 of 255 = 93%
G 227 of 255 = 89%
B 254 of 255 = 100%

238
227
254

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

Portions of RGB colors in percentages

R + G + B =
238 + 227 + 254 = 719 (100%)
R 238 of 719 ~ 33.1%
G 227 of 719 ~ 31.57%
B 254 of 719 ~ 35.33%

%33.1
%31.57
%35.33

CMYK color model

#EEE3FE color CMYK value is (6,11,0,0).

  • cyan value is 6.30%
  • magenta value is 10.63%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(6,11,0,0)
C6M11Y0K0 
(6%,11%,0%,0%)
(0.06/0.11/0.00/0.00)	

CMYK percentages

%6.3
%10.63
%0
%0.39

Codes

Color #EEE3FE in popluar color models

EEE3FE
RGB238227254
HSL264°93.10%94.31%
HSB/HSV264°10.63%99.61%
CMYK6.30%10.63%0.00%
0.39%

Color #EEE3FE in popluar number systems.

HEXEEE3FE
Decimal238227254
Binary111011101110001111111110
Octal356343376

Shades and tints

Shades of #EEE3FE

#EEE3FE
(238,227,254)
#D9CFE7
(217,207,231)
#C4BBD0
(196,187,208)
#AFA7B9
(175,167,185)
#9A93A2
(154,147,162)
#857F8B
(133,127,139)
#706B74
(112,107,116)
#5B575D
(91,87,93)
#464346
(70,67,70)
#312F2F
(49,47,47)
#1C1B18
(28,27,24)
#000000
(0,0,0)

Tints of #EEE3FE

#EEE3FE
(238,227,254)
#EFE5FE
(239,229,254)
#F0E7FE
(240,231,254)
#F1E9FE
(241,233,254)
#F2EBFE
(242,235,254)
#F3EDFE
(243,237,254)
#F4EFFE
(244,239,254)
#F5F1FE
(245,241,254)
#F6F3FE
(246,243,254)
#F7F5FE
(247,245,254)
#F8F7FE
(248,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEE3FE; }

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

This text font color is #EEE3FE.


Background Color

.myBgColor { background-color: #EEE3FE; }

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

This div background color is #EEE3FE.


Border color

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

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

This div border color is #EEE3FE.


Opacity

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

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

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

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

This text has shadow with #EEE3FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEE3FE on black background.


Color preview on white background

This text has color #EEE3FE on white background.



Black color preview on #EEE3FE background

This text has black color on #EEE3FE background.


White color preview on #EEE3FE background

This text has white color on #EEE3FE background.