COLOR #EFE5D8

HEX: #EFE5D8
RGB: (239,229,216)

Color info

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

RGB color model

#EFE5D8 color RGB value is (239,229,216).

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

RGB channels and saturation

R 239 of 255 = 94%
G 229 of 255 = 90%
B 216 of 255 = 85%

239
229
216

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

Portions of RGB colors in percentages

R + G + B =
239 + 229 + 216 = 684 (100%)
R 239 of 684 ~ 34.94%
G 229 of 684 ~ 33.48%
B 216 of 684 ~ 31.58%

%34.94
%33.48
%31.58

CMYK color model

#EFE5D8 color CMYK value is (0,4,10,6).

  • cyan value is 0.00%
  • magenta value is 4.18%
  • yellow value is 9.62%
  • key color value is 6.27%
CMYK:
(0,4,10,6)
C0M4Y10K6 
(0%,4%,10%,6%)
(0.00/0.04/0.10/0.06)	

CMYK percentages

%0
%4.18
%9.62
%6.27

Codes

Color #EFE5D8 in popluar color models

EFE5D8
RGB239229216
HSL34°41.82%89.22%
HSB/HSV34°9.62%93.73%
CMYK0.00%4.18%9.62%
6.27%

Color #EFE5D8 in popluar number systems.

HEXEFE5D8
Decimal239229216
Binary111011111110010111011000
Octal357345330

Shades and tints

Shades of #EFE5D8

#EFE5D8
(239,229,216)
#DAD1C5
(218,209,197)
#C5BDB2
(197,189,178)
#B0A99F
(176,169,159)
#9B958C
(155,149,140)
#868179
(134,129,121)
#716D66
(113,109,102)
#5C5953
(92,89,83)
#474540
(71,69,64)
#32312D
(50,49,45)
#1D1D1A
(29,29,26)
#000000
(0,0,0)

Tints of #EFE5D8

#EFE5D8
(239,229,216)
#F0E7DB
(240,231,219)
#F1E9DE
(241,233,222)
#F2EBE1
(242,235,225)
#F3EDE4
(243,237,228)
#F4EFE7
(244,239,231)
#F5F1EA
(245,241,234)
#F6F3ED
(246,243,237)
#F7F5F0
(247,245,240)
#F8F7F3
(248,247,243)
#F9F9F6
(249,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE5D8; }

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

This text font color is #EFE5D8.


Background Color

.myBgColor { background-color: #EFE5D8; }

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

This div background color is #EFE5D8.


Border color

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

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

This div border color is #EFE5D8.


Opacity

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

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

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

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

This text has shadow with #EFE5D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE5D8 on black background.


Color preview on white background

This text has color #EFE5D8 on white background.



Black color preview on #EFE5D8 background

This text has black color on #EFE5D8 background.


White color preview on #EFE5D8 background

This text has white color on #EFE5D8 background.