COLOR #EFE9F1

HEX: #EFE9F1 RGB: (239,233,241)

Color info

#EFE9F1 contains red, green and blue colors in about the same proportion. Web safe color of #EFE9F1 is #FFFFFF (or #FFF).

RGB color model

#EFE9F1 color RGB value is (239,233,241).

RGB: (239,233,241) (94%, 91%, 95%)

RGB channels and saturation

R 239 of 255 = 94%
G 233 of 255 = 91%
B 241 of 255 = 95%

239
233
241

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

Portions of RGB colors in percentages

R + G + B = 239 + 233 + 241 = 713 (100%)
R 239 of 713 ~ 33.52%
G 233 of 713 ~ 32.68%
B 241 of 713 ~ 33.8'%

%33.52
%32.68
%33.8

CMYK color model

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

  • cyan value is 0.83%
  • magenta value is 3.32%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (1,3,0,5)
C1M3Y0K5 (1%, 3%, 0%, 5%)
(0.01 / 0.03 / 0.00 / 0.05)

CMYK percentages

%0.83
%3.32
%0
%5.49

Codes

Color #EFE9F1 in popluar color models

EF E9 F1
RGB 239 233 241
HSL 285° 22.22% 92.94%
HSB/HSV 285° 3.32% 94.51%
CMYK 0.83% 3.32% 0.00%
5.49%

Color #EFE9F1 in popluar number systems.

HEX EF E9 F1
Decimal 239 233 241
Binary 11101111 11101001 11110001
Octal 357 351 361

Shades and tints

Shades of #EFE9F1

#EFE9F1
(239,233,241)
#DAD4DC
(218,212,220)
#C5BFC7
(197,191,199)
#B0AAB2
(176,170,178)
#9B959D
(155,149,157)
#868088
(134,128,136)
#716B73
(113,107,115)
#5C565E
(92,86,94)
#474149
(71,65,73)
#322C34
(50,44,52)
#1D171F
(29,23,31)
#000000
(0,0,0)

Tints of #EFE9F1

#EFE9F1
(239,233,241)
#F0EBF2
(240,235,242)
#F1EDF3
(241,237,243)
#F2EFF4
(242,239,244)
#F3F1F5
(243,241,245)
#F4F3F6
(244,243,246)
#F5F5F7
(245,245,247)
#F6F7F8
(246,247,248)
#F7F9F9
(247,249,249)
#F8FBFA
(248,251,250)
#F9FDFB
(249,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE9F1; }

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

This text font color is #EFE9F1.

Background Color

.myBgColor { background-color: #EFE9F1; }

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

This div background color is #EFE9F1.

Border color

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

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

This div border color is #EFE9F1.

Opacity

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

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

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

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

This text has shadow with #EFE9F1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFE9F1.

Preview

Color preview on black background

This text has color #EFE9F1 on black background.


Color preview on white background

This text has color #EFE9F1 on white background.


Black color preview on #EFE9F1 background

This text has black color on #EFE9F1 background.


White color preview on #EFE9F1 background

This text has white color on #EFE9F1 background.


Related colors

Complementary color

Complementary color for #hex is #10160E.


I love getcolorcode.com

Triadic colors

1 #F1EFE9 and #E9F1EF with #EFE9F1 are triadic colors.

2 #F1E9EF and #E9EFF1 with #EFE9F1 are triadic colors.