COLOR #EFE3DE

HEX: #EFE3DE
RGB: (239,227,222)

Color info

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

RGB color model

#EFE3DE color RGB value is (239,227,222).

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

RGB channels and saturation

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

239
227
222

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

Portions of RGB colors in percentages

R + G + B =
239 + 227 + 222 = 688 (100%)
R 239 of 688 ~ 34.74%
G 227 of 688 ~ 32.99%
B 222 of 688 ~ 32.27%

%34.74
%32.99
%32.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.02%
  • yellow value is 7.11%
  • key color value is 6.27%
CMYK:
(0,5,7,6)
C0M5Y7K6 
(0%,5%,7%,6%)
(0.00/0.05/0.07/0.06)	

CMYK percentages

%0
%5.02
%7.11
%6.27

Codes

Color #EFE3DE in popluar color models

EFE3DE
RGB239227222
HSL18°34.69%90.39%
HSB/HSV18°7.11%93.73%
CMYK0.00%5.02%7.11%
6.27%

Color #EFE3DE in popluar number systems.

HEXEFE3DE
Decimal239227222
Binary111011111110001111011110
Octal357343336

Shades and tints

Shades of #EFE3DE

#EFE3DE
(239,227,222)
#DACFCA
(218,207,202)
#C5BBB6
(197,187,182)
#B0A7A2
(176,167,162)
#9B938E
(155,147,142)
#867F7A
(134,127,122)
#716B66
(113,107,102)
#5C5752
(92,87,82)
#47433E
(71,67,62)
#322F2A
(50,47,42)
#1D1B16
(29,27,22)
#000000
(0,0,0)

Tints of #EFE3DE

#EFE3DE
(239,227,222)
#F0E5E1
(240,229,225)
#F1E7E4
(241,231,228)
#F2E9E7
(242,233,231)
#F3EBEA
(243,235,234)
#F4EDED
(244,237,237)
#F5EFF0
(245,239,240)
#F6F1F3
(246,241,243)
#F7F3F6
(247,243,246)
#F8F5F9
(248,245,249)
#F9F7FC
(249,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE3DE; }

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

This text font color is #EFE3DE.


Background Color

.myBgColor { background-color: #EFE3DE; }

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

This div background color is #EFE3DE.


Border color

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

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

This div border color is #EFE3DE.


Opacity

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

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

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

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

This text has shadow with #EFE3DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE3DE on black background.


Color preview on white background

This text has color #EFE3DE on white background.



Black color preview on #EFE3DE background

This text has black color on #EFE3DE background.


White color preview on #EFE3DE background

This text has white color on #EFE3DE background.