COLOR #E7E6BD

HEX: #E7E6BD RGB: (231,230,189)

Color info

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

RGB color model

#E7E6BD color RGB value is (231,230,189).

RGB: (231,230,189) (91%, 90%, 74%)

RGB channels and saturation

R 231 of 255 = 91%
G 230 of 255 = 90%
B 189 of 255 = 74%

231
230
189

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

Portions of RGB colors in percentages

R + G + B = 231 + 230 + 189 = 650 (100%)
R 231 of 650 ~ 35.54%
G 230 of 650 ~ 35.38%
B 189 of 650 ~ 29.08'%

%35.54
%35.38
%29.08

CMYK color model

#E7E6BD color CMYK value is (0,0,18,9).

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

CMYK: (0,0,18,9)
C0M0Y18K9 (0%, 0%, 18%, 9%)
(0.00 / 0.00 / 0.18 / 0.09)

CMYK percentages

%0
%0.43
%18.18
%9.41

Codes

Color #E7E6BD in popluar color models

E7 E6 BD
RGB 231 230 189
HSL 59° 46.67% 82.35%
HSB/HSV 59° 18.18% 90.59%
CMYK 0.00% 0.43% 18.18%
9.41%

Color #E7E6BD in popluar number systems.

HEX E7 E6 BD
Decimal 231 230 189
Binary 11100111 11100110 10111101
Octal 347 346 275

Shades and tints

Shades of #E7E6BD

#E7E6BD
(231,230,189)
#D2D2AC
(210,210,172)
#BDBE9B
(189,190,155)
#A8AA8A
(168,170,138)
#939679
(147,150,121)
#7E8268
(126,130,104)
#696E57
(105,110,87)
#545A46
(84,90,70)
#3F4635
(63,70,53)
#2A3224
(42,50,36)
#151E13
(21,30,19)
#000000
(0,0,0)

Tints of #E7E6BD

#E7E6BD
(231,230,189)
#E9E8C3
(233,232,195)
#EBEAC9
(235,234,201)
#EDECCF
(237,236,207)
#EFEED5
(239,238,213)
#F1F0DB
(241,240,219)
#F3F2E1
(243,242,225)
#F5F4E7
(245,244,231)
#F7F6ED
(247,246,237)
#F9F8F3
(249,248,243)
#FBFAF9
(251,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7E6BD; }

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

This text font color is #E7E6BD.

Background Color

.myBgColor { background-color: #E7E6BD; }

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

This div background color is #E7E6BD.

Border color

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

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

This div border color is #E7E6BD.

Opacity

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

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

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

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

This text has shadow with #E7E6BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7E6BD.

Preview

Color preview on black background

This text has color #E7E6BD on black background.


Color preview on white background

This text has color #E7E6BD on white background.


Black color preview on #E7E6BD background

This text has black color on #E7E6BD background.


White color preview on #E7E6BD background

This text has white color on #E7E6BD background.


Related colors

Complementary color

Complementary color for #hex is #181942.


I love getcolorcode.com

Triadic colors

1 #BDE7E6 and #E6BDE7 with #E7E6BD are triadic colors.

2 #BDE6E7 and #E6E7BD with #E7E6BD are triadic colors.