COLOR #EFE7E6

HEX: #EFE7E6
RGB: (239,231,230)

Color info

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

RGB color model

#EFE7E6 color RGB value is (239,231,230).

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

RGB channels and saturation

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

239
231
230

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

Portions of RGB colors in percentages

R + G + B =
239 + 231 + 230 = 700 (100%)
R 239 of 700 ~ 34.14%
G 231 of 700 ~ 33%
B 230 of 700 ~ 32.86%

%34.14
%33
%32.86

CMYK color model

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

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

Codes

Color #EFE7E6 in popluar color models

EFE7E6
RGB239231230
HSL21.95%91.96%
HSB/HSV3.77%93.73%
CMYK0.00%3.35%3.77%
6.27%

Color #EFE7E6 in popluar number systems.

HEXEFE7E6
Decimal239231230
Binary111011111110011111100110
Octal357347346

Shades and tints

Shades of #EFE7E6

#EFE7E6
(239,231,230)
#DAD2D2
(218,210,210)
#C5BDBE
(197,189,190)
#B0A8AA
(176,168,170)
#9B9396
(155,147,150)
#867E82
(134,126,130)
#71696E
(113,105,110)
#5C545A
(92,84,90)
#473F46
(71,63,70)
#322A32
(50,42,50)
#1D151E
(29,21,30)
#000000
(0,0,0)

Tints of #EFE7E6

#EFE7E6
(239,231,230)
#F0E9E8
(240,233,232)
#F1EBEA
(241,235,234)
#F2EDEC
(242,237,236)
#F3EFEE
(243,239,238)
#F4F1F0
(244,241,240)
#F5F3F2
(245,243,242)
#F6F5F4
(246,245,244)
#F7F7F6
(247,247,246)
#F8F9F8
(248,249,248)
#F9FBFA
(249,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE7E6; }

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

This text font color is #EFE7E6.


Background Color

.myBgColor { background-color: #EFE7E6; }

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

This div background color is #EFE7E6.


Border color

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

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

This div border color is #EFE7E6.


Opacity

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

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

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

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

This text has shadow with #EFE7E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE7E6 on black background.


Color preview on white background

This text has color #EFE7E6 on white background.



Black color preview on #EFE7E6 background

This text has black color on #EFE7E6 background.


White color preview on #EFE7E6 background

This text has white color on #EFE7E6 background.