COLOR #EFE3EE

HEX: #EFE3EE
RGB: (239,227,238)

Color info

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

RGB color model

#EFE3EE color RGB value is (239,227,238).

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

RGB channels and saturation

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

239
227
238

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

Portions of RGB colors in percentages

R + G + B =
239 + 227 + 238 = 704 (100%)
R 239 of 704 ~ 33.95%
G 227 of 704 ~ 32.24%
B 238 of 704 ~ 33.81%

%33.95
%32.24
%33.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.02%
  • 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.02
%0.42
%6.27

Codes

Color #EFE3EE in popluar color models

EFE3EE
RGB239227238
HSL305°27.27%91.37%
HSB/HSV305°5.02%93.73%
CMYK0.00%5.02%0.42%
6.27%

Color #EFE3EE in popluar number systems.

HEXEFE3EE
Decimal239227238
Binary111011111110001111101110
Octal357343356

Shades and tints

Shades of #EFE3EE

#EFE3EE
(239,227,238)
#DACFD9
(218,207,217)
#C5BBC4
(197,187,196)
#B0A7AF
(176,167,175)
#9B939A
(155,147,154)
#867F85
(134,127,133)
#716B70
(113,107,112)
#5C575B
(92,87,91)
#474346
(71,67,70)
#322F31
(50,47,49)
#1D1B1C
(29,27,28)
#000000
(0,0,0)

Tints of #EFE3EE

#EFE3EE
(239,227,238)
#F0E5EF
(240,229,239)
#F1E7F0
(241,231,240)
#F2E9F1
(242,233,241)
#F3EBF2
(243,235,242)
#F4EDF3
(244,237,243)
#F5EFF4
(245,239,244)
#F6F1F5
(246,241,245)
#F7F3F6
(247,243,246)
#F8F5F7
(248,245,247)
#F9F7F8
(249,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE3EE; }

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

This text font color is #EFE3EE.


Background Color

.myBgColor { background-color: #EFE3EE; }

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

This div background color is #EFE3EE.


Border color

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

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

This div border color is #EFE3EE.


Opacity

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

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

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

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

This text has shadow with #EFE3EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE3EE on black background.


Color preview on white background

This text has color #EFE3EE on white background.



Black color preview on #EFE3EE background

This text has black color on #EFE3EE background.


White color preview on #EFE3EE background

This text has white color on #EFE3EE background.