COLOR #EFEEEC

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

Color info

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

RGB color model

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

RGB: (239,238,236) (94%, 93%, 93%)

RGB channels and saturation

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

239
238
236

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

Portions of RGB colors in percentages

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

%33.52
%33.38
%33.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.42%
  • yellow value is 1.26%
  • key color value is 6.27%

CMYK: (0,0,1,6)
C0M0Y1K6 (0%, 0%, 1%, 6%)
(0.00 / 0.00 / 0.01 / 0.06)

CMYK percentages

%0
%0.42
%1.26
%6.27

Codes

Color #EFEEEC in popluar color models

EF EE EC
RGB 239 238 236
HSL 40° 8.57% 93.14%
HSB/HSV 40° 1.26% 93.73%
CMYK 0.00% 0.42% 1.26%
6.27%

Color #EFEEEC in popluar number systems.

HEX EF EE EC
Decimal 239 238 236
Binary 11101111 11101110 11101100
Octal 357 356 354

Shades and tints

Shades of #EFEEEC

#EFEEEC
(239,238,236)
#DAD9D7
(218,217,215)
#C5C4C2
(197,196,194)
#B0AFAD
(176,175,173)
#9B9A98
(155,154,152)
#868583
(134,133,131)
#71706E
(113,112,110)
#5C5B59
(92,91,89)
#474644
(71,70,68)
#32312F
(50,49,47)
#1D1C1A
(29,28,26)
#000000
(0,0,0)

Tints of #EFEEEC

#EFEEEC
(239,238,236)
#F0EFED
(240,239,237)
#F1F0EE
(241,240,238)
#F2F1EF
(242,241,239)
#F3F2F0
(243,242,240)
#F4F3F1
(244,243,241)
#F5F4F2
(245,244,242)
#F6F5F3
(246,245,243)
#F7F6F4
(247,246,244)
#F8F7F5
(248,247,245)
#F9F8F6
(249,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFEEEC; }

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

This text font color is #EFEEEC.

Background Color

.myBgColor { background-color: #EFEEEC; }

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

This div background color is #EFEEEC.

Border color

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

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

This div border color is #EFEEEC.

Opacity

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

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

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

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

This text has shadow with #EFEEEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFEEEC.

Preview

Color preview on black background

This text has color #EFEEEC on black background.


Color preview on white background

This text has color #EFEEEC on white background.


Black color preview on #EFEEEC background

This text has black color on #EFEEEC background.


White color preview on #EFEEEC background

This text has white color on #EFEEEC background.


Related colors

Complementary color

Complementary color for #hex is #101113.


I love getcolorcode.com

Triadic colors

1 #ECEFEE and #EEECEF with #EFEEEC are triadic colors.

2 #ECEEEF and #EEEFEC with #EFEEEC are triadic colors.