COLOR #EFE0D9

HEX: #EFE0D9
RGB: (239,224,217)

Color info

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

RGB color model

#EFE0D9 color RGB value is (239,224,217).

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

RGB channels and saturation

R 239 of 255 = 94%
G 224 of 255 = 88%
B 217 of 255 = 85%

239
224
217

R + G + B ~ 89%. #EFE0D9 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 224 + 217 = 680 (100%)
R 239 of 680 ~ 35.15%
G 224 of 680 ~ 32.94%
B 217 of 680 ~ 31.91%

%35.15
%32.94
%31.91

CMYK color model

#EFE0D9 color CMYK value is (0,6,9,6).

  • cyan value is 0.00%
  • magenta value is 6.28%
  • yellow value is 9.21%
  • key color value is 6.27%
CMYK:
(0,6,9,6)
C0M6Y9K6 
(0%,6%,9%,6%)
(0.00/0.06/0.09/0.06)	

CMYK percentages

%0
%6.28
%9.21
%6.27

Codes

Color #EFE0D9 in popluar color models

EFE0D9
RGB239224217
HSL19°40.74%89.41%
HSB/HSV19°9.21%93.73%
CMYK0.00%6.28%9.21%
6.27%

Color #EFE0D9 in popluar number systems.

HEXEFE0D9
Decimal239224217
Binary111011111110000011011001
Octal357340331

Shades and tints

Shades of #EFE0D9

#EFE0D9
(239,224,217)
#DACCC6
(218,204,198)
#C5B8B3
(197,184,179)
#B0A4A0
(176,164,160)
#9B908D
(155,144,141)
#867C7A
(134,124,122)
#716867
(113,104,103)
#5C5454
(92,84,84)
#474041
(71,64,65)
#322C2E
(50,44,46)
#1D181B
(29,24,27)
#000000
(0,0,0)

Tints of #EFE0D9

#EFE0D9
(239,224,217)
#F0E2DC
(240,226,220)
#F1E4DF
(241,228,223)
#F2E6E2
(242,230,226)
#F3E8E5
(243,232,229)
#F4EAE8
(244,234,232)
#F5ECEB
(245,236,235)
#F6EEEE
(246,238,238)
#F7F0F1
(247,240,241)
#F8F2F4
(248,242,244)
#F9F4F7
(249,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE0D9; }

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

This text font color is #EFE0D9.


Background Color

.myBgColor { background-color: #EFE0D9; }

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

This div background color is #EFE0D9.


Border color

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

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

This div border color is #EFE0D9.


Opacity

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

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

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

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

This text has shadow with #EFE0D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE0D9 on black background.


Color preview on white background

This text has color #EFE0D9 on white background.



Black color preview on #EFE0D9 background

This text has black color on #EFE0D9 background.


White color preview on #EFE0D9 background

This text has white color on #EFE0D9 background.