COLOR #EFE8E6

HEX: #EFE8E6 RGB: (239,232,230)

Color info

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

RGB color model

#EFE8E6 color RGB value is (239,232,230).

RGB: (239,232,230) (94%, 91%, 90%)

RGB channels and saturation

R 239 of 255 = 94%
G 232 of 255 = 91%
B 230 of 255 = 90%

239
232
230

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

Portions of RGB colors in percentages

R + G + B = 239 + 232 + 230 = 701 (100%)
R 239 of 701 ~ 34.09%
G 232 of 701 ~ 33.1%
B 230 of 701 ~ 32.81'%

%34.09
%33.1
%32.81

CMYK color model

#EFE8E6 color CMYK value is (0,3,4,6).

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

CMYK: (0,3,4,6)
C0M3Y4K6 (0%, 3%, 4%, 6%)
(0.00 / 0.03 / 0.04 / 0.06)

CMYK percentages

%0
%2.93
%3.77
%6.27

Codes

Color #EFE8E6 in popluar color models

EF E8 E6
RGB 239 232 230
HSL 13° 21.95% 91.96%
HSB/HSV 13° 3.77% 93.73%
CMYK 0.00% 2.93% 3.77%
6.27%

Color #EFE8E6 in popluar number systems.

HEX EF E8 E6
Decimal 239 232 230
Binary 11101111 11101000 11100110
Octal 357 350 346

Shades and tints

Shades of #EFE8E6

#EFE8E6
(239,232,230)
#DAD3D2
(218,211,210)
#C5BEBE
(197,190,190)
#B0A9AA
(176,169,170)
#9B9496
(155,148,150)
#867F82
(134,127,130)
#716A6E
(113,106,110)
#5C555A
(92,85,90)
#474046
(71,64,70)
#322B32
(50,43,50)
#1D161E
(29,22,30)
#000000
(0,0,0)

Tints of #EFE8E6

#EFE8E6
(239,232,230)
#F0EAE8
(240,234,232)
#F1ECEA
(241,236,234)
#F2EEEC
(242,238,236)
#F3F0EE
(243,240,238)
#F4F2F0
(244,242,240)
#F5F4F2
(245,244,242)
#F6F6F4
(246,246,244)
#F7F8F6
(247,248,246)
#F8FAF8
(248,250,248)
#F9FCFA
(249,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE8E6; }

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

This text font color is #EFE8E6.

Background Color

.myBgColor { background-color: #EFE8E6; }

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

This div background color is #EFE8E6.

Border color

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

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

This div border color is #EFE8E6.

Opacity

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

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

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

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

This text has shadow with #EFE8E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFE8E6.

Preview

Color preview on black background

This text has color #EFE8E6 on black background.


Color preview on white background

This text has color #EFE8E6 on white background.


Black color preview on #EFE8E6 background

This text has black color on #EFE8E6 background.


White color preview on #EFE8E6 background

This text has white color on #EFE8E6 background.


Related colors

Complementary color

Complementary color for #hex is #101719.


I love getcolorcode.com

Triadic colors

1 #E6EFE8 and #E8E6EF with #EFE8E6 are triadic colors.

2 #E6E8EF and #E8EFE6 with #EFE8E6 are triadic colors.