COLOR #EFE5FF

HEX: #EFE5FF
RGB: (239,229,255)

Color info

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

RGB color model

#EFE5FF color RGB value is (239,229,255).

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

RGB channels and saturation

R 239 of 255 = 94%
G 229 of 255 = 90%
B 255 of 255 = 100%

239
229
255

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

Portions of RGB colors in percentages

R + G + B =
239 + 229 + 255 = 723 (100%)
R 239 of 723 ~ 33.06%
G 229 of 723 ~ 31.67%
B 255 of 723 ~ 35.27%

%33.06
%31.67
%35.27

CMYK color model

#EFE5FF color CMYK value is (6,10,0,0).

  • cyan value is 6.27%
  • magenta value is 10.20%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(6,10,0,0)
C6M10Y0K0 
(6%,10%,0%,0%)
(0.06/0.10/0.00/0.00)	

CMYK percentages

%6.27
%10.2
%0
%0

Codes

Color #EFE5FF in popluar color models

EFE5FF
RGB239229255
HSL263°100.00%94.90%
HSB/HSV263°10.20%100.00%
CMYK6.27%10.20%0.00%
0.00%

Color #EFE5FF in popluar number systems.

HEXEFE5FF
Decimal239229255
Binary111011111110010111111111
Octal357345377

Shades and tints

Shades of #EFE5FF

#EFE5FF
(239,229,255)
#DAD1E8
(218,209,232)
#C5BDD1
(197,189,209)
#B0A9BA
(176,169,186)
#9B95A3
(155,149,163)
#86818C
(134,129,140)
#716D75
(113,109,117)
#5C595E
(92,89,94)
#474547
(71,69,71)
#323130
(50,49,48)
#1D1D19
(29,29,25)
#000000
(0,0,0)

Tints of #EFE5FF

#EFE5FF
(239,229,255)
#F0E7FF
(240,231,255)
#F1E9FF
(241,233,255)
#F2EBFF
(242,235,255)
#F3EDFF
(243,237,255)
#F4EFFF
(244,239,255)
#F5F1FF
(245,241,255)
#F6F3FF
(246,243,255)
#F7F5FF
(247,245,255)
#F8F7FF
(248,247,255)
#F9F9FF
(249,249,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE5FF; }

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

This text font color is #EFE5FF.


Background Color

.myBgColor { background-color: #EFE5FF; }

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

This div background color is #EFE5FF.


Border color

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

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

This div border color is #EFE5FF.


Opacity

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

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

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

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

This text has shadow with #EFE5FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE5FF on black background.


Color preview on white background

This text has color #EFE5FF on white background.



Black color preview on #EFE5FF background

This text has black color on #EFE5FF background.


White color preview on #EFE5FF background

This text has white color on #EFE5FF background.