COLOR #EFE1E0

HEX: #EFE1E0
RGB: (239,225,224)

Color info

#EFE1E0 contains red, green and blue colors in about the same proportion. Web safe color of #EFE1E0 is #FFCCCC (or #FCC).

RGB color model

#EFE1E0 color RGB value is (239,225,224).

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

RGB channels and saturation

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

239
225
224

R + G + B ~ 90%. #EFE1E0 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 225 + 224 = 688 (100%)
R 239 of 688 ~ 34.74%
G 225 of 688 ~ 32.7%
B 224 of 688 ~ 32.56%

%34.74
%32.7
%32.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.86%
  • yellow value is 6.28%
  • key color value is 6.27%
CMYK:
(0,6,6,6)
C0M6Y6K6 
(0%,6%,6%,6%)
(0.00/0.06/0.06/0.06)	

CMYK percentages

%0
%5.86
%6.28
%6.27

Codes

Color #EFE1E0 in popluar color models

EFE1E0
RGB239225224
HSL31.91%90.78%
HSB/HSV6.28%93.73%
CMYK0.00%5.86%6.28%
6.27%

Color #EFE1E0 in popluar number systems.

HEXEFE1E0
Decimal239225224
Binary111011111110000111100000
Octal357341340

Shades and tints

Shades of #EFE1E0

#EFE1E0
(239,225,224)
#DACDCC
(218,205,204)
#C5B9B8
(197,185,184)
#B0A5A4
(176,165,164)
#9B9190
(155,145,144)
#867D7C
(134,125,124)
#716968
(113,105,104)
#5C5554
(92,85,84)
#474140
(71,65,64)
#322D2C
(50,45,44)
#1D1918
(29,25,24)
#000000
(0,0,0)

Tints of #EFE1E0

#EFE1E0
(239,225,224)
#F0E3E2
(240,227,226)
#F1E5E4
(241,229,228)
#F2E7E6
(242,231,230)
#F3E9E8
(243,233,232)
#F4EBEA
(244,235,234)
#F5EDEC
(245,237,236)
#F6EFEE
(246,239,238)
#F7F1F0
(247,241,240)
#F8F3F2
(248,243,242)
#F9F5F4
(249,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE1E0; }

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

This text font color is #EFE1E0.


Background Color

.myBgColor { background-color: #EFE1E0; }

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

This div background color is #EFE1E0.


Border color

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

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

This div border color is #EFE1E0.


Opacity

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

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

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

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

This text has shadow with #EFE1E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE1E0 on black background.


Color preview on white background

This text has color #EFE1E0 on white background.



Black color preview on #EFE1E0 background

This text has black color on #EFE1E0 background.


White color preview on #EFE1E0 background

This text has white color on #EFE1E0 background.