COLOR #EFE5D3

HEX: #EFE5D3
RGB: (239,229,211)

Color info

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

RGB color model

#EFE5D3 color RGB value is (239,229,211).

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

RGB channels and saturation

R 239 of 255 = 94%
G 229 of 255 = 90%
B 211 of 255 = 83%

239
229
211

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

Portions of RGB colors in percentages

R + G + B =
239 + 229 + 211 = 679 (100%)
R 239 of 679 ~ 35.2%
G 229 of 679 ~ 33.73%
B 211 of 679 ~ 31.08%

%35.2
%33.73
%31.08

CMYK color model

#EFE5D3 color CMYK value is (0,4,12,6).

  • cyan value is 0.00%
  • magenta value is 4.18%
  • yellow value is 11.72%
  • key color value is 6.27%
CMYK:
(0,4,12,6)
C0M4Y12K6 
(0%,4%,12%,6%)
(0.00/0.04/0.12/0.06)	

CMYK percentages

%0
%4.18
%11.72
%6.27

Codes

Color #EFE5D3 in popluar color models

EFE5D3
RGB239229211
HSL39°46.67%88.24%
HSB/HSV39°11.72%93.73%
CMYK0.00%4.18%11.72%
6.27%

Color #EFE5D3 in popluar number systems.

HEXEFE5D3
Decimal239229211
Binary111011111110010111010011
Octal357345323

Shades and tints

Shades of #EFE5D3

#EFE5D3
(239,229,211)
#DAD1C0
(218,209,192)
#C5BDAD
(197,189,173)
#B0A99A
(176,169,154)
#9B9587
(155,149,135)
#868174
(134,129,116)
#716D61
(113,109,97)
#5C594E
(92,89,78)
#47453B
(71,69,59)
#323128
(50,49,40)
#1D1D15
(29,29,21)
#000000
(0,0,0)

Tints of #EFE5D3

#EFE5D3
(239,229,211)
#F0E7D7
(240,231,215)
#F1E9DB
(241,233,219)
#F2EBDF
(242,235,223)
#F3EDE3
(243,237,227)
#F4EFE7
(244,239,231)
#F5F1EB
(245,241,235)
#F6F3EF
(246,243,239)
#F7F5F3
(247,245,243)
#F8F7F7
(248,247,247)
#F9F9FB
(249,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE5D3; }

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

This text font color is #EFE5D3.


Background Color

.myBgColor { background-color: #EFE5D3; }

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

This div background color is #EFE5D3.


Border color

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

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

This div border color is #EFE5D3.


Opacity

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

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

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

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

This text has shadow with #EFE5D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE5D3 on black background.


Color preview on white background

This text has color #EFE5D3 on white background.



Black color preview on #EFE5D3 background

This text has black color on #EFE5D3 background.


White color preview on #EFE5D3 background

This text has white color on #EFE5D3 background.