COLOR #EFE0EE

HEX: #EFE0EE
RGB: (239,224,238)

Color info

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

RGB color model

#EFE0EE color RGB value is (239,224,238).

  • red value is 239;
  • green value is 224;
  • blue value is 238.
RGB:
(239,224,238)
(94%,88%,93%)

RGB channels and saturation

R 239 of 255 = 94%
G 224 of 255 = 88%
B 238 of 255 = 93%

239
224
238

R + G + B ~ 92%. #EFE0EE is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 224 + 238 = 701 (100%)
R 239 of 701 ~ 34.09%
G 224 of 701 ~ 31.95%
B 238 of 701 ~ 33.95%

%34.09
%31.95
%33.95

CMYK color model

#EFE0EE color CMYK value is (0,6,0,6).

  • cyan value is 0.00%
  • magenta value is 6.28%
  • yellow value is 0.42%
  • key color value is 6.27%
CMYK:
(0,6,0,6)
C0M6Y0K6 
(0%,6%,0%,6%)
(0.00/0.06/0.00/0.06)	

CMYK percentages

%0
%6.28
%0.42
%6.27

Codes

Color #EFE0EE in popluar color models

EFE0EE
RGB239224238
HSL304°31.91%90.78%
HSB/HSV304°6.28%93.73%
CMYK0.00%6.28%0.42%
6.27%

Color #EFE0EE in popluar number systems.

HEXEFE0EE
Decimal239224238
Binary111011111110000011101110
Octal357340356

Shades and tints

Shades of #EFE0EE

#EFE0EE
(239,224,238)
#DACCD9
(218,204,217)
#C5B8C4
(197,184,196)
#B0A4AF
(176,164,175)
#9B909A
(155,144,154)
#867C85
(134,124,133)
#716870
(113,104,112)
#5C545B
(92,84,91)
#474046
(71,64,70)
#322C31
(50,44,49)
#1D181C
(29,24,28)
#000000
(0,0,0)

Tints of #EFE0EE

#EFE0EE
(239,224,238)
#F0E2EF
(240,226,239)
#F1E4F0
(241,228,240)
#F2E6F1
(242,230,241)
#F3E8F2
(243,232,242)
#F4EAF3
(244,234,243)
#F5ECF4
(245,236,244)
#F6EEF5
(246,238,245)
#F7F0F6
(247,240,246)
#F8F2F7
(248,242,247)
#F9F4F8
(249,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFE0EE color. Also use rgb(239,224,238) instead hex code.

Text Font Color

.myTextColor { color: #EFE0EE; }

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

This text font color is #EFE0EE.


Background Color

.myBgColor { background-color: #EFE0EE; }

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

This div background color is #EFE0EE.


Border color

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

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

This div border color is #EFE0EE.


Opacity

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

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

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

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

This text has shadow with #EFE0EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE0EE on black background.


Color preview on white background

This text has color #EFE0EE on white background.



Black color preview on #EFE0EE background

This text has black color on #EFE0EE background.


White color preview on #EFE0EE background

This text has white color on #EFE0EE background.