COLOR #EFE9DE

HEX: #EFE9DE
RGB: (239,233,222)

Color info

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

RGB color model

#EFE9DE color RGB value is (239,233,222).

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

RGB channels and saturation

R 239 of 255 = 94%
G 233 of 255 = 91%
B 222 of 255 = 87%

239
233
222

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

Portions of RGB colors in percentages

R + G + B =
239 + 233 + 222 = 694 (100%)
R 239 of 694 ~ 34.44%
G 233 of 694 ~ 33.57%
B 222 of 694 ~ 31.99%

%34.44
%33.57
%31.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.51%
  • yellow value is 7.11%
  • 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.51
%7.11
%6.27

Codes

Color #EFE9DE in popluar color models

EFE9DE
RGB239233222
HSL39°34.69%90.39%
HSB/HSV39°7.11%93.73%
CMYK0.00%2.51%7.11%
6.27%

Color #EFE9DE in popluar number systems.

HEXEFE9DE
Decimal239233222
Binary111011111110100111011110
Octal357351336

Shades and tints

Shades of #EFE9DE

#EFE9DE
(239,233,222)
#DAD4CA
(218,212,202)
#C5BFB6
(197,191,182)
#B0AAA2
(176,170,162)
#9B958E
(155,149,142)
#86807A
(134,128,122)
#716B66
(113,107,102)
#5C5652
(92,86,82)
#47413E
(71,65,62)
#322C2A
(50,44,42)
#1D1716
(29,23,22)
#000000
(0,0,0)

Tints of #EFE9DE

#EFE9DE
(239,233,222)
#F0EBE1
(240,235,225)
#F1EDE4
(241,237,228)
#F2EFE7
(242,239,231)
#F3F1EA
(243,241,234)
#F4F3ED
(244,243,237)
#F5F5F0
(245,245,240)
#F6F7F3
(246,247,243)
#F7F9F6
(247,249,246)
#F8FBF9
(248,251,249)
#F9FDFC
(249,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE9DE; }

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

This text font color is #EFE9DE.


Background Color

.myBgColor { background-color: #EFE9DE; }

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

This div background color is #EFE9DE.


Border color

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

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

This div border color is #EFE9DE.


Opacity

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

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

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

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

This text has shadow with #EFE9DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE9DE on black background.


Color preview on white background

This text has color #EFE9DE on white background.



Black color preview on #EFE9DE background

This text has black color on #EFE9DE background.


White color preview on #EFE9DE background

This text has white color on #EFE9DE background.