COLOR #EFEEDF

HEX: #EFEEDF
RGB: (239,238,223)

Color info

#EFEEDF contains red, green and blue colors in about the same proportion. Web safe color of #EFEEDF is #FFFFCC (or #FFC).

RGB color model

#EFEEDF color RGB value is (239,238,223).

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

RGB channels and saturation

R 239 of 255 = 94%
G 238 of 255 = 93%
B 223 of 255 = 87%

239
238
223

R + G + B ~ 91%. #EFEEDF is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 238 + 223 = 700 (100%)
R 239 of 700 ~ 34.14%
G 238 of 700 ~ 34%
B 223 of 700 ~ 31.86%

%34.14
%34
%31.86

CMYK color model

#EFEEDF color CMYK value is (0,0,7,6).

  • cyan value is 0.00%
  • magenta value is 0.42%
  • yellow value is 6.69%
  • key color value is 6.27%
CMYK:
(0,0,7,6)
C0M0Y7K6 
(0%,0%,7%,6%)
(0.00/0.00/0.07/0.06)	

CMYK percentages

%0
%0.42
%6.69
%6.27

Codes

Color #EFEEDF in popluar color models

EFEEDF
RGB239238223
HSL56°33.33%90.59%
HSB/HSV56°6.69%93.73%
CMYK0.00%0.42%6.69%
6.27%

Color #EFEEDF in popluar number systems.

HEXEFEEDF
Decimal239238223
Binary111011111110111011011111
Octal357356337

Shades and tints

Shades of #EFEEDF

#EFEEDF
(239,238,223)
#DAD9CB
(218,217,203)
#C5C4B7
(197,196,183)
#B0AFA3
(176,175,163)
#9B9A8F
(155,154,143)
#86857B
(134,133,123)
#717067
(113,112,103)
#5C5B53
(92,91,83)
#47463F
(71,70,63)
#32312B
(50,49,43)
#1D1C17
(29,28,23)
#000000
(0,0,0)

Tints of #EFEEDF

#EFEEDF
(239,238,223)
#F0EFE1
(240,239,225)
#F1F0E3
(241,240,227)
#F2F1E5
(242,241,229)
#F3F2E7
(243,242,231)
#F4F3E9
(244,243,233)
#F5F4EB
(245,244,235)
#F6F5ED
(246,245,237)
#F7F6EF
(247,246,239)
#F8F7F1
(248,247,241)
#F9F8F3
(249,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFEEDF; }

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

This text font color is #EFEEDF.


Background Color

.myBgColor { background-color: #EFEEDF; }

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

This div background color is #EFEEDF.


Border color

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

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

This div border color is #EFEEDF.


Opacity

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

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

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

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

This text has shadow with #EFEEDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFEEDF on black background.


Color preview on white background

This text has color #EFEEDF on white background.



Black color preview on #EFEEDF background

This text has black color on #EFEEDF background.


White color preview on #EFEEDF background

This text has white color on #EFEEDF background.