COLOR #EFE4F1

HEX: #EFE4F1
RGB: (239,228,241)

Color info

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

RGB color model

#EFE4F1 color RGB value is (239,228,241).

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

RGB channels and saturation

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

239
228
241

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

Portions of RGB colors in percentages

R + G + B =
239 + 228 + 241 = 708 (100%)
R 239 of 708 ~ 33.76%
G 228 of 708 ~ 32.2%
B 241 of 708 ~ 34.04%

%33.76
%32.2
%34.04

CMYK color model

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

  • cyan value is 0.83%
  • magenta value is 5.39%
  • 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
%5.39
%0
%5.49

Codes

Color #EFE4F1 in popluar color models

EFE4F1
RGB239228241
HSL291°31.71%91.96%
HSB/HSV291°5.39%94.51%
CMYK0.83%5.39%0.00%
5.49%

Color #EFE4F1 in popluar number systems.

HEXEFE4F1
Decimal239228241
Binary111011111110010011110001
Octal357344361

Shades and tints

Shades of #EFE4F1

#EFE4F1
(239,228,241)
#DAD0DC
(218,208,220)
#C5BCC7
(197,188,199)
#B0A8B2
(176,168,178)
#9B949D
(155,148,157)
#868088
(134,128,136)
#716C73
(113,108,115)
#5C585E
(92,88,94)
#474449
(71,68,73)
#323034
(50,48,52)
#1D1C1F
(29,28,31)
#000000
(0,0,0)

Tints of #EFE4F1

#EFE4F1
(239,228,241)
#F0E6F2
(240,230,242)
#F1E8F3
(241,232,243)
#F2EAF4
(242,234,244)
#F3ECF5
(243,236,245)
#F4EEF6
(244,238,246)
#F5F0F7
(245,240,247)
#F6F2F8
(246,242,248)
#F7F4F9
(247,244,249)
#F8F6FA
(248,246,250)
#F9F8FB
(249,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE4F1; }

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

This text font color is #EFE4F1.


Background Color

.myBgColor { background-color: #EFE4F1; }

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

This div background color is #EFE4F1.


Border color

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

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

This div border color is #EFE4F1.


Opacity

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

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

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

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

This text has shadow with #EFE4F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE4F1 on black background.


Color preview on white background

This text has color #EFE4F1 on white background.



Black color preview on #EFE4F1 background

This text has black color on #EFE4F1 background.


White color preview on #EFE4F1 background

This text has white color on #EFE4F1 background.