COLOR #EFECEE

HEX: #EFECEE
RGB: (239,236,238)

Color info

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

RGB color model

#EFECEE color RGB value is (239,236,238).

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

RGB channels and saturation

R 239 of 255 = 94%
G 236 of 255 = 93%
B 238 of 255 = 93%

239
236
238

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

Portions of RGB colors in percentages

R + G + B =
239 + 236 + 238 = 713 (100%)
R 239 of 713 ~ 33.52%
G 236 of 713 ~ 33.1%
B 238 of 713 ~ 33.38%

%33.52
%33.1
%33.38

CMYK color model

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

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

CMYK percentages

%0
%1.26
%0.42
%6.27

Codes

Color #EFECEE in popluar color models

EFECEE
RGB239236238
HSL320°8.57%93.14%
HSB/HSV320°1.26%93.73%
CMYK0.00%1.26%0.42%
6.27%

Color #EFECEE in popluar number systems.

HEXEFECEE
Decimal239236238
Binary111011111110110011101110
Octal357354356

Shades and tints

Shades of #EFECEE

#EFECEE
(239,236,238)
#DAD7D9
(218,215,217)
#C5C2C4
(197,194,196)
#B0ADAF
(176,173,175)
#9B989A
(155,152,154)
#868385
(134,131,133)
#716E70
(113,110,112)
#5C595B
(92,89,91)
#474446
(71,68,70)
#322F31
(50,47,49)
#1D1A1C
(29,26,28)
#000000
(0,0,0)

Tints of #EFECEE

#EFECEE
(239,236,238)
#F0EDEF
(240,237,239)
#F1EEF0
(241,238,240)
#F2EFF1
(242,239,241)
#F3F0F2
(243,240,242)
#F4F1F3
(244,241,243)
#F5F2F4
(245,242,244)
#F6F3F5
(246,243,245)
#F7F4F6
(247,244,246)
#F8F5F7
(248,245,247)
#F9F6F8
(249,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFECEE; }

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

This text font color is #EFECEE.


Background Color

.myBgColor { background-color: #EFECEE; }

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

This div background color is #EFECEE.


Border color

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

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

This div border color is #EFECEE.


Opacity

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

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

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

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

This text has shadow with #EFECEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFECEE on black background.


Color preview on white background

This text has color #EFECEE on white background.



Black color preview on #EFECEE background

This text has black color on #EFECEE background.


White color preview on #EFECEE background

This text has white color on #EFECEE background.