COLOR #EFE3F1

HEX: #EFE3F1
RGB: (239,227,241)

Color info

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

RGB color model

#EFE3F1 color RGB value is (239,227,241).

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

RGB channels and saturation

R 239 of 255 = 94%
G 227 of 255 = 89%
B 241 of 255 = 95%

239
227
241

R + G + B ~ 93%. #EFE3F1 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 227 + 241 = 707 (100%)
R 239 of 707 ~ 33.8%
G 227 of 707 ~ 32.11%
B 241 of 707 ~ 34.09%

%33.8
%32.11
%34.09

CMYK color model

#EFE3F1 color CMYK value is (1,6,0,5).

  • cyan value is 0.83%
  • magenta value is 5.81%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(1,6,0,5)
C1M6Y0K5 
(1%,6%,0%,5%)
(0.01/0.06/0.00/0.05)	

CMYK percentages

%0.83
%5.81
%0
%5.49

Codes

Color #EFE3F1 in popluar color models

EFE3F1
RGB239227241
HSL291°33.33%91.76%
HSB/HSV291°5.81%94.51%
CMYK0.83%5.81%0.00%
5.49%

Color #EFE3F1 in popluar number systems.

HEXEFE3F1
Decimal239227241
Binary111011111110001111110001
Octal357343361

Shades and tints

Shades of #EFE3F1

#EFE3F1
(239,227,241)
#DACFDC
(218,207,220)
#C5BBC7
(197,187,199)
#B0A7B2
(176,167,178)
#9B939D
(155,147,157)
#867F88
(134,127,136)
#716B73
(113,107,115)
#5C575E
(92,87,94)
#474349
(71,67,73)
#322F34
(50,47,52)
#1D1B1F
(29,27,31)
#000000
(0,0,0)

Tints of #EFE3F1

#EFE3F1
(239,227,241)
#F0E5F2
(240,229,242)
#F1E7F3
(241,231,243)
#F2E9F4
(242,233,244)
#F3EBF5
(243,235,245)
#F4EDF6
(244,237,246)
#F5EFF7
(245,239,247)
#F6F1F8
(246,241,248)
#F7F3F9
(247,243,249)
#F8F5FA
(248,245,250)
#F9F7FB
(249,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE3F1; }

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

This text font color is #EFE3F1.


Background Color

.myBgColor { background-color: #EFE3F1; }

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

This div background color is #EFE3F1.


Border color

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

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

This div border color is #EFE3F1.


Opacity

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

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

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

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

This text has shadow with #EFE3F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE3F1 on black background.


Color preview on white background

This text has color #EFE3F1 on white background.



Black color preview on #EFE3F1 background

This text has black color on #EFE3F1 background.


White color preview on #EFE3F1 background

This text has white color on #EFE3F1 background.