COLOR #EFE7D6

HEX: #EFE7D6
RGB: (239,231,214)

Color info

#EFE7D6 contains red, green and blue colors in about the same proportion. Web safe color of #EFE7D6 is #FFFFCC (or #FFC).

RGB color model

#EFE7D6 color RGB value is (239,231,214).

  • red value is 239;
  • green value is 231;
  • blue value is 214.
RGB:
(239,231,214)
(94%,91%,84%)

RGB channels and saturation

R 239 of 255 = 94%
G 231 of 255 = 91%
B 214 of 255 = 84%

239
231
214

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

Portions of RGB colors in percentages

R + G + B =
239 + 231 + 214 = 684 (100%)
R 239 of 684 ~ 34.94%
G 231 of 684 ~ 33.77%
B 214 of 684 ~ 31.29%

%34.94
%33.77
%31.29

CMYK color model

#EFE7D6 color CMYK value is (0,3,10,6).

  • cyan value is 0.00%
  • magenta value is 3.35%
  • yellow value is 10.46%
  • key color value is 6.27%
CMYK:
(0,3,10,6)
C0M3Y10K6 
(0%,3%,10%,6%)
(0.00/0.03/0.10/0.06)	

CMYK percentages

%0
%3.35
%10.46
%6.27

Codes

Color #EFE7D6 in popluar color models

EFE7D6
RGB239231214
HSL41°43.86%88.82%
HSB/HSV41°10.46%93.73%
CMYK0.00%3.35%10.46%
6.27%

Color #EFE7D6 in popluar number systems.

HEXEFE7D6
Decimal239231214
Binary111011111110011111010110
Octal357347326

Shades and tints

Shades of #EFE7D6

#EFE7D6
(239,231,214)
#DAD2C3
(218,210,195)
#C5BDB0
(197,189,176)
#B0A89D
(176,168,157)
#9B938A
(155,147,138)
#867E77
(134,126,119)
#716964
(113,105,100)
#5C5451
(92,84,81)
#473F3E
(71,63,62)
#322A2B
(50,42,43)
#1D1518
(29,21,24)
#000000
(0,0,0)

Tints of #EFE7D6

#EFE7D6
(239,231,214)
#F0E9D9
(240,233,217)
#F1EBDC
(241,235,220)
#F2EDDF
(242,237,223)
#F3EFE2
(243,239,226)
#F4F1E5
(244,241,229)
#F5F3E8
(245,243,232)
#F6F5EB
(246,245,235)
#F7F7EE
(247,247,238)
#F8F9F1
(248,249,241)
#F9FBF4
(249,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFE7D6 color. Also use rgb(239,231,214) instead hex code.

Text Font Color

.myTextColor { color: #EFE7D6; }

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

This text font color is #EFE7D6.


Background Color

.myBgColor { background-color: #EFE7D6; }

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

This div background color is #EFE7D6.


Border color

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

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

This div border color is #EFE7D6.


Opacity

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

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

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

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

This text has shadow with #EFE7D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE7D6 on black background.


Color preview on white background

This text has color #EFE7D6 on white background.



Black color preview on #EFE7D6 background

This text has black color on #EFE7D6 background.


White color preview on #EFE7D6 background

This text has white color on #EFE7D6 background.