COLOR #EFE0DF

HEX: #EFE0DF
RGB: (239,224,223)

Color info

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

RGB color model

#EFE0DF color RGB value is (239,224,223).

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

RGB channels and saturation

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

239
224
223

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

Portions of RGB colors in percentages

R + G + B =
239 + 224 + 223 = 686 (100%)
R 239 of 686 ~ 34.84%
G 224 of 686 ~ 32.65%
B 223 of 686 ~ 32.51%

%34.84
%32.65
%32.51

CMYK color model

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

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

Codes

Color #EFE0DF in popluar color models

EFE0DF
RGB239224223
HSL33.33%90.59%
HSB/HSV6.69%93.73%
CMYK0.00%6.28%6.69%
6.27%

Color #EFE0DF in popluar number systems.

HEXEFE0DF
Decimal239224223
Binary111011111110000011011111
Octal357340337

Shades and tints

Shades of #EFE0DF

#EFE0DF
(239,224,223)
#DACCCB
(218,204,203)
#C5B8B7
(197,184,183)
#B0A4A3
(176,164,163)
#9B908F
(155,144,143)
#867C7B
(134,124,123)
#716867
(113,104,103)
#5C5453
(92,84,83)
#47403F
(71,64,63)
#322C2B
(50,44,43)
#1D1817
(29,24,23)
#000000
(0,0,0)

Tints of #EFE0DF

#EFE0DF
(239,224,223)
#F0E2E1
(240,226,225)
#F1E4E3
(241,228,227)
#F2E6E5
(242,230,229)
#F3E8E7
(243,232,231)
#F4EAE9
(244,234,233)
#F5ECEB
(245,236,235)
#F6EEED
(246,238,237)
#F7F0EF
(247,240,239)
#F8F2F1
(248,242,241)
#F9F4F3
(249,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE0DF; }

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

This text font color is #EFE0DF.


Background Color

.myBgColor { background-color: #EFE0DF; }

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

This div background color is #EFE0DF.


Border color

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

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

This div border color is #EFE0DF.


Opacity

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

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

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

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

This text has shadow with #EFE0DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE0DF on black background.


Color preview on white background

This text has color #EFE0DF on white background.



Black color preview on #EFE0DF background

This text has black color on #EFE0DF background.


White color preview on #EFE0DF background

This text has white color on #EFE0DF background.