COLOR #EFE0DE

HEX: #EFE0DE
RGB: (239,224,222)

Color info

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

RGB color model

#EFE0DE color RGB value is (239,224,222).

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

RGB channels and saturation

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

239
224
222

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

Portions of RGB colors in percentages

R + G + B =
239 + 224 + 222 = 685 (100%)
R 239 of 685 ~ 34.89%
G 224 of 685 ~ 32.7%
B 222 of 685 ~ 32.41%

%34.89
%32.7
%32.41

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.28%
  • 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
%6.28
%7.11
%6.27

Codes

Color #EFE0DE in popluar color models

EFE0DE
RGB239224222
HSL34.69%90.39%
HSB/HSV7.11%93.73%
CMYK0.00%6.28%7.11%
6.27%

Color #EFE0DE in popluar number systems.

HEXEFE0DE
Decimal239224222
Binary111011111110000011011110
Octal357340336

Shades and tints

Shades of #EFE0DE

#EFE0DE
(239,224,222)
#DACCCA
(218,204,202)
#C5B8B6
(197,184,182)
#B0A4A2
(176,164,162)
#9B908E
(155,144,142)
#867C7A
(134,124,122)
#716866
(113,104,102)
#5C5452
(92,84,82)
#47403E
(71,64,62)
#322C2A
(50,44,42)
#1D1816
(29,24,22)
#000000
(0,0,0)

Tints of #EFE0DE

#EFE0DE
(239,224,222)
#F0E2E1
(240,226,225)
#F1E4E4
(241,228,228)
#F2E6E7
(242,230,231)
#F3E8EA
(243,232,234)
#F4EAED
(244,234,237)
#F5ECF0
(245,236,240)
#F6EEF3
(246,238,243)
#F7F0F6
(247,240,246)
#F8F2F9
(248,242,249)
#F9F4FC
(249,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE0DE; }

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

This text font color is #EFE0DE.


Background Color

.myBgColor { background-color: #EFE0DE; }

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

This div background color is #EFE0DE.


Border color

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

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

This div border color is #EFE0DE.


Opacity

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

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

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

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

This text has shadow with #EFE0DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE0DE on black background.


Color preview on white background

This text has color #EFE0DE on white background.



Black color preview on #EFE0DE background

This text has black color on #EFE0DE background.


White color preview on #EFE0DE background

This text has white color on #EFE0DE background.