COLOR #EFEEE8

HEX: #EFEEE8
RGB: (239,238,232)

Color info

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

RGB color model

#EFEEE8 color RGB value is (239,238,232).

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

RGB channels and saturation

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

239
238
232

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

Portions of RGB colors in percentages

R + G + B =
239 + 238 + 232 = 709 (100%)
R 239 of 709 ~ 33.71%
G 238 of 709 ~ 33.57%
B 232 of 709 ~ 32.72%

%33.71
%33.57
%32.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.42%
  • yellow value is 2.93%
  • 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
%2.93
%6.27

Codes

Color #EFEEE8 in popluar color models

EFEEE8
RGB239238232
HSL51°17.95%92.35%
HSB/HSV51°2.93%93.73%
CMYK0.00%0.42%2.93%
6.27%

Color #EFEEE8 in popluar number systems.

HEXEFEEE8
Decimal239238232
Binary111011111110111011101000
Octal357356350

Shades and tints

Shades of #EFEEE8

#EFEEE8
(239,238,232)
#DAD9D3
(218,217,211)
#C5C4BE
(197,196,190)
#B0AFA9
(176,175,169)
#9B9A94
(155,154,148)
#86857F
(134,133,127)
#71706A
(113,112,106)
#5C5B55
(92,91,85)
#474640
(71,70,64)
#32312B
(50,49,43)
#1D1C16
(29,28,22)
#000000
(0,0,0)

Tints of #EFEEE8

#EFEEE8
(239,238,232)
#F0EFEA
(240,239,234)
#F1F0EC
(241,240,236)
#F2F1EE
(242,241,238)
#F3F2F0
(243,242,240)
#F4F3F2
(244,243,242)
#F5F4F4
(245,244,244)
#F6F5F6
(246,245,246)
#F7F6F8
(247,246,248)
#F8F7FA
(248,247,250)
#F9F8FC
(249,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFEEE8; }

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

This text font color is #EFEEE8.


Background Color

.myBgColor { background-color: #EFEEE8; }

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

This div background color is #EFEEE8.


Border color

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

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

This div border color is #EFEEE8.


Opacity

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

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

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

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

This text has shadow with #EFEEE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFEEE8 on black background.


Color preview on white background

This text has color #EFEEE8 on white background.



Black color preview on #EFEEE8 background

This text has black color on #EFEEE8 background.


White color preview on #EFEEE8 background

This text has white color on #EFEEE8 background.