COLOR #EFE7E2

HEX: #EFE7E2
RGB: (239,231,226)

Color info

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

RGB color model

#EFE7E2 color RGB value is (239,231,226).

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

RGB channels and saturation

R 239 of 255 = 94%
G 231 of 255 = 91%
B 226 of 255 = 89%

239
231
226

R + G + B ~ 91%. #EFE7E2 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 231 + 226 = 696 (100%)
R 239 of 696 ~ 34.34%
G 231 of 696 ~ 33.19%
B 226 of 696 ~ 32.47%

%34.34
%33.19
%32.47

CMYK color model

#EFE7E2 color CMYK value is (0,3,5,6).

  • cyan value is 0.00%
  • magenta value is 3.35%
  • yellow value is 5.44%
  • key color value is 6.27%
CMYK: (0,3,5,6) C0M3Y5K6 (0%,3%,5%,6%) (0.00/0.03/0.05/0.06)

CMYK percentages

%0
%3.35
%5.44
%6.27

Codes

Color #EFE7E2 in popluar color models

EFE7E2
RGB239231226
HSL23°28.89%91.18%
HSB/HSV23°5.44%93.73%
CMYK0.00%3.35%5.44%
6.27%

Color #EFE7E2 in popluar number systems.

HEXEFE7E2
Decimal239231226
Binary111011111110011111100010
Octal357347342

Shades and tints

Shades of #EFE7E2

#EFE7E2
(239,231,226)
#DAD2CE
(218,210,206)
#C5BDBA
(197,189,186)
#B0A8A6
(176,168,166)
#9B9392
(155,147,146)
#867E7E
(134,126,126)
#71696A
(113,105,106)
#5C5456
(92,84,86)
#473F42
(71,63,66)
#322A2E
(50,42,46)
#1D151A
(29,21,26)
#000000
(0,0,0)

Tints of #EFE7E2

#EFE7E2
(239,231,226)
#F0E9E4
(240,233,228)
#F1EBE6
(241,235,230)
#F2EDE8
(242,237,232)
#F3EFEA
(243,239,234)
#F4F1EC
(244,241,236)
#F5F3EE
(245,243,238)
#F6F5F0
(246,245,240)
#F7F7F2
(247,247,242)
#F8F9F4
(248,249,244)
#F9FBF6
(249,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE7E2; }

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

This text font color is #EFE7E2.


Background Color

.myBgColor { background-color: #EFE7E2; }

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

This div background color is #EFE7E2.


Border color

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

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

This div border color is #EFE7E2.


Opacity

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

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

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

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

This text has shadow with #EFE7E2 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #EFE7E2 on black background.


Color preview on white background

This text has color #EFE7E2 on white background.



Black color preview on #EFE7E2 background

This text has black color on #EFE7E2 background.


White color preview on #EFE7E2 background

This text has white color on #EFE7E2 background.