COLOR #E7EFEC

HEX: #E7EFEC RGB: (231,239,236)

Color info

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

RGB color model

#E7EFEC color RGB value is (231,239,236).

RGB: (231,239,236) (91%, 94%, 93%)

RGB channels and saturation

R 231 of 255 = 91%
G 239 of 255 = 94%
B 236 of 255 = 93%

231
239
236

R + G + B ~ 93%. #E7EFEC is light color.

Portions of RGB colors in percentages

R + G + B = 231 + 239 + 236 = 706 (100%)
R 231 of 706 ~ 32.72%
G 239 of 706 ~ 33.85%
B 236 of 706 ~ 33.43'%

%32.72
%33.85
%33.43

CMYK color model

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

  • cyan value is 3.35%
  • magenta value is 0.00%
  • yellow value is 1.26%
  • key color value is 6.27%

CMYK: (3,0,1,6)
C3M0Y1K6 (3%, 0%, 1%, 6%)
(0.03 / 0.00 / 0.01 / 0.06)

CMYK percentages

%3.35
%0
%1.26
%6.27

Codes

Color #E7EFEC in popluar color models

E7 EF EC
RGB 231 239 236
HSL 158° 20.00% 92.16%
HSB/HSV 158° 3.35% 93.73%
CMYK 3.35% 0.00% 1.26%
6.27%

Color #E7EFEC in popluar number systems.

HEX E7 EF EC
Decimal 231 239 236
Binary 11100111 11101111 11101100
Octal 347 357 354

Shades and tints

Shades of #E7EFEC

#E7EFEC
(231,239,236)
#D2DAD7
(210,218,215)
#BDC5C2
(189,197,194)
#A8B0AD
(168,176,173)
#939B98
(147,155,152)
#7E8683
(126,134,131)
#69716E
(105,113,110)
#545C59
(84,92,89)
#3F4744
(63,71,68)
#2A322F
(42,50,47)
#151D1A
(21,29,26)
#000000
(0,0,0)

Tints of #E7EFEC

#E7EFEC
(231,239,236)
#E9F0ED
(233,240,237)
#EBF1EE
(235,241,238)
#EDF2EF
(237,242,239)
#EFF3F0
(239,243,240)
#F1F4F1
(241,244,241)
#F3F5F2
(243,245,242)
#F5F6F3
(245,246,243)
#F7F7F4
(247,247,244)
#F9F8F5
(249,248,245)
#FBF9F6
(251,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7EFEC; }

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

This text font color is #E7EFEC.

Background Color

.myBgColor { background-color: #E7EFEC; }

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

This div background color is #E7EFEC.

Border color

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

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

This div border color is #E7EFEC.

Opacity

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

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

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

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

This text has shadow with #E7EFEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7EFEC.

Preview

Color preview on black background

This text has color #E7EFEC on black background.


Color preview on white background

This text has color #E7EFEC on white background.


Black color preview on #E7EFEC background

This text has black color on #E7EFEC background.


White color preview on #E7EFEC background

This text has white color on #E7EFEC background.


Related colors

Complementary color

Complementary color for #hex is #181013.


I love getcolorcode.com

Triadic colors

1 #ECE7EF and #EFECE7 with #E7EFEC are triadic colors.

2 #ECEFE7 and #EFE7EC with #E7EFEC are triadic colors.