COLOR #EFEEE7

HEX: #EFEEE7
RGB: (239,238,231)

Color info

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

RGB color model

#EFEEE7 color RGB value is (239,238,231).

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

RGB channels and saturation

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

239
238
231

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

Portions of RGB colors in percentages

R + G + B =
239 + 238 + 231 = 708 (100%)
R 239 of 708 ~ 33.76%
G 238 of 708 ~ 33.62%
B 231 of 708 ~ 32.63%

%33.76
%33.62
%32.63

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.42%
  • yellow value is 3.35%
  • key color value is 6.27%
CMYK:
(0,0,3,6)
C0M0Y3K6 
(0%,0%,3%,6%)
(0.00/0.00/0.03/0.06)	

CMYK percentages

%0
%0.42
%3.35
%6.27

Codes

Color #EFEEE7 in popluar color models

EFEEE7
RGB239238231
HSL53°20.00%92.16%
HSB/HSV53°3.35%93.73%
CMYK0.00%0.42%3.35%
6.27%

Color #EFEEE7 in popluar number systems.

HEXEFEEE7
Decimal239238231
Binary111011111110111011100111
Octal357356347

Shades and tints

Shades of #EFEEE7

#EFEEE7
(239,238,231)
#DAD9D2
(218,217,210)
#C5C4BD
(197,196,189)
#B0AFA8
(176,175,168)
#9B9A93
(155,154,147)
#86857E
(134,133,126)
#717069
(113,112,105)
#5C5B54
(92,91,84)
#47463F
(71,70,63)
#32312A
(50,49,42)
#1D1C15
(29,28,21)
#000000
(0,0,0)

Tints of #EFEEE7

#EFEEE7
(239,238,231)
#F0EFE9
(240,239,233)
#F1F0EB
(241,240,235)
#F2F1ED
(242,241,237)
#F3F2EF
(243,242,239)
#F4F3F1
(244,243,241)
#F5F4F3
(245,244,243)
#F6F5F5
(246,245,245)
#F7F6F7
(247,246,247)
#F8F7F9
(248,247,249)
#F9F8FB
(249,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFEEE7; }

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

This text font color is #EFEEE7.


Background Color

.myBgColor { background-color: #EFEEE7; }

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

This div background color is #EFEEE7.


Border color

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

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

This div border color is #EFEEE7.


Opacity

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

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

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

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

This text has shadow with #EFEEE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFEEE7 on black background.


Color preview on white background

This text has color #EFEEE7 on white background.



Black color preview on #EFEEE7 background

This text has black color on #EFEEE7 background.


White color preview on #EFEEE7 background

This text has white color on #EFEEE7 background.