COLOR #EFEDEA

HEX: #EFEDEA
RGB: (239,237,234)

Color info

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

RGB color model

#EFEDEA color RGB value is (239,237,234).

  • red value is 239;
  • green value is 237;
  • blue value is 234.
RGB:
(239,237,234)
(94%,93%,92%)

RGB channels and saturation

R 239 of 255 = 94%
G 237 of 255 = 93%
B 234 of 255 = 92%

239
237
234

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

Portions of RGB colors in percentages

R + G + B =
239 + 237 + 234 = 710 (100%)
R 239 of 710 ~ 33.66%
G 237 of 710 ~ 33.38%
B 234 of 710 ~ 32.96%

%33.66
%33.38
%32.96

CMYK color model

#EFEDEA color CMYK value is (0,1,2,6).

  • cyan value is 0.00%
  • magenta value is 0.84%
  • yellow value is 2.09%
  • key color value is 6.27%
CMYK:
(0,1,2,6)
C0M1Y2K6 
(0%,1%,2%,6%)
(0.00/0.01/0.02/0.06)	

CMYK percentages

%0
%0.84
%2.09
%6.27

Codes

Color #EFEDEA in popluar color models

EFEDEA
RGB239237234
HSL36°13.51%92.75%
HSB/HSV36°2.09%93.73%
CMYK0.00%0.84%2.09%
6.27%

Color #EFEDEA in popluar number systems.

HEXEFEDEA
Decimal239237234
Binary111011111110110111101010
Octal357355352

Shades and tints

Shades of #EFEDEA

#EFEDEA
(239,237,234)
#DAD8D5
(218,216,213)
#C5C3C0
(197,195,192)
#B0AEAB
(176,174,171)
#9B9996
(155,153,150)
#868481
(134,132,129)
#716F6C
(113,111,108)
#5C5A57
(92,90,87)
#474542
(71,69,66)
#32302D
(50,48,45)
#1D1B18
(29,27,24)
#000000
(0,0,0)

Tints of #EFEDEA

#EFEDEA
(239,237,234)
#F0EEEB
(240,238,235)
#F1EFEC
(241,239,236)
#F2F0ED
(242,240,237)
#F3F1EE
(243,241,238)
#F4F2EF
(244,242,239)
#F5F3F0
(245,243,240)
#F6F4F1
(246,244,241)
#F7F5F2
(247,245,242)
#F8F6F3
(248,246,243)
#F9F7F4
(249,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFEDEA color. Also use rgb(239,237,234) instead hex code.

Text Font Color

.myTextColor { color: #EFEDEA; }

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

This text font color is #EFEDEA.


Background Color

.myBgColor { background-color: #EFEDEA; }

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

This div background color is #EFEDEA.


Border color

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

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

This div border color is #EFEDEA.


Opacity

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

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

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

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

This text has shadow with #EFEDEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFEDEA on black background.


Color preview on white background

This text has color #EFEDEA on white background.



Black color preview on #EFEDEA background

This text has black color on #EFEDEA background.


White color preview on #EFEDEA background

This text has white color on #EFEDEA background.