COLOR #EFEEDE

HEX: #EFEEDE
RGB: (239,238,222)

Color info

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

RGB color model

#EFEEDE color RGB value is (239,238,222).

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

RGB channels and saturation

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

239
238
222

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

Portions of RGB colors in percentages

R + G + B =
239 + 238 + 222 = 699 (100%)
R 239 of 699 ~ 34.19%
G 238 of 699 ~ 34.05%
B 222 of 699 ~ 31.76%

%34.19
%34.05
%31.76

CMYK color model

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

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

Codes

Color #EFEEDE in popluar color models

EFEEDE
RGB239238222
HSL56°34.69%90.39%
HSB/HSV56°7.11%93.73%
CMYK0.00%0.42%7.11%
6.27%

Color #EFEEDE in popluar number systems.

HEXEFEEDE
Decimal239238222
Binary111011111110111011011110
Octal357356336

Shades and tints

Shades of #EFEEDE

#EFEEDE
(239,238,222)
#DAD9CA
(218,217,202)
#C5C4B6
(197,196,182)
#B0AFA2
(176,175,162)
#9B9A8E
(155,154,142)
#86857A
(134,133,122)
#717066
(113,112,102)
#5C5B52
(92,91,82)
#47463E
(71,70,62)
#32312A
(50,49,42)
#1D1C16
(29,28,22)
#000000
(0,0,0)

Tints of #EFEEDE

#EFEEDE
(239,238,222)
#F0EFE1
(240,239,225)
#F1F0E4
(241,240,228)
#F2F1E7
(242,241,231)
#F3F2EA
(243,242,234)
#F4F3ED
(244,243,237)
#F5F4F0
(245,244,240)
#F6F5F3
(246,245,243)
#F7F6F6
(247,246,246)
#F8F7F9
(248,247,249)
#F9F8FC
(249,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFEEDE; }

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

This text font color is #EFEEDE.


Background Color

.myBgColor { background-color: #EFEEDE; }

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

This div background color is #EFEEDE.


Border color

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

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

This div border color is #EFEEDE.


Opacity

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

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

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

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

This text has shadow with #EFEEDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFEEDE on black background.


Color preview on white background

This text has color #EFEEDE on white background.



Black color preview on #EFEEDE background

This text has black color on #EFEEDE background.


White color preview on #EFEEDE background

This text has white color on #EFEEDE background.