COLOR #EFE5F1

HEX: #EFE5F1
RGB: (239,229,241)

Color info

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

RGB color model

#EFE5F1 color RGB value is (239,229,241).

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

RGB channels and saturation

R 239 of 255 = 94%
G 229 of 255 = 90%
B 241 of 255 = 95%

239
229
241

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

Portions of RGB colors in percentages

R + G + B =
239 + 229 + 241 = 709 (100%)
R 239 of 709 ~ 33.71%
G 229 of 709 ~ 32.3%
B 241 of 709 ~ 33.99%

%33.71
%32.3
%33.99

CMYK color model

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

  • cyan value is 0.83%
  • magenta value is 4.98%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(1,5,0,5)
C1M5Y0K5 
(1%,5%,0%,5%)
(0.01/0.05/0.00/0.05)	

CMYK percentages

%0.83
%4.98
%0
%5.49

Codes

Color #EFE5F1 in popluar color models

EFE5F1
RGB239229241
HSL290°30.00%92.16%
HSB/HSV290°4.98%94.51%
CMYK0.83%4.98%0.00%
5.49%

Color #EFE5F1 in popluar number systems.

HEXEFE5F1
Decimal239229241
Binary111011111110010111110001
Octal357345361

Shades and tints

Shades of #EFE5F1

#EFE5F1
(239,229,241)
#DAD1DC
(218,209,220)
#C5BDC7
(197,189,199)
#B0A9B2
(176,169,178)
#9B959D
(155,149,157)
#868188
(134,129,136)
#716D73
(113,109,115)
#5C595E
(92,89,94)
#474549
(71,69,73)
#323134
(50,49,52)
#1D1D1F
(29,29,31)
#000000
(0,0,0)

Tints of #EFE5F1

#EFE5F1
(239,229,241)
#F0E7F2
(240,231,242)
#F1E9F3
(241,233,243)
#F2EBF4
(242,235,244)
#F3EDF5
(243,237,245)
#F4EFF6
(244,239,246)
#F5F1F7
(245,241,247)
#F6F3F8
(246,243,248)
#F7F5F9
(247,245,249)
#F8F7FA
(248,247,250)
#F9F9FB
(249,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE5F1; }

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

This text font color is #EFE5F1.


Background Color

.myBgColor { background-color: #EFE5F1; }

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

This div background color is #EFE5F1.


Border color

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

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

This div border color is #EFE5F1.


Opacity

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

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

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

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

This text has shadow with #EFE5F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE5F1 on black background.


Color preview on white background

This text has color #EFE5F1 on white background.



Black color preview on #EFE5F1 background

This text has black color on #EFE5F1 background.


White color preview on #EFE5F1 background

This text has white color on #EFE5F1 background.