COLOR #EFE3EF

HEX: #EFE3EF
RGB: (239,227,239)

Color info

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

RGB color model

#EFE3EF color RGB value is (239,227,239).

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

RGB channels and saturation

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

239
227
239

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

Portions of RGB colors in percentages

R + G + B =
239 + 227 + 239 = 705 (100%)
R 239 of 705 ~ 33.9%
G 227 of 705 ~ 32.2%
B 239 of 705 ~ 33.9%

%33.9
%32.2
%33.9

CMYK color model

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

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

Codes

Color #EFE3EF in popluar color models

EFE3EF
RGB239227239
HSL300°27.27%91.37%
HSB/HSV300°5.02%93.73%
CMYK0.00%5.02%0.00%
6.27%

Color #EFE3EF in popluar number systems.

HEXEFE3EF
Decimal239227239
Binary111011111110001111101111
Octal357343357

Shades and tints

Shades of #EFE3EF

#EFE3EF
(239,227,239)
#DACFDA
(218,207,218)
#C5BBC5
(197,187,197)
#B0A7B0
(176,167,176)
#9B939B
(155,147,155)
#867F86
(134,127,134)
#716B71
(113,107,113)
#5C575C
(92,87,92)
#474347
(71,67,71)
#322F32
(50,47,50)
#1D1B1D
(29,27,29)
#000000
(0,0,0)

Tints of #EFE3EF

#EFE3EF
(239,227,239)
#F0E5F0
(240,229,240)
#F1E7F1
(241,231,241)
#F2E9F2
(242,233,242)
#F3EBF3
(243,235,243)
#F4EDF4
(244,237,244)
#F5EFF5
(245,239,245)
#F6F1F6
(246,241,246)
#F7F3F7
(247,243,247)
#F8F5F8
(248,245,248)
#F9F7F9
(249,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE3EF; }

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

This text font color is #EFE3EF.


Background Color

.myBgColor { background-color: #EFE3EF; }

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

This div background color is #EFE3EF.


Border color

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

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

This div border color is #EFE3EF.


Opacity

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

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

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

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

This text has shadow with #EFE3EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE3EF on black background.


Color preview on white background

This text has color #EFE3EF on white background.



Black color preview on #EFE3EF background

This text has black color on #EFE3EF background.


White color preview on #EFE3EF background

This text has white color on #EFE3EF background.