COLOR #EFECE7

HEX: #EFECE7
RGB: (239,236,231)

Color info

#EFECE7 contains red, green and blue colors in about the same proportion. Web safe color of #EFECE7 is #FFFFFF (or #FFF).

RGB color model

#EFECE7 color RGB value is (239,236,231).

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

RGB channels and saturation

R 239 of 255 = 94%
G 236 of 255 = 93%
B 231 of 255 = 91%

239
236
231

R + G + B ~ 93%. #EFECE7 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 236 + 231 = 706 (100%)
R 239 of 706 ~ 33.85%
G 236 of 706 ~ 33.43%
B 231 of 706 ~ 32.72%

%33.85
%33.43
%32.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.26%
  • yellow value is 3.35%
  • key color value is 6.27%
CMYK:
(0,1,3,6)
C0M1Y3K6 
(0%,1%,3%,6%)
(0.00/0.01/0.03/0.06)	

CMYK percentages

%0
%1.26
%3.35
%6.27

Codes

Color #EFECE7 in popluar color models

EFECE7
RGB239236231
HSL38°20.00%92.16%
HSB/HSV38°3.35%93.73%
CMYK0.00%1.26%3.35%
6.27%

Color #EFECE7 in popluar number systems.

HEXEFECE7
Decimal239236231
Binary111011111110110011100111
Octal357354347

Shades and tints

Shades of #EFECE7

#EFECE7
(239,236,231)
#DAD7D2
(218,215,210)
#C5C2BD
(197,194,189)
#B0ADA8
(176,173,168)
#9B9893
(155,152,147)
#86837E
(134,131,126)
#716E69
(113,110,105)
#5C5954
(92,89,84)
#47443F
(71,68,63)
#322F2A
(50,47,42)
#1D1A15
(29,26,21)
#000000
(0,0,0)

Tints of #EFECE7

#EFECE7
(239,236,231)
#F0EDE9
(240,237,233)
#F1EEEB
(241,238,235)
#F2EFED
(242,239,237)
#F3F0EF
(243,240,239)
#F4F1F1
(244,241,241)
#F5F2F3
(245,242,243)
#F6F3F5
(246,243,245)
#F7F4F7
(247,244,247)
#F8F5F9
(248,245,249)
#F9F6FB
(249,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFECE7; }

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

This text font color is #EFECE7.


Background Color

.myBgColor { background-color: #EFECE7; }

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

This div background color is #EFECE7.


Border color

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

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

This div border color is #EFECE7.


Opacity

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

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

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

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

This text has shadow with #EFECE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFECE7 on black background.


Color preview on white background

This text has color #EFECE7 on white background.



Black color preview on #EFECE7 background

This text has black color on #EFECE7 background.


White color preview on #EFECE7 background

This text has white color on #EFECE7 background.