COLOR #EFE8FF

HEX: #EFE8FF
RGB: (239,232,255)

Color info

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

RGB color model

#EFE8FF color RGB value is (239,232,255).

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

RGB channels and saturation

R 239 of 255 = 94%
G 232 of 255 = 91%
B 255 of 255 = 100%

239
232
255

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

Portions of RGB colors in percentages

R + G + B =
239 + 232 + 255 = 726 (100%)
R 239 of 726 ~ 32.92%
G 232 of 726 ~ 31.96%
B 255 of 726 ~ 35.12%

%32.92
%31.96
%35.12

CMYK color model

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

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

CMYK percentages

%6.27
%9.02
%0
%0

Codes

Color #EFE8FF in popluar color models

EFE8FF
RGB239232255
HSL258°100.00%95.49%
HSB/HSV258°9.02%100.00%
CMYK6.27%9.02%0.00%
0.00%

Color #EFE8FF in popluar number systems.

HEXEFE8FF
Decimal239232255
Binary111011111110100011111111
Octal357350377

Shades and tints

Shades of #EFE8FF

#EFE8FF
(239,232,255)
#DAD3E8
(218,211,232)
#C5BED1
(197,190,209)
#B0A9BA
(176,169,186)
#9B94A3
(155,148,163)
#867F8C
(134,127,140)
#716A75
(113,106,117)
#5C555E
(92,85,94)
#474047
(71,64,71)
#322B30
(50,43,48)
#1D1619
(29,22,25)
#000000
(0,0,0)

Tints of #EFE8FF

#EFE8FF
(239,232,255)
#F0EAFF
(240,234,255)
#F1ECFF
(241,236,255)
#F2EEFF
(242,238,255)
#F3F0FF
(243,240,255)
#F4F2FF
(244,242,255)
#F5F4FF
(245,244,255)
#F6F6FF
(246,246,255)
#F7F8FF
(247,248,255)
#F8FAFF
(248,250,255)
#F9FCFF
(249,252,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFE8FF color. Also use rgb(239,232,255) instead hex code.

Text Font Color

.myTextColor { color: #EFE8FF; }

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

This text font color is #EFE8FF.


Background Color

.myBgColor { background-color: #EFE8FF; }

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

This div background color is #EFE8FF.


Border color

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

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

This div border color is #EFE8FF.


Opacity

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

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

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

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

This text has shadow with #EFE8FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE8FF on black background.


Color preview on white background

This text has color #EFE8FF on white background.



Black color preview on #EFE8FF background

This text has black color on #EFE8FF background.


White color preview on #EFE8FF background

This text has white color on #EFE8FF background.