COLOR #EFE0FA

HEX: #EFE0FA
RGB: (239,224,250)

Color info

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

RGB color model

#EFE0FA color RGB value is (239,224,250).

  • red value is 239;
  • green value is 224;
  • blue value is 250.
RGB:
(239,224,250)
(94%,88%,98%)

RGB channels and saturation

R 239 of 255 = 94%
G 224 of 255 = 88%
B 250 of 255 = 98%

239
224
250

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

Portions of RGB colors in percentages

R + G + B =
239 + 224 + 250 = 713 (100%)
R 239 of 713 ~ 33.52%
G 224 of 713 ~ 31.42%
B 250 of 713 ~ 35.06%

%33.52
%31.42
%35.06

CMYK color model

#EFE0FA color CMYK value is (4,10,0,2).

  • cyan value is 4.40%
  • magenta value is 10.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(4,10,0,2)
C4M10Y0K2 
(4%,10%,0%,2%)
(0.04/0.10/0.00/0.02)	

CMYK percentages

%4.4
%10.4
%0
%1.96

Codes

Color #EFE0FA in popluar color models

EFE0FA
RGB239224250
HSL275°72.22%92.94%
HSB/HSV275°10.40%98.04%
CMYK4.40%10.40%0.00%
1.96%

Color #EFE0FA in popluar number systems.

HEXEFE0FA
Decimal239224250
Binary111011111110000011111010
Octal357340372

Shades and tints

Shades of #EFE0FA

#EFE0FA
(239,224,250)
#DACCE4
(218,204,228)
#C5B8CE
(197,184,206)
#B0A4B8
(176,164,184)
#9B90A2
(155,144,162)
#867C8C
(134,124,140)
#716876
(113,104,118)
#5C5460
(92,84,96)
#47404A
(71,64,74)
#322C34
(50,44,52)
#1D181E
(29,24,30)
#000000
(0,0,0)

Tints of #EFE0FA

#EFE0FA
(239,224,250)
#F0E2FA
(240,226,250)
#F1E4FA
(241,228,250)
#F2E6FA
(242,230,250)
#F3E8FA
(243,232,250)
#F4EAFA
(244,234,250)
#F5ECFA
(245,236,250)
#F6EEFA
(246,238,250)
#F7F0FA
(247,240,250)
#F8F2FA
(248,242,250)
#F9F4FA
(249,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFE0FA color. Also use rgb(239,224,250) instead hex code.

Text Font Color

.myTextColor { color: #EFE0FA; }

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

This text font color is #EFE0FA.


Background Color

.myBgColor { background-color: #EFE0FA; }

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

This div background color is #EFE0FA.


Border color

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

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

This div border color is #EFE0FA.


Opacity

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

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

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

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

This text has shadow with #EFE0FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE0FA on black background.


Color preview on white background

This text has color #EFE0FA on white background.



Black color preview on #EFE0FA background

This text has black color on #EFE0FA background.


White color preview on #EFE0FA background

This text has white color on #EFE0FA background.