COLOR #E7E6EC

HEX: #E7E6EC RGB: (231,230,236)

Color info

#E7E6EC contains red, green and blue colors in about the same proportion. Web safe color of #E7E6EC is #FFCCFF (or #FCF).

RGB color model

#E7E6EC color RGB value is (231,230,236).

RGB: (231,230,236) (91%, 90%, 93%)

RGB channels and saturation

R 231 of 255 = 91%
G 230 of 255 = 90%
B 236 of 255 = 93%

231
230
236

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

Portions of RGB colors in percentages

R + G + B = 231 + 230 + 236 = 697 (100%)
R 231 of 697 ~ 33.14%
G 230 of 697 ~ 33%
B 236 of 697 ~ 33.86'%

%33.14
%33
%33.86

CMYK color model

#E7E6EC color CMYK value is (2,3,0,7).

  • cyan value is 2.12%
  • magenta value is 2.54%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (2,3,0,7)
C2M3Y0K7 (2%, 3%, 0%, 7%)
(0.02 / 0.03 / 0.00 / 0.07)

CMYK percentages

%2.12
%2.54
%0
%7.45

Codes

Color #E7E6EC in popluar color models

E7 E6 EC
RGB 231 230 236
HSL 250° 13.64% 91.37%
HSB/HSV 250° 2.54% 92.55%
CMYK 2.12% 2.54% 0.00%
7.45%

Color #E7E6EC in popluar number systems.

HEX E7 E6 EC
Decimal 231 230 236
Binary 11100111 11100110 11101100
Octal 347 346 354

Shades and tints

Shades of #E7E6EC

#E7E6EC
(231,230,236)
#D2D2D7
(210,210,215)
#BDBEC2
(189,190,194)
#A8AAAD
(168,170,173)
#939698
(147,150,152)
#7E8283
(126,130,131)
#696E6E
(105,110,110)
#545A59
(84,90,89)
#3F4644
(63,70,68)
#2A322F
(42,50,47)
#151E1A
(21,30,26)
#000000
(0,0,0)

Tints of #E7E6EC

#E7E6EC
(231,230,236)
#E9E8ED
(233,232,237)
#EBEAEE
(235,234,238)
#EDECEF
(237,236,239)
#EFEEF0
(239,238,240)
#F1F0F1
(241,240,241)
#F3F2F2
(243,242,242)
#F5F4F3
(245,244,243)
#F7F6F4
(247,246,244)
#F9F8F5
(249,248,245)
#FBFAF6
(251,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7E6EC; }

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

This text font color is #E7E6EC.

Background Color

.myBgColor { background-color: #E7E6EC; }

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

This div background color is #E7E6EC.

Border color

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

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

This div border color is #E7E6EC.

Opacity

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

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

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

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

This text has shadow with #E7E6EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7E6EC.

Preview

Color preview on black background

This text has color #E7E6EC on black background.


Color preview on white background

This text has color #E7E6EC on white background.


Black color preview on #E7E6EC background

This text has black color on #E7E6EC background.


White color preview on #E7E6EC background

This text has white color on #E7E6EC background.


Related colors

Complementary color

Complementary color for #hex is #181913.


I love getcolorcode.com

Triadic colors

1 #ECE7E6 and #E6ECE7 with #E7E6EC are triadic colors.

2 #ECE6E7 and #E6E7EC with #E7E6EC are triadic colors.