COLOR #EFE3D5

HEX: #EFE3D5
RGB: (239,227,213)

Color info

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

RGB color model

#EFE3D5 color RGB value is (239,227,213).

  • red value is 239;
  • green value is 227;
  • blue value is 213.
RGB:
(239,227,213)
(94%,89%,84%)

RGB channels and saturation

R 239 of 255 = 94%
G 227 of 255 = 89%
B 213 of 255 = 84%

239
227
213

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

Portions of RGB colors in percentages

R + G + B =
239 + 227 + 213 = 679 (100%)
R 239 of 679 ~ 35.2%
G 227 of 679 ~ 33.43%
B 213 of 679 ~ 31.37%

%35.2
%33.43
%31.37

CMYK color model

#EFE3D5 color CMYK value is (0,5,11,6).

  • cyan value is 0.00%
  • magenta value is 5.02%
  • yellow value is 10.88%
  • key color value is 6.27%
CMYK:
(0,5,11,6)
C0M5Y11K6 
(0%,5%,11%,6%)
(0.00/0.05/0.11/0.06)	

CMYK percentages

%0
%5.02
%10.88
%6.27

Codes

Color #EFE3D5 in popluar color models

EFE3D5
RGB239227213
HSL32°44.83%88.63%
HSB/HSV32°10.88%93.73%
CMYK0.00%5.02%10.88%
6.27%

Color #EFE3D5 in popluar number systems.

HEXEFE3D5
Decimal239227213
Binary111011111110001111010101
Octal357343325

Shades and tints

Shades of #EFE3D5

#EFE3D5
(239,227,213)
#DACFC2
(218,207,194)
#C5BBAF
(197,187,175)
#B0A79C
(176,167,156)
#9B9389
(155,147,137)
#867F76
(134,127,118)
#716B63
(113,107,99)
#5C5750
(92,87,80)
#47433D
(71,67,61)
#322F2A
(50,47,42)
#1D1B17
(29,27,23)
#000000
(0,0,0)

Tints of #EFE3D5

#EFE3D5
(239,227,213)
#F0E5D8
(240,229,216)
#F1E7DB
(241,231,219)
#F2E9DE
(242,233,222)
#F3EBE1
(243,235,225)
#F4EDE4
(244,237,228)
#F5EFE7
(245,239,231)
#F6F1EA
(246,241,234)
#F7F3ED
(247,243,237)
#F8F5F0
(248,245,240)
#F9F7F3
(249,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFE3D5 color. Also use rgb(239,227,213) instead hex code.

Text Font Color

.myTextColor { color: #EFE3D5; }

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

This text font color is #EFE3D5.


Background Color

.myBgColor { background-color: #EFE3D5; }

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

This div background color is #EFE3D5.


Border color

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

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

This div border color is #EFE3D5.


Opacity

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

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

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

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

This text has shadow with #EFE3D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE3D5 on black background.


Color preview on white background

This text has color #EFE3D5 on white background.



Black color preview on #EFE3D5 background

This text has black color on #EFE3D5 background.


White color preview on #EFE3D5 background

This text has white color on #EFE3D5 background.