COLOR #E7EFE8

HEX: #E7EFE8 RGB: (231,239,232)

Color info

#E7EFE8 contains red, green and blue colors in about the same proportion. Web safe color of #E7EFE8 is #FFFFFF (or #FFF).

RGB color model

#E7EFE8 color RGB value is (231,239,232).

RGB: (231,239,232) (91%, 94%, 91%)

RGB channels and saturation

R 231 of 255 = 91%
G 239 of 255 = 94%
B 232 of 255 = 91%

231
239
232

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

Portions of RGB colors in percentages

R + G + B = 231 + 239 + 232 = 702 (100%)
R 231 of 702 ~ 32.91%
G 239 of 702 ~ 34.05%
B 232 of 702 ~ 33.05'%

%32.91
%34.05
%33.05

CMYK color model

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

  • cyan value is 3.35%
  • magenta value is 0.00%
  • yellow value is 2.93%
  • key color value is 6.27%
CMYK: (3,0,3,6) C3M0Y3K6 (3%,0%,3%,6%) (0.03/0.00/0.03/0.06) 

CMYK percentages

%3.35
%0
%2.93
%6.27

Codes

Color #E7EFE8 in popluar color models

E7 EF E8
RGB 231 239 232
HSL 128° 20.00% 92.16%
HSB/HSV 128° 3.35% 93.73%
CMYK 3.35% 0.00% 2.93%
6.27%

Color #E7EFE8 in popluar number systems.

HEX E7 EF E8
Decimal 231 239 232
Binary 11100111 11101111 11101000
Octal 347 357 350

Shades and tints

Shades of #E7EFE8

#E7EFE8
(231,239,232)
#D2DAD3
(210,218,211)
#BDC5BE
(189,197,190)
#A8B0A9
(168,176,169)
#939B94
(147,155,148)
#7E867F
(126,134,127)
#69716A
(105,113,106)
#545C55
(84,92,85)
#3F4740
(63,71,64)
#2A322B
(42,50,43)
#151D16
(21,29,22)
#000000
(0,0,0)

Tints of #E7EFE8

#E7EFE8
(231,239,232)
#E9F0EA
(233,240,234)
#EBF1EC
(235,241,236)
#EDF2EE
(237,242,238)
#EFF3F0
(239,243,240)
#F1F4F2
(241,244,242)
#F3F5F4
(243,245,244)
#F5F6F6
(245,246,246)
#F7F7F8
(247,247,248)
#F9F8FA
(249,248,250)
#FBF9FC
(251,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7EFE8; }

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

This text font color is #E7EFE8.

Background Color

.myBgColor { background-color: #E7EFE8; }

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

This div background color is #E7EFE8.

Border color

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

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

This div border color is #E7EFE8.

Opacity

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

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

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

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

This text has shadow with #E7EFE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7EFE8.

Preview

Color preview on black background

This text has color #E7EFE8 on black background.


Color preview on white background

This text has color #E7EFE8 on white background.


Black color preview on #E7EFE8 background

This text has black color on #E7EFE8 background.


White color preview on #E7EFE8 background

This text has white color on #E7EFE8 background.


Related colors

Complementary color

Complementary color for #hex is #181017.


I love getcolorcode.com

Triadic colors

1 #E8E7EF and #EFE8E7 with #E7EFE8 are triadic colors.

2 #E8EFE7 and #EFE7E8 with #E7EFE8 are triadic colors.