COLOR #EFE1D2

HEX: #EFE1D2
RGB: (239,225,210)

Color info

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

RGB color model

#EFE1D2 color RGB value is (239,225,210).

  • red value is 239;
  • green value is 225;
  • blue value is 210.
RGB:
(239,225,210)
(94%,88%,82%)

RGB channels and saturation

R 239 of 255 = 94%
G 225 of 255 = 88%
B 210 of 255 = 82%

239
225
210

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

Portions of RGB colors in percentages

R + G + B =
239 + 225 + 210 = 674 (100%)
R 239 of 674 ~ 35.46%
G 225 of 674 ~ 33.38%
B 210 of 674 ~ 31.16%

%35.46
%33.38
%31.16

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.86%
  • yellow value is 12.13%
  • key color value is 6.27%
CMYK:
(0,6,12,6)
C0M6Y12K6 
(0%,6%,12%,6%)
(0.00/0.06/0.12/0.06)	

CMYK percentages

%0
%5.86
%12.13
%6.27

Codes

Color #EFE1D2 in popluar color models

EFE1D2
RGB239225210
HSL31°47.54%88.04%
HSB/HSV31°12.13%93.73%
CMYK0.00%5.86%12.13%
6.27%

Color #EFE1D2 in popluar number systems.

HEXEFE1D2
Decimal239225210
Binary111011111110000111010010
Octal357341322

Shades and tints

Shades of #EFE1D2

#EFE1D2
(239,225,210)
#DACDBF
(218,205,191)
#C5B9AC
(197,185,172)
#B0A599
(176,165,153)
#9B9186
(155,145,134)
#867D73
(134,125,115)
#716960
(113,105,96)
#5C554D
(92,85,77)
#47413A
(71,65,58)
#322D27
(50,45,39)
#1D1914
(29,25,20)
#000000
(0,0,0)

Tints of #EFE1D2

#EFE1D2
(239,225,210)
#F0E3D6
(240,227,214)
#F1E5DA
(241,229,218)
#F2E7DE
(242,231,222)
#F3E9E2
(243,233,226)
#F4EBE6
(244,235,230)
#F5EDEA
(245,237,234)
#F6EFEE
(246,239,238)
#F7F1F2
(247,241,242)
#F8F3F6
(248,243,246)
#F9F5FA
(249,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFE1D2 color. Also use rgb(239,225,210) instead hex code.

Text Font Color

.myTextColor { color: #EFE1D2; }

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

This text font color is #EFE1D2.


Background Color

.myBgColor { background-color: #EFE1D2; }

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

This div background color is #EFE1D2.


Border color

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

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

This div border color is #EFE1D2.


Opacity

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

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

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

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

This text has shadow with #EFE1D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE1D2 on black background.


Color preview on white background

This text has color #EFE1D2 on white background.



Black color preview on #EFE1D2 background

This text has black color on #EFE1D2 background.


White color preview on #EFE1D2 background

This text has white color on #EFE1D2 background.