COLOR #EFE1EF

HEX: #EFE1EF
RGB: (239,225,239)

Color info

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

RGB color model

#EFE1EF color RGB value is (239,225,239).

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

RGB channels and saturation

R 239 of 255 = 94%
G 225 of 255 = 88%
B 239 of 255 = 94%

239
225
239

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

Portions of RGB colors in percentages

R + G + B =
239 + 225 + 239 = 703 (100%)
R 239 of 703 ~ 34%
G 225 of 703 ~ 32.01%
B 239 of 703 ~ 34%

%34
%32.01
%34

CMYK color model

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

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

Codes

Color #EFE1EF in popluar color models

EFE1EF
RGB239225239
HSL300°30.43%90.98%
HSB/HSV300°5.86%93.73%
CMYK0.00%5.86%0.00%
6.27%

Color #EFE1EF in popluar number systems.

HEXEFE1EF
Decimal239225239
Binary111011111110000111101111
Octal357341357

Shades and tints

Shades of #EFE1EF

#EFE1EF
(239,225,239)
#DACDDA
(218,205,218)
#C5B9C5
(197,185,197)
#B0A5B0
(176,165,176)
#9B919B
(155,145,155)
#867D86
(134,125,134)
#716971
(113,105,113)
#5C555C
(92,85,92)
#474147
(71,65,71)
#322D32
(50,45,50)
#1D191D
(29,25,29)
#000000
(0,0,0)

Tints of #EFE1EF

#EFE1EF
(239,225,239)
#F0E3F0
(240,227,240)
#F1E5F1
(241,229,241)
#F2E7F2
(242,231,242)
#F3E9F3
(243,233,243)
#F4EBF4
(244,235,244)
#F5EDF5
(245,237,245)
#F6EFF6
(246,239,246)
#F7F1F7
(247,241,247)
#F8F3F8
(248,243,248)
#F9F5F9
(249,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE1EF; }

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

This text font color is #EFE1EF.


Background Color

.myBgColor { background-color: #EFE1EF; }

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

This div background color is #EFE1EF.


Border color

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

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

This div border color is #EFE1EF.


Opacity

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

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

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

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

This text has shadow with #EFE1EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE1EF on black background.


Color preview on white background

This text has color #EFE1EF on white background.



Black color preview on #EFE1EF background

This text has black color on #EFE1EF background.


White color preview on #EFE1EF background

This text has white color on #EFE1EF background.