COLOR #EFE8CE

HEX: #EFE8CE
RGB: (239,232,206)

Color info

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

RGB color model

#EFE8CE color RGB value is (239,232,206).

  • red value is 239;
  • green value is 232;
  • blue value is 206.
RGB:
(239,232,206)
(94%,91%,81%)

RGB channels and saturation

R 239 of 255 = 94%
G 232 of 255 = 91%
B 206 of 255 = 81%

239
232
206

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

Portions of RGB colors in percentages

R + G + B =
239 + 232 + 206 = 677 (100%)
R 239 of 677 ~ 35.3%
G 232 of 677 ~ 34.27%
B 206 of 677 ~ 30.43%

%35.3
%34.27
%30.43

CMYK color model

#EFE8CE color CMYK value is (0,3,14,6).

  • cyan value is 0.00%
  • magenta value is 2.93%
  • yellow value is 13.81%
  • key color value is 6.27%
CMYK:
(0,3,14,6)
C0M3Y14K6 
(0%,3%,14%,6%)
(0.00/0.03/0.14/0.06)	

CMYK percentages

%0
%2.93
%13.81
%6.27

Codes

Color #EFE8CE in popluar color models

EFE8CE
RGB239232206
HSL47°50.77%87.25%
HSB/HSV47°13.81%93.73%
CMYK0.00%2.93%13.81%
6.27%

Color #EFE8CE in popluar number systems.

HEXEFE8CE
Decimal239232206
Binary111011111110100011001110
Octal357350316

Shades and tints

Shades of #EFE8CE

#EFE8CE
(239,232,206)
#DAD3BC
(218,211,188)
#C5BEAA
(197,190,170)
#B0A998
(176,169,152)
#9B9486
(155,148,134)
#867F74
(134,127,116)
#716A62
(113,106,98)
#5C5550
(92,85,80)
#47403E
(71,64,62)
#322B2C
(50,43,44)
#1D161A
(29,22,26)
#000000
(0,0,0)

Tints of #EFE8CE

#EFE8CE
(239,232,206)
#F0EAD2
(240,234,210)
#F1ECD6
(241,236,214)
#F2EEDA
(242,238,218)
#F3F0DE
(243,240,222)
#F4F2E2
(244,242,226)
#F5F4E6
(245,244,230)
#F6F6EA
(246,246,234)
#F7F8EE
(247,248,238)
#F8FAF2
(248,250,242)
#F9FCF6
(249,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFE8CE color. Also use rgb(239,232,206) instead hex code.

Text Font Color

.myTextColor { color: #EFE8CE; }

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

This text font color is #EFE8CE.


Background Color

.myBgColor { background-color: #EFE8CE; }

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

This div background color is #EFE8CE.


Border color

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

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

This div border color is #EFE8CE.


Opacity

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

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

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

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

This text has shadow with #EFE8CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE8CE on black background.


Color preview on white background

This text has color #EFE8CE on white background.



Black color preview on #EFE8CE background

This text has black color on #EFE8CE background.


White color preview on #EFE8CE background

This text has white color on #EFE8CE background.