COLOR #EFE8DF

HEX: #EFE8DF
RGB: (239,232,223)

Color info

#EFE8DF contains red, green and blue colors in about the same proportion. Web safe color of #EFE8DF is #FFFFCC (or #FFC).

RGB color model

#EFE8DF color RGB value is (239,232,223).

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

RGB channels and saturation

R 239 of 255 = 94%
G 232 of 255 = 91%
B 223 of 255 = 87%

239
232
223

R + G + B ~ 91%. #EFE8DF is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 232 + 223 = 694 (100%)
R 239 of 694 ~ 34.44%
G 232 of 694 ~ 33.43%
B 223 of 694 ~ 32.13%

%34.44
%33.43
%32.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.93%
  • yellow value is 6.69%
  • key color value is 6.27%
CMYK:
(0,3,7,6)
C0M3Y7K6 
(0%,3%,7%,6%)
(0.00/0.03/0.07/0.06)	

CMYK percentages

%0
%2.93
%6.69
%6.27

Codes

Color #EFE8DF in popluar color models

EFE8DF
RGB239232223
HSL34°33.33%90.59%
HSB/HSV34°6.69%93.73%
CMYK0.00%2.93%6.69%
6.27%

Color #EFE8DF in popluar number systems.

HEXEFE8DF
Decimal239232223
Binary111011111110100011011111
Octal357350337

Shades and tints

Shades of #EFE8DF

#EFE8DF
(239,232,223)
#DAD3CB
(218,211,203)
#C5BEB7
(197,190,183)
#B0A9A3
(176,169,163)
#9B948F
(155,148,143)
#867F7B
(134,127,123)
#716A67
(113,106,103)
#5C5553
(92,85,83)
#47403F
(71,64,63)
#322B2B
(50,43,43)
#1D1617
(29,22,23)
#000000
(0,0,0)

Tints of #EFE8DF

#EFE8DF
(239,232,223)
#F0EAE1
(240,234,225)
#F1ECE3
(241,236,227)
#F2EEE5
(242,238,229)
#F3F0E7
(243,240,231)
#F4F2E9
(244,242,233)
#F5F4EB
(245,244,235)
#F6F6ED
(246,246,237)
#F7F8EF
(247,248,239)
#F8FAF1
(248,250,241)
#F9FCF3
(249,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE8DF; }

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

This text font color is #EFE8DF.


Background Color

.myBgColor { background-color: #EFE8DF; }

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

This div background color is #EFE8DF.


Border color

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

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

This div border color is #EFE8DF.


Opacity

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

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

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

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

This text has shadow with #EFE8DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE8DF on black background.


Color preview on white background

This text has color #EFE8DF on white background.



Black color preview on #EFE8DF background

This text has black color on #EFE8DF background.


White color preview on #EFE8DF background

This text has white color on #EFE8DF background.