COLOR #EFE9CE

HEX: #EFE9CE RGB: (239,233,206)

Color info

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

RGB color model

#EFE9CE color RGB value is (239,233,206).

RGB: (239,233,206) (94%, 91%, 81%)

RGB channels and saturation

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

239
233
206

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

Portions of RGB colors in percentages

R + G + B = 239 + 233 + 206 = 678 (100%)
R 239 of 678 ~ 35.25%
G 233 of 678 ~ 34.37%
B 206 of 678 ~ 30.38'%

%35.25
%34.37
%30.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.51%
  • 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.51
%13.81
%6.27

Codes

Color #EFE9CE in popluar color models

EF E9 CE
RGB 239 233 206
HSL 49° 50.77% 87.25%
HSB/HSV 49° 13.81% 93.73%
CMYK 0.00% 2.51% 13.81%
6.27%

Color #EFE9CE in popluar number systems.

HEX EF E9 CE
Decimal 239 233 206
Binary 11101111 11101001 11001110
Octal 357 351 316

Shades and tints

Shades of #EFE9CE

#EFE9CE
(239,233,206)
#DAD4BC
(218,212,188)
#C5BFAA
(197,191,170)
#B0AA98
(176,170,152)
#9B9586
(155,149,134)
#868074
(134,128,116)
#716B62
(113,107,98)
#5C5650
(92,86,80)
#47413E
(71,65,62)
#322C2C
(50,44,44)
#1D171A
(29,23,26)
#000000
(0,0,0)

Tints of #EFE9CE

#EFE9CE
(239,233,206)
#F0EBD2
(240,235,210)
#F1EDD6
(241,237,214)
#F2EFDA
(242,239,218)
#F3F1DE
(243,241,222)
#F4F3E2
(244,243,226)
#F5F5E6
(245,245,230)
#F6F7EA
(246,247,234)
#F7F9EE
(247,249,238)
#F8FBF2
(248,251,242)
#F9FDF6
(249,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE9CE; }

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

This text font color is #EFE9CE.

Background Color

.myBgColor { background-color: #EFE9CE; }

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

This div background color is #EFE9CE.

Border color

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

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

This div border color is #EFE9CE.

Opacity

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

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

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

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

This text has shadow with #EFE9CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFE9CE.

Preview

Color preview on black background

This text has color #EFE9CE on black background.


Color preview on white background

This text has color #EFE9CE on white background.


Black color preview on #EFE9CE background

This text has black color on #EFE9CE background.


White color preview on #EFE9CE background

This text has white color on #EFE9CE background.


Related colors

Complementary color

Complementary color for #hex is #101631.


I love getcolorcode.com

Triadic colors

1 #CEEFE9 and #E9CEEF with #EFE9CE are triadic colors.

2 #CEE9EF and #E9EFCE with #EFE9CE are triadic colors.