COLOR #EFE3FF

HEX: #EFE3FF
RGB: (239,227,255)

Color info

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

RGB color model

#EFE3FF color RGB value is (239,227,255).

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

RGB channels and saturation

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

239
227
255

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

Portions of RGB colors in percentages

R + G + B =
239 + 227 + 255 = 721 (100%)
R 239 of 721 ~ 33.15%
G 227 of 721 ~ 31.48%
B 255 of 721 ~ 35.37%

%33.15
%31.48
%35.37

CMYK color model

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

  • cyan value is 6.27%
  • magenta value is 10.98%
  • 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.98
%0
%0

Codes

Color #EFE3FF in popluar color models

EFE3FF
RGB239227255
HSL266°100.00%94.51%
HSB/HSV266°10.98%100.00%
CMYK6.27%10.98%0.00%
0.00%

Color #EFE3FF in popluar number systems.

HEXEFE3FF
Decimal239227255
Binary111011111110001111111111
Octal357343377

Shades and tints

Shades of #EFE3FF

#EFE3FF
(239,227,255)
#DACFE8
(218,207,232)
#C5BBD1
(197,187,209)
#B0A7BA
(176,167,186)
#9B93A3
(155,147,163)
#867F8C
(134,127,140)
#716B75
(113,107,117)
#5C575E
(92,87,94)
#474347
(71,67,71)
#322F30
(50,47,48)
#1D1B19
(29,27,25)
#000000
(0,0,0)

Tints of #EFE3FF

#EFE3FF
(239,227,255)
#F0E5FF
(240,229,255)
#F1E7FF
(241,231,255)
#F2E9FF
(242,233,255)
#F3EBFF
(243,235,255)
#F4EDFF
(244,237,255)
#F5EFFF
(245,239,255)
#F6F1FF
(246,241,255)
#F7F3FF
(247,243,255)
#F8F5FF
(248,245,255)
#F9F7FF
(249,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE3FF; }

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

This text font color is #EFE3FF.


Background Color

.myBgColor { background-color: #EFE3FF; }

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

This div background color is #EFE3FF.


Border color

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

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

This div border color is #EFE3FF.


Opacity

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

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

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

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

This text has shadow with #EFE3FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE3FF on black background.


Color preview on white background

This text has color #EFE3FF on white background.



Black color preview on #EFE3FF background

This text has black color on #EFE3FF background.


White color preview on #EFE3FF background

This text has white color on #EFE3FF background.