COLOR #EFE7FC

HEX: #EFE7FC
RGB: (239,231,252)

Color info

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

RGB color model

#EFE7FC color RGB value is (239,231,252).

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

RGB channels and saturation

R 239 of 255 = 94%
G 231 of 255 = 91%
B 252 of 255 = 99%

239
231
252

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

Portions of RGB colors in percentages

R + G + B =
239 + 231 + 252 = 722 (100%)
R 239 of 722 ~ 33.1%
G 231 of 722 ~ 31.99%
B 252 of 722 ~ 34.9%

%33.1
%31.99
%34.9

CMYK color model

#EFE7FC color CMYK value is (5,8,0,1).

  • cyan value is 5.16%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(5,8,0,1)
C5M8Y0K1 
(5%,8%,0%,1%)
(0.05/0.08/0.00/0.01)	

CMYK percentages

%5.16
%8.33
%0
%1.18

Codes

Color #EFE7FC in popluar color models

EFE7FC
RGB239231252
HSL263°77.78%94.71%
HSB/HSV263°8.33%98.82%
CMYK5.16%8.33%0.00%
1.18%

Color #EFE7FC in popluar number systems.

HEXEFE7FC
Decimal239231252
Binary111011111110011111111100
Octal357347374

Shades and tints

Shades of #EFE7FC

#EFE7FC
(239,231,252)
#DAD2E6
(218,210,230)
#C5BDD0
(197,189,208)
#B0A8BA
(176,168,186)
#9B93A4
(155,147,164)
#867E8E
(134,126,142)
#716978
(113,105,120)
#5C5462
(92,84,98)
#473F4C
(71,63,76)
#322A36
(50,42,54)
#1D1520
(29,21,32)
#000000
(0,0,0)

Tints of #EFE7FC

#EFE7FC
(239,231,252)
#F0E9FC
(240,233,252)
#F1EBFC
(241,235,252)
#F2EDFC
(242,237,252)
#F3EFFC
(243,239,252)
#F4F1FC
(244,241,252)
#F5F3FC
(245,243,252)
#F6F5FC
(246,245,252)
#F7F7FC
(247,247,252)
#F8F9FC
(248,249,252)
#F9FBFC
(249,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE7FC; }

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

This text font color is #EFE7FC.


Background Color

.myBgColor { background-color: #EFE7FC; }

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

This div background color is #EFE7FC.


Border color

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

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

This div border color is #EFE7FC.


Opacity

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

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

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

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

This text has shadow with #EFE7FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE7FC on black background.


Color preview on white background

This text has color #EFE7FC on white background.



Black color preview on #EFE7FC background

This text has black color on #EFE7FC background.


White color preview on #EFE7FC background

This text has white color on #EFE7FC background.