COLOR #EFEEDD

HEX: #EFEEDD
RGB: (239,238,221)

Color info

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

RGB color model

#EFEEDD color RGB value is (239,238,221).

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

RGB channels and saturation

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

239
238
221

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

Portions of RGB colors in percentages

R + G + B =
239 + 238 + 221 = 698 (100%)
R 239 of 698 ~ 34.24%
G 238 of 698 ~ 34.1%
B 221 of 698 ~ 31.66%

%34.24
%34.1
%31.66

CMYK color model

#EFEEDD color CMYK value is (0,0,8,6).

  • cyan value is 0.00%
  • magenta value is 0.42%
  • yellow value is 7.53%
  • key color value is 6.27%
CMYK:
(0,0,8,6)
C0M0Y8K6 
(0%,0%,8%,6%)
(0.00/0.00/0.08/0.06)	

CMYK percentages

%0
%0.42
%7.53
%6.27

Codes

Color #EFEEDD in popluar color models

EFEEDD
RGB239238221
HSL57°36.00%90.20%
HSB/HSV57°7.53%93.73%
CMYK0.00%0.42%7.53%
6.27%

Color #EFEEDD in popluar number systems.

HEXEFEEDD
Decimal239238221
Binary111011111110111011011101
Octal357356335

Shades and tints

Shades of #EFEEDD

#EFEEDD
(239,238,221)
#DAD9C9
(218,217,201)
#C5C4B5
(197,196,181)
#B0AFA1
(176,175,161)
#9B9A8D
(155,154,141)
#868579
(134,133,121)
#717065
(113,112,101)
#5C5B51
(92,91,81)
#47463D
(71,70,61)
#323129
(50,49,41)
#1D1C15
(29,28,21)
#000000
(0,0,0)

Tints of #EFEEDD

#EFEEDD
(239,238,221)
#F0EFE0
(240,239,224)
#F1F0E3
(241,240,227)
#F2F1E6
(242,241,230)
#F3F2E9
(243,242,233)
#F4F3EC
(244,243,236)
#F5F4EF
(245,244,239)
#F6F5F2
(246,245,242)
#F7F6F5
(247,246,245)
#F8F7F8
(248,247,248)
#F9F8FB
(249,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFEEDD; }

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

This text font color is #EFEEDD.


Background Color

.myBgColor { background-color: #EFEEDD; }

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

This div background color is #EFEEDD.


Border color

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

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

This div border color is #EFEEDD.


Opacity

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

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

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

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

This text has shadow with #EFEEDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFEEDD on black background.


Color preview on white background

This text has color #EFEEDD on white background.



Black color preview on #EFEEDD background

This text has black color on #EFEEDD background.


White color preview on #EFEEDD background

This text has white color on #EFEEDD background.