COLOR #EFE2EE

HEX: #EFE2EE
RGB: (239,226,238)

Color info

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

RGB color model

#EFE2EE color RGB value is (239,226,238).

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

RGB channels and saturation

R 239 of 255 = 94%
G 226 of 255 = 89%
B 238 of 255 = 93%

239
226
238

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

Portions of RGB colors in percentages

R + G + B =
239 + 226 + 238 = 703 (100%)
R 239 of 703 ~ 34%
G 226 of 703 ~ 32.15%
B 238 of 703 ~ 33.85%

%34
%32.15
%33.85

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.44%
  • yellow value is 0.42%
  • key color value is 6.27%
CMYK:
(0,5,0,6)
C0M5Y0K6 
(0%,5%,0%,6%)
(0.00/0.05/0.00/0.06)	

CMYK percentages

%0
%5.44
%0.42
%6.27

Codes

Color #EFE2EE in popluar color models

EFE2EE
RGB239226238
HSL305°28.89%91.18%
HSB/HSV305°5.44%93.73%
CMYK0.00%5.44%0.42%
6.27%

Color #EFE2EE in popluar number systems.

HEXEFE2EE
Decimal239226238
Binary111011111110001011101110
Octal357342356

Shades and tints

Shades of #EFE2EE

#EFE2EE
(239,226,238)
#DACED9
(218,206,217)
#C5BAC4
(197,186,196)
#B0A6AF
(176,166,175)
#9B929A
(155,146,154)
#867E85
(134,126,133)
#716A70
(113,106,112)
#5C565B
(92,86,91)
#474246
(71,66,70)
#322E31
(50,46,49)
#1D1A1C
(29,26,28)
#000000
(0,0,0)

Tints of #EFE2EE

#EFE2EE
(239,226,238)
#F0E4EF
(240,228,239)
#F1E6F0
(241,230,240)
#F2E8F1
(242,232,241)
#F3EAF2
(243,234,242)
#F4ECF3
(244,236,243)
#F5EEF4
(245,238,244)
#F6F0F5
(246,240,245)
#F7F2F6
(247,242,246)
#F8F4F7
(248,244,247)
#F9F6F8
(249,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE2EE; }

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

This text font color is #EFE2EE.


Background Color

.myBgColor { background-color: #EFE2EE; }

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

This div background color is #EFE2EE.


Border color

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

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

This div border color is #EFE2EE.


Opacity

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

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

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

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

This text has shadow with #EFE2EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE2EE on black background.


Color preview on white background

This text has color #EFE2EE on white background.



Black color preview on #EFE2EE background

This text has black color on #EFE2EE background.


White color preview on #EFE2EE background

This text has white color on #EFE2EE background.