COLOR #EFE5DD

HEX: #EFE5DD
RGB: (239,229,221)

Color info

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

RGB color model

#EFE5DD color RGB value is (239,229,221).

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

RGB channels and saturation

R 239 of 255 = 94%
G 229 of 255 = 90%
B 221 of 255 = 87%

239
229
221

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

Portions of RGB colors in percentages

R + G + B =
239 + 229 + 221 = 689 (100%)
R 239 of 689 ~ 34.69%
G 229 of 689 ~ 33.24%
B 221 of 689 ~ 32.08%

%34.69
%33.24
%32.08

CMYK color model

#EFE5DD color CMYK value is (0,4,8,6).

  • cyan value is 0.00%
  • magenta value is 4.18%
  • yellow value is 7.53%
  • key color value is 6.27%
CMYK:
(0,4,8,6)
C0M4Y8K6 
(0%,4%,8%,6%)
(0.00/0.04/0.08/0.06)	

CMYK percentages

%0
%4.18
%7.53
%6.27

Codes

Color #EFE5DD in popluar color models

EFE5DD
RGB239229221
HSL27°36.00%90.20%
HSB/HSV27°7.53%93.73%
CMYK0.00%4.18%7.53%
6.27%

Color #EFE5DD in popluar number systems.

HEXEFE5DD
Decimal239229221
Binary111011111110010111011101
Octal357345335

Shades and tints

Shades of #EFE5DD

#EFE5DD
(239,229,221)
#DAD1C9
(218,209,201)
#C5BDB5
(197,189,181)
#B0A9A1
(176,169,161)
#9B958D
(155,149,141)
#868179
(134,129,121)
#716D65
(113,109,101)
#5C5951
(92,89,81)
#47453D
(71,69,61)
#323129
(50,49,41)
#1D1D15
(29,29,21)
#000000
(0,0,0)

Tints of #EFE5DD

#EFE5DD
(239,229,221)
#F0E7E0
(240,231,224)
#F1E9E3
(241,233,227)
#F2EBE6
(242,235,230)
#F3EDE9
(243,237,233)
#F4EFEC
(244,239,236)
#F5F1EF
(245,241,239)
#F6F3F2
(246,243,242)
#F7F5F5
(247,245,245)
#F8F7F8
(248,247,248)
#F9F9FB
(249,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE5DD; }

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

This text font color is #EFE5DD.


Background Color

.myBgColor { background-color: #EFE5DD; }

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

This div background color is #EFE5DD.


Border color

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

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

This div border color is #EFE5DD.


Opacity

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

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

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

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

This text has shadow with #EFE5DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE5DD on black background.


Color preview on white background

This text has color #EFE5DD on white background.



Black color preview on #EFE5DD background

This text has black color on #EFE5DD background.


White color preview on #EFE5DD background

This text has white color on #EFE5DD background.