COLOR #EFE7FE

HEX: #EFE7FE
RGB: (239,231,254)

Color info

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

RGB color model

#EFE7FE color RGB value is (239,231,254).

  • red value is 239;
  • green value is 231;
  • blue value is 254.
RGB:
(239,231,254)
(94%,91%,100%)

RGB channels and saturation

R 239 of 255 = 94%
G 231 of 255 = 91%
B 254 of 255 = 100%

239
231
254

R + G + B ~ 95%. #EFE7FE is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 231 + 254 = 724 (100%)
R 239 of 724 ~ 33.01%
G 231 of 724 ~ 31.91%
B 254 of 724 ~ 35.08%

%33.01
%31.91
%35.08

CMYK color model

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

  • cyan value is 5.91%
  • magenta value is 9.06%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(6,9,0,0)
C6M9Y0K0 
(6%,9%,0%,0%)
(0.06/0.09/0.00/0.00)	

CMYK percentages

%5.91
%9.06
%0
%0.39

Codes

Color #EFE7FE in popluar color models

EFE7FE
RGB239231254
HSL261°92.00%95.10%
HSB/HSV261°9.06%99.61%
CMYK5.91%9.06%0.00%
0.39%

Color #EFE7FE in popluar number systems.

HEXEFE7FE
Decimal239231254
Binary111011111110011111111110
Octal357347376

Shades and tints

Shades of #EFE7FE

#EFE7FE
(239,231,254)
#DAD2E7
(218,210,231)
#C5BDD0
(197,189,208)
#B0A8B9
(176,168,185)
#9B93A2
(155,147,162)
#867E8B
(134,126,139)
#716974
(113,105,116)
#5C545D
(92,84,93)
#473F46
(71,63,70)
#322A2F
(50,42,47)
#1D1518
(29,21,24)
#000000
(0,0,0)

Tints of #EFE7FE

#EFE7FE
(239,231,254)
#F0E9FE
(240,233,254)
#F1EBFE
(241,235,254)
#F2EDFE
(242,237,254)
#F3EFFE
(243,239,254)
#F4F1FE
(244,241,254)
#F5F3FE
(245,243,254)
#F6F5FE
(246,245,254)
#F7F7FE
(247,247,254)
#F8F9FE
(248,249,254)
#F9FBFE
(249,251,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFE7FE color. Also use rgb(239,231,254) instead hex code.

Text Font Color

.myTextColor { color: #EFE7FE; }

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

This text font color is #EFE7FE.


Background Color

.myBgColor { background-color: #EFE7FE; }

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

This div background color is #EFE7FE.


Border color

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

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

This div border color is #EFE7FE.


Opacity

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

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

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

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

This text has shadow with #EFE7FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE7FE on black background.


Color preview on white background

This text has color #EFE7FE on white background.



Black color preview on #EFE7FE background

This text has black color on #EFE7FE background.


White color preview on #EFE7FE background

This text has white color on #EFE7FE background.