COLOR #E7E6B9

HEX: #E7E6B9 RGB: (231,230,185)

Color info

#E7E6B9 contains red, green and blue colors in about the same proportion. Web safe color of #E7E6B9 is #FFCCCC (or #FCC).

RGB color model

#E7E6B9 color RGB value is (231,230,185).

RGB: (231,230,185) (91%, 90%, 73%)

RGB channels and saturation

R 231 of 255 = 91%
G 230 of 255 = 90%
B 185 of 255 = 73%

231
230
185

R + G + B ~ 85%. #E7E6B9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 230 + 185 = 646 (100%)
R 231 of 646 ~ 35.76%
G 230 of 646 ~ 35.6%
B 185 of 646 ~ 28.64'%

%35.76
%35.6
%28.64

CMYK color model

#E7E6B9 color CMYK value is (0,0,20,9).

  • cyan value is 0.00%
  • magenta value is 0.43%
  • yellow value is 19.91%
  • key color value is 9.41%

CMYK: (0,0,20,9)
C0M0Y20K9 (0%, 0%, 20%, 9%)
(0.00 / 0.00 / 0.20 / 0.09)

CMYK percentages

%0
%0.43
%19.91
%9.41

Codes

Color #E7E6B9 in popluar color models

E7 E6 B9
RGB 231 230 185
HSL 59° 48.94% 81.57%
HSB/HSV 59° 19.91% 90.59%
CMYK 0.00% 0.43% 19.91%
9.41%

Color #E7E6B9 in popluar number systems.

HEX E7 E6 B9
Decimal 231 230 185
Binary 11100111 11100110 10111001
Octal 347 346 271

Shades and tints

Shades of #E7E6B9

#E7E6B9
(231,230,185)
#D2D2A9
(210,210,169)
#BDBE99
(189,190,153)
#A8AA89
(168,170,137)
#939679
(147,150,121)
#7E8269
(126,130,105)
#696E59
(105,110,89)
#545A49
(84,90,73)
#3F4639
(63,70,57)
#2A3229
(42,50,41)
#151E19
(21,30,25)
#000000
(0,0,0)

Tints of #E7E6B9

#E7E6B9
(231,230,185)
#E9E8BF
(233,232,191)
#EBEAC5
(235,234,197)
#EDECCB
(237,236,203)
#EFEED1
(239,238,209)
#F1F0D7
(241,240,215)
#F3F2DD
(243,242,221)
#F5F4E3
(245,244,227)
#F7F6E9
(247,246,233)
#F9F8EF
(249,248,239)
#FBFAF5
(251,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7E6B9; }

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

This text font color is #E7E6B9.

Background Color

.myBgColor { background-color: #E7E6B9; }

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

This div background color is #E7E6B9.

Border color

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

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

This div border color is #E7E6B9.

Opacity

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

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

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

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

This text has shadow with #E7E6B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7E6B9.

Preview

Color preview on black background

This text has color #E7E6B9 on black background.


Color preview on white background

This text has color #E7E6B9 on white background.


Black color preview on #E7E6B9 background

This text has black color on #E7E6B9 background.


White color preview on #E7E6B9 background

This text has white color on #E7E6B9 background.


Related colors

Complementary color

Complementary color for #hex is #181946.


I love getcolorcode.com

Triadic colors

1 #B9E7E6 and #E6B9E7 with #E7E6B9 are triadic colors.

2 #B9E6E7 and #E6E7B9 with #E7E6B9 are triadic colors.