COLOR #EFE3FC

HEX: #EFE3FC
RGB: (239,227,252)

Color info

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

RGB color model

#EFE3FC color RGB value is (239,227,252).

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

RGB channels and saturation

R 239 of 255 = 94%
G 227 of 255 = 89%
B 252 of 255 = 99%

239
227
252

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

Portions of RGB colors in percentages

R + G + B =
239 + 227 + 252 = 718 (100%)
R 239 of 718 ~ 33.29%
G 227 of 718 ~ 31.62%
B 252 of 718 ~ 35.1%

%33.29
%31.62
%35.1

CMYK color model

#EFE3FC color CMYK value is (5,10,0,1).

  • cyan value is 5.16%
  • magenta value is 9.92%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(5,10,0,1)
C5M10Y0K1 
(5%,10%,0%,1%)
(0.05/0.10/0.00/0.01)	

CMYK percentages

%5.16
%9.92
%0
%1.18

Codes

Color #EFE3FC in popluar color models

EFE3FC
RGB239227252
HSL269°80.65%93.92%
HSB/HSV269°9.92%98.82%
CMYK5.16%9.92%0.00%
1.18%

Color #EFE3FC in popluar number systems.

HEXEFE3FC
Decimal239227252
Binary111011111110001111111100
Octal357343374

Shades and tints

Shades of #EFE3FC

#EFE3FC
(239,227,252)
#DACFE6
(218,207,230)
#C5BBD0
(197,187,208)
#B0A7BA
(176,167,186)
#9B93A4
(155,147,164)
#867F8E
(134,127,142)
#716B78
(113,107,120)
#5C5762
(92,87,98)
#47434C
(71,67,76)
#322F36
(50,47,54)
#1D1B20
(29,27,32)
#000000
(0,0,0)

Tints of #EFE3FC

#EFE3FC
(239,227,252)
#F0E5FC
(240,229,252)
#F1E7FC
(241,231,252)
#F2E9FC
(242,233,252)
#F3EBFC
(243,235,252)
#F4EDFC
(244,237,252)
#F5EFFC
(245,239,252)
#F6F1FC
(246,241,252)
#F7F3FC
(247,243,252)
#F8F5FC
(248,245,252)
#F9F7FC
(249,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE3FC; }

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

This text font color is #EFE3FC.


Background Color

.myBgColor { background-color: #EFE3FC; }

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

This div background color is #EFE3FC.


Border color

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

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

This div border color is #EFE3FC.


Opacity

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

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

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

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

This text has shadow with #EFE3FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE3FC on black background.


Color preview on white background

This text has color #EFE3FC on white background.



Black color preview on #EFE3FC background

This text has black color on #EFE3FC background.


White color preview on #EFE3FC background

This text has white color on #EFE3FC background.