COLOR #EFE1EB

HEX: #EFE1EB
RGB: (239,225,235)

Color info

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

RGB color model

#EFE1EB color RGB value is (239,225,235).

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

RGB channels and saturation

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

239
225
235

R + G + B ~ 91%. #EFE1EB is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 225 + 235 = 699 (100%)
R 239 of 699 ~ 34.19%
G 225 of 699 ~ 32.19%
B 235 of 699 ~ 33.62%

%34.19
%32.19
%33.62

CMYK color model

#EFE1EB color CMYK value is (0,6,2,6).

  • cyan value is 0.00%
  • magenta value is 5.86%
  • yellow value is 1.67%
  • key color value is 6.27%
CMYK:
(0,6,2,6)
C0M6Y2K6 
(0%,6%,2%,6%)
(0.00/0.06/0.02/0.06)	

CMYK percentages

%0
%5.86
%1.67
%6.27

Codes

Color #EFE1EB in popluar color models

EFE1EB
RGB239225235
HSL317°30.43%90.98%
HSB/HSV317°5.86%93.73%
CMYK0.00%5.86%1.67%
6.27%

Color #EFE1EB in popluar number systems.

HEXEFE1EB
Decimal239225235
Binary111011111110000111101011
Octal357341353

Shades and tints

Shades of #EFE1EB

#EFE1EB
(239,225,235)
#DACDD6
(218,205,214)
#C5B9C1
(197,185,193)
#B0A5AC
(176,165,172)
#9B9197
(155,145,151)
#867D82
(134,125,130)
#71696D
(113,105,109)
#5C5558
(92,85,88)
#474143
(71,65,67)
#322D2E
(50,45,46)
#1D1919
(29,25,25)
#000000
(0,0,0)

Tints of #EFE1EB

#EFE1EB
(239,225,235)
#F0E3EC
(240,227,236)
#F1E5ED
(241,229,237)
#F2E7EE
(242,231,238)
#F3E9EF
(243,233,239)
#F4EBF0
(244,235,240)
#F5EDF1
(245,237,241)
#F6EFF2
(246,239,242)
#F7F1F3
(247,241,243)
#F8F3F4
(248,243,244)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE1EB; }

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

This text font color is #EFE1EB.


Background Color

.myBgColor { background-color: #EFE1EB; }

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

This div background color is #EFE1EB.


Border color

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

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

This div border color is #EFE1EB.


Opacity

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

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

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

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

This text has shadow with #EFE1EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE1EB on black background.


Color preview on white background

This text has color #EFE1EB on white background.



Black color preview on #EFE1EB background

This text has black color on #EFE1EB background.


White color preview on #EFE1EB background

This text has white color on #EFE1EB background.