COLOR #EFE4FF

HEX: #EFE4FF
RGB: (239,228,255)

Color info

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

RGB color model

#EFE4FF color RGB value is (239,228,255).

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

RGB channels and saturation

R 239 of 255 = 94%
G 228 of 255 = 89%
B 255 of 255 = 100%

239
228
255

R + G + B ~ 94%. #EFE4FF is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 228 + 255 = 722 (100%)
R 239 of 722 ~ 33.1%
G 228 of 722 ~ 31.58%
B 255 of 722 ~ 35.32%

%33.1
%31.58
%35.32

CMYK color model

#EFE4FF color CMYK value is (6,11,0,0).

  • cyan value is 6.27%
  • magenta value is 10.59%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(6,11,0,0)
C6M11Y0K0 
(6%,11%,0%,0%)
(0.06/0.11/0.00/0.00)	

CMYK percentages

%6.27
%10.59
%0
%0

Codes

Color #EFE4FF in popluar color models

EFE4FF
RGB239228255
HSL264°100.00%94.71%
HSB/HSV264°10.59%100.00%
CMYK6.27%10.59%0.00%
0.00%

Color #EFE4FF in popluar number systems.

HEXEFE4FF
Decimal239228255
Binary111011111110010011111111
Octal357344377

Shades and tints

Shades of #EFE4FF

#EFE4FF
(239,228,255)
#DAD0E8
(218,208,232)
#C5BCD1
(197,188,209)
#B0A8BA
(176,168,186)
#9B94A3
(155,148,163)
#86808C
(134,128,140)
#716C75
(113,108,117)
#5C585E
(92,88,94)
#474447
(71,68,71)
#323030
(50,48,48)
#1D1C19
(29,28,25)
#000000
(0,0,0)

Tints of #EFE4FF

#EFE4FF
(239,228,255)
#F0E6FF
(240,230,255)
#F1E8FF
(241,232,255)
#F2EAFF
(242,234,255)
#F3ECFF
(243,236,255)
#F4EEFF
(244,238,255)
#F5F0FF
(245,240,255)
#F6F2FF
(246,242,255)
#F7F4FF
(247,244,255)
#F8F6FF
(248,246,255)
#F9F8FF
(249,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE4FF; }

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

This text font color is #EFE4FF.


Background Color

.myBgColor { background-color: #EFE4FF; }

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

This div background color is #EFE4FF.


Border color

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

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

This div border color is #EFE4FF.


Opacity

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

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

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

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

This text has shadow with #EFE4FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE4FF on black background.


Color preview on white background

This text has color #EFE4FF on white background.



Black color preview on #EFE4FF background

This text has black color on #EFE4FF background.


White color preview on #EFE4FF background

This text has white color on #EFE4FF background.