COLOR #EFE1DE

HEX: #EFE1DE
RGB: (239,225,222)

Color info

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

RGB color model

#EFE1DE color RGB value is (239,225,222).

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

RGB channels and saturation

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

239
225
222

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

Portions of RGB colors in percentages

R + G + B =
239 + 225 + 222 = 686 (100%)
R 239 of 686 ~ 34.84%
G 225 of 686 ~ 32.8%
B 222 of 686 ~ 32.36%

%34.84
%32.8
%32.36

CMYK color model

#EFE1DE color CMYK value is (0,6,7,6).

  • cyan value is 0.00%
  • magenta value is 5.86%
  • yellow value is 7.11%
  • key color value is 6.27%
CMYK:
(0,6,7,6)
C0M6Y7K6 
(0%,6%,7%,6%)
(0.00/0.06/0.07/0.06)	

CMYK percentages

%0
%5.86
%7.11
%6.27

Codes

Color #EFE1DE in popluar color models

EFE1DE
RGB239225222
HSL11°34.69%90.39%
HSB/HSV11°7.11%93.73%
CMYK0.00%5.86%7.11%
6.27%

Color #EFE1DE in popluar number systems.

HEXEFE1DE
Decimal239225222
Binary111011111110000111011110
Octal357341336

Shades and tints

Shades of #EFE1DE

#EFE1DE
(239,225,222)
#DACDCA
(218,205,202)
#C5B9B6
(197,185,182)
#B0A5A2
(176,165,162)
#9B918E
(155,145,142)
#867D7A
(134,125,122)
#716966
(113,105,102)
#5C5552
(92,85,82)
#47413E
(71,65,62)
#322D2A
(50,45,42)
#1D1916
(29,25,22)
#000000
(0,0,0)

Tints of #EFE1DE

#EFE1DE
(239,225,222)
#F0E3E1
(240,227,225)
#F1E5E4
(241,229,228)
#F2E7E7
(242,231,231)
#F3E9EA
(243,233,234)
#F4EBED
(244,235,237)
#F5EDF0
(245,237,240)
#F6EFF3
(246,239,243)
#F7F1F6
(247,241,246)
#F8F3F9
(248,243,249)
#F9F5FC
(249,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE1DE; }

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

This text font color is #EFE1DE.


Background Color

.myBgColor { background-color: #EFE1DE; }

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

This div background color is #EFE1DE.


Border color

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

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

This div border color is #EFE1DE.


Opacity

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

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

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

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

This text has shadow with #EFE1DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE1DE on black background.


Color preview on white background

This text has color #EFE1DE on white background.



Black color preview on #EFE1DE background

This text has black color on #EFE1DE background.


White color preview on #EFE1DE background

This text has white color on #EFE1DE background.