COLOR #EFE9E6

HEX: #EFE9E6
RGB: (239,233,230)

Color info

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

RGB color model

#EFE9E6 color RGB value is (239,233,230).

  • red value is 239;
  • green value is 233;
  • blue value is 230.
RGB:
(239,233,230)
(94%,91%,90%)

RGB channels and saturation

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

239
233
230

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

Portions of RGB colors in percentages

R + G + B =
239 + 233 + 230 = 702 (100%)
R 239 of 702 ~ 34.05%
G 233 of 702 ~ 33.19%
B 230 of 702 ~ 32.76%

%34.05
%33.19
%32.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.51%
  • 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.51
%3.77
%6.27

Codes

Color #EFE9E6 in popluar color models

EFE9E6
RGB239233230
HSL20°21.95%91.96%
HSB/HSV20°3.77%93.73%
CMYK0.00%2.51%3.77%
6.27%

Color #EFE9E6 in popluar number systems.

HEXEFE9E6
Decimal239233230
Binary111011111110100111100110
Octal357351346

Shades and tints

Shades of #EFE9E6

#EFE9E6
(239,233,230)
#DAD4D2
(218,212,210)
#C5BFBE
(197,191,190)
#B0AAAA
(176,170,170)
#9B9596
(155,149,150)
#868082
(134,128,130)
#716B6E
(113,107,110)
#5C565A
(92,86,90)
#474146
(71,65,70)
#322C32
(50,44,50)
#1D171E
(29,23,30)
#000000
(0,0,0)

Tints of #EFE9E6

#EFE9E6
(239,233,230)
#F0EBE8
(240,235,232)
#F1EDEA
(241,237,234)
#F2EFEC
(242,239,236)
#F3F1EE
(243,241,238)
#F4F3F0
(244,243,240)
#F5F5F2
(245,245,242)
#F6F7F4
(246,247,244)
#F7F9F6
(247,249,246)
#F8FBF8
(248,251,248)
#F9FDFA
(249,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE9E6; }

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

This text font color is #EFE9E6.


Background Color

.myBgColor { background-color: #EFE9E6; }

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

This div background color is #EFE9E6.


Border color

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

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

This div border color is #EFE9E6.


Opacity

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

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

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

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

This text has shadow with #EFE9E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE9E6 on black background.


Color preview on white background

This text has color #EFE9E6 on white background.



Black color preview on #EFE9E6 background

This text has black color on #EFE9E6 background.


White color preview on #EFE9E6 background

This text has white color on #EFE9E6 background.