COLOR #EFE9DD

HEX: #EFE9DD
RGB: (239,233,221)

Color info

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

RGB color model

#EFE9DD color RGB value is (239,233,221).

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

RGB channels and saturation

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

239
233
221

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

Portions of RGB colors in percentages

R + G + B =
239 + 233 + 221 = 693 (100%)
R 239 of 693 ~ 34.49%
G 233 of 693 ~ 33.62%
B 221 of 693 ~ 31.89%

%34.49
%33.62
%31.89

CMYK color model

#EFE9DD color CMYK value is (0,3,8,6).

  • cyan value is 0.00%
  • magenta value is 2.51%
  • yellow value is 7.53%
  • key color value is 6.27%
CMYK:
(0,3,8,6)
C0M3Y8K6 
(0%,3%,8%,6%)
(0.00/0.03/0.08/0.06)	

CMYK percentages

%0
%2.51
%7.53
%6.27

Codes

Color #EFE9DD in popluar color models

EFE9DD
RGB239233221
HSL40°36.00%90.20%
HSB/HSV40°7.53%93.73%
CMYK0.00%2.51%7.53%
6.27%

Color #EFE9DD in popluar number systems.

HEXEFE9DD
Decimal239233221
Binary111011111110100111011101
Octal357351335

Shades and tints

Shades of #EFE9DD

#EFE9DD
(239,233,221)
#DAD4C9
(218,212,201)
#C5BFB5
(197,191,181)
#B0AAA1
(176,170,161)
#9B958D
(155,149,141)
#868079
(134,128,121)
#716B65
(113,107,101)
#5C5651
(92,86,81)
#47413D
(71,65,61)
#322C29
(50,44,41)
#1D1715
(29,23,21)
#000000
(0,0,0)

Tints of #EFE9DD

#EFE9DD
(239,233,221)
#F0EBE0
(240,235,224)
#F1EDE3
(241,237,227)
#F2EFE6
(242,239,230)
#F3F1E9
(243,241,233)
#F4F3EC
(244,243,236)
#F5F5EF
(245,245,239)
#F6F7F2
(246,247,242)
#F7F9F5
(247,249,245)
#F8FBF8
(248,251,248)
#F9FDFB
(249,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE9DD; }

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

This text font color is #EFE9DD.


Background Color

.myBgColor { background-color: #EFE9DD; }

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

This div background color is #EFE9DD.


Border color

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

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

This div border color is #EFE9DD.


Opacity

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

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

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

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

This text has shadow with #EFE9DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE9DD on black background.


Color preview on white background

This text has color #EFE9DD on white background.



Black color preview on #EFE9DD background

This text has black color on #EFE9DD background.


White color preview on #EFE9DD background

This text has white color on #EFE9DD background.