COLOR #EFECE0

HEX: #EFECE0
RGB: (239,236,224)

Color info

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

RGB color model

#EFECE0 color RGB value is (239,236,224).

  • red value is 239;
  • green value is 236;
  • blue value is 224.
RGB:
(239,236,224)
(94%,93%,88%)

RGB channels and saturation

R 239 of 255 = 94%
G 236 of 255 = 93%
B 224 of 255 = 88%

239
236
224

R + G + B ~ 92%. #EFECE0 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 236 + 224 = 699 (100%)
R 239 of 699 ~ 34.19%
G 236 of 699 ~ 33.76%
B 224 of 699 ~ 32.05%

%34.19
%33.76
%32.05

CMYK color model

#EFECE0 color CMYK value is (0,1,6,6).

  • cyan value is 0.00%
  • magenta value is 1.26%
  • yellow value is 6.28%
  • key color value is 6.27%
CMYK:
(0,1,6,6)
C0M1Y6K6 
(0%,1%,6%,6%)
(0.00/0.01/0.06/0.06)	

CMYK percentages

%0
%1.26
%6.28
%6.27

Codes

Color #EFECE0 in popluar color models

EFECE0
RGB239236224
HSL48°31.91%90.78%
HSB/HSV48°6.28%93.73%
CMYK0.00%1.26%6.28%
6.27%

Color #EFECE0 in popluar number systems.

HEXEFECE0
Decimal239236224
Binary111011111110110011100000
Octal357354340

Shades and tints

Shades of #EFECE0

#EFECE0
(239,236,224)
#DAD7CC
(218,215,204)
#C5C2B8
(197,194,184)
#B0ADA4
(176,173,164)
#9B9890
(155,152,144)
#86837C
(134,131,124)
#716E68
(113,110,104)
#5C5954
(92,89,84)
#474440
(71,68,64)
#322F2C
(50,47,44)
#1D1A18
(29,26,24)
#000000
(0,0,0)

Tints of #EFECE0

#EFECE0
(239,236,224)
#F0EDE2
(240,237,226)
#F1EEE4
(241,238,228)
#F2EFE6
(242,239,230)
#F3F0E8
(243,240,232)
#F4F1EA
(244,241,234)
#F5F2EC
(245,242,236)
#F6F3EE
(246,243,238)
#F7F4F0
(247,244,240)
#F8F5F2
(248,245,242)
#F9F6F4
(249,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFECE0 color. Also use rgb(239,236,224) instead hex code.

Text Font Color

.myTextColor { color: #EFECE0; }

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

This text font color is #EFECE0.


Background Color

.myBgColor { background-color: #EFECE0; }

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

This div background color is #EFECE0.


Border color

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

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

This div border color is #EFECE0.


Opacity

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

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

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

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

This text has shadow with #EFECE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFECE0 on black background.


Color preview on white background

This text has color #EFECE0 on white background.



Black color preview on #EFECE0 background

This text has black color on #EFECE0 background.


White color preview on #EFECE0 background

This text has white color on #EFECE0 background.