COLOR #E7BEA9

HEX: #E7BEA9 RGB: (231,190,169)

Color info

#E7BEA9 contains mainly red and green colors. Web safe color of #E7BEA9 is #FFCC99 (or #FC9).

RGB color model

#E7BEA9 color RGB value is (231,190,169).

RGB: (231,190,169) (91%, 75%, 66%)

RGB channels and saturation

R 231 of 255 = 91%
G 190 of 255 = 75%
B 169 of 255 = 66%

231
190
169

R + G + B ~ 77%. #E7BEA9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 190 + 169 = 590 (100%)
R 231 of 590 ~ 39.15%
G 190 of 590 ~ 32.2%
B 169 of 590 ~ 28.64'%

%39.15
%32.2
%28.64

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.75%
  • yellow value is 26.84%
  • key color value is 9.41%

CMYK: (0,18,27,9)
C0M18Y27K9 (0%, 18%, 27%, 9%)
(0.00 / 0.18 / 0.27 / 0.09)

CMYK percentages

%0
%17.75
%26.84
%9.41

Codes

Color #E7BEA9 in popluar color models

E7 BE A9
RGB 231 190 169
HSL 20° 56.36% 78.43%
HSB/HSV 20° 26.84% 90.59%
CMYK 0.00% 17.75% 26.84%
9.41%

Color #E7BEA9 in popluar number systems.

HEX E7 BE A9
Decimal 231 190 169
Binary 11100111 10111110 10101001
Octal 347 276 251

Shades and tints

Shades of #E7BEA9

#E7BEA9
(231,190,169)
#D2AD9A
(210,173,154)
#BD9C8B
(189,156,139)
#A88B7C
(168,139,124)
#937A6D
(147,122,109)
#7E695E
(126,105,94)
#69584F
(105,88,79)
#544740
(84,71,64)
#3F3631
(63,54,49)
#2A2522
(42,37,34)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #E7BEA9

#E7BEA9
(231,190,169)
#E9C3B0
(233,195,176)
#EBC8B7
(235,200,183)
#EDCDBE
(237,205,190)
#EFD2C5
(239,210,197)
#F1D7CC
(241,215,204)
#F3DCD3
(243,220,211)
#F5E1DA
(245,225,218)
#F7E6E1
(247,230,225)
#F9EBE8
(249,235,232)
#FBF0EF
(251,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7BEA9 color. Also use rgb(231,190,169) instead hex code.

Text Font Color

.myTextColor { color: #E7BEA9; }

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

This text font color is #E7BEA9.

Background Color

.myBgColor { background-color: #E7BEA9; }

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

This div background color is #E7BEA9.

Border color

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

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

This div border color is #E7BEA9.

Opacity

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

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

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

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

This text has shadow with #E7BEA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7BEA9.

Preview

Color preview on black background

This text has color #E7BEA9 on black background.


Color preview on white background

This text has color #E7BEA9 on white background.


Black color preview on #E7BEA9 background

This text has black color on #E7BEA9 background.


White color preview on #E7BEA9 background

This text has white color on #E7BEA9 background.


Related colors

Complementary color

Complementary color for #hex is #184156.


I love getcolorcode.com

Triadic colors

1 #A9E7BE and #BEA9E7 with #E7BEA9 are triadic colors.

2 #A9BEE7 and #BEE7A9 with #E7BEA9 are triadic colors.