COLOR #EFEDE6

HEX: #EFEDE6 RGB: (239,237,230)

Color info

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

RGB color model

#EFEDE6 color RGB value is (239,237,230).

RGB: (239,237,230) (94%, 93%, 90%)

RGB channels and saturation

R 239 of 255 = 94%
G 237 of 255 = 93%
B 230 of 255 = 90%

239
237
230

R + G + B ~ 92%. #EFEDE6 is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 237 + 230 = 706 (100%)
R 239 of 706 ~ 33.85%
G 237 of 706 ~ 33.57%
B 230 of 706 ~ 32.58'%

%33.85
%33.57
%32.58

CMYK color model

#EFEDE6 color CMYK value is (0,1,4,6).

  • cyan value is 0.00%
  • magenta value is 0.84%
  • yellow value is 3.77%
  • key color value is 6.27%

CMYK: (0,1,4,6)
C0M1Y4K6 (0%, 1%, 4%, 6%)
(0.00 / 0.01 / 0.04 / 0.06)

CMYK percentages

%0
%0.84
%3.77
%6.27

Codes

Color #EFEDE6 in popluar color models

EF ED E6
RGB 239 237 230
HSL 47° 21.95% 91.96%
HSB/HSV 47° 3.77% 93.73%
CMYK 0.00% 0.84% 3.77%
6.27%

Color #EFEDE6 in popluar number systems.

HEX EF ED E6
Decimal 239 237 230
Binary 11101111 11101101 11100110
Octal 357 355 346

Shades and tints

Shades of #EFEDE6

#EFEDE6
(239,237,230)
#DAD8D2
(218,216,210)
#C5C3BE
(197,195,190)
#B0AEAA
(176,174,170)
#9B9996
(155,153,150)
#868482
(134,132,130)
#716F6E
(113,111,110)
#5C5A5A
(92,90,90)
#474546
(71,69,70)
#323032
(50,48,50)
#1D1B1E
(29,27,30)
#000000
(0,0,0)

Tints of #EFEDE6

#EFEDE6
(239,237,230)
#F0EEE8
(240,238,232)
#F1EFEA
(241,239,234)
#F2F0EC
(242,240,236)
#F3F1EE
(243,241,238)
#F4F2F0
(244,242,240)
#F5F3F2
(245,243,242)
#F6F4F4
(246,244,244)
#F7F5F6
(247,245,246)
#F8F6F8
(248,246,248)
#F9F7FA
(249,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFEDE6; }

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

This text font color is #EFEDE6.

Background Color

.myBgColor { background-color: #EFEDE6; }

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

This div background color is #EFEDE6.

Border color

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

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

This div border color is #EFEDE6.

Opacity

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

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

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

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

This text has shadow with #EFEDE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFEDE6.

Preview

Color preview on black background

This text has color #EFEDE6 on black background.


Color preview on white background

This text has color #EFEDE6 on white background.


Black color preview on #EFEDE6 background

This text has black color on #EFEDE6 background.


White color preview on #EFEDE6 background

This text has white color on #EFEDE6 background.


Related colors

Complementary color

Complementary color for #hex is #101219.


I love getcolorcode.com

Triadic colors

1 #E6EFED and #EDE6EF with #EFEDE6 are triadic colors.

2 #E6EDEF and #EDEFE6 with #EFEDE6 are triadic colors.