COLOR #EFE3D1

HEX: #EFE3D1
RGB: (239,227,209)

Color info

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

RGB color model

#EFE3D1 color RGB value is (239,227,209).

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

RGB channels and saturation

R 239 of 255 = 94%
G 227 of 255 = 89%
B 209 of 255 = 82%

239
227
209

R + G + B ~ 88%. #EFE3D1 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 227 + 209 = 675 (100%)
R 239 of 675 ~ 35.41%
G 227 of 675 ~ 33.63%
B 209 of 675 ~ 30.96%

%35.41
%33.63
%30.96

CMYK color model

#EFE3D1 color CMYK value is (0,5,13,6).

  • cyan value is 0.00%
  • magenta value is 5.02%
  • yellow value is 12.55%
  • key color value is 6.27%
CMYK:
(0,5,13,6)
C0M5Y13K6 
(0%,5%,13%,6%)
(0.00/0.05/0.13/0.06)	

CMYK percentages

%0
%5.02
%12.55
%6.27

Codes

Color #EFE3D1 in popluar color models

EFE3D1
RGB239227209
HSL36°48.39%87.84%
HSB/HSV36°12.55%93.73%
CMYK0.00%5.02%12.55%
6.27%

Color #EFE3D1 in popluar number systems.

HEXEFE3D1
Decimal239227209
Binary111011111110001111010001
Octal357343321

Shades and tints

Shades of #EFE3D1

#EFE3D1
(239,227,209)
#DACFBE
(218,207,190)
#C5BBAB
(197,187,171)
#B0A798
(176,167,152)
#9B9385
(155,147,133)
#867F72
(134,127,114)
#716B5F
(113,107,95)
#5C574C
(92,87,76)
#474339
(71,67,57)
#322F26
(50,47,38)
#1D1B13
(29,27,19)
#000000
(0,0,0)

Tints of #EFE3D1

#EFE3D1
(239,227,209)
#F0E5D5
(240,229,213)
#F1E7D9
(241,231,217)
#F2E9DD
(242,233,221)
#F3EBE1
(243,235,225)
#F4EDE5
(244,237,229)
#F5EFE9
(245,239,233)
#F6F1ED
(246,241,237)
#F7F3F1
(247,243,241)
#F8F5F5
(248,245,245)
#F9F7F9
(249,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE3D1; }

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

This text font color is #EFE3D1.


Background Color

.myBgColor { background-color: #EFE3D1; }

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

This div background color is #EFE3D1.


Border color

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

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

This div border color is #EFE3D1.


Opacity

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

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

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

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

This text has shadow with #EFE3D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE3D1 on black background.


Color preview on white background

This text has color #EFE3D1 on white background.



Black color preview on #EFE3D1 background

This text has black color on #EFE3D1 background.


White color preview on #EFE3D1 background

This text has white color on #EFE3D1 background.