COLOR #E7B68E

HEX: #E7B68E RGB: (231,182,142)

Color info

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

RGB color model

#E7B68E color RGB value is (231,182,142).

RGB: (231,182,142) (91%, 71%, 56%)

RGB channels and saturation

R 231 of 255 = 91%
G 182 of 255 = 71%
B 142 of 255 = 56%

231
182
142

R + G + B ~ 73%. #E7B68E is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 182 + 142 = 555 (100%)
R 231 of 555 ~ 41.62%
G 182 of 555 ~ 32.79%
B 142 of 555 ~ 25.59'%

%41.62
%32.79
%25.59

CMYK color model

#E7B68E color CMYK value is (0,21,39,9).

  • cyan value is 0.00%
  • magenta value is 21.21%
  • yellow value is 38.53%
  • key color value is 9.41%

CMYK: (0,21,39,9)
C0M21Y39K9 (0%, 21%, 39%, 9%)
(0.00 / 0.21 / 0.39 / 0.09)

CMYK percentages

%0
%21.21
%38.53
%9.41

Codes

Color #E7B68E in popluar color models

E7 B6 8E
RGB 231 182 142
HSL 27° 64.96% 73.14%
HSB/HSV 27° 38.53% 90.59%
CMYK 0.00% 21.21% 38.53%
9.41%

Color #E7B68E in popluar number systems.

HEX E7 B6 8E
Decimal 231 182 142
Binary 11100111 10110110 10001110
Octal 347 266 216

Shades and tints

Shades of #E7B68E

#E7B68E
(231,182,142)
#D2A682
(210,166,130)
#BD9676
(189,150,118)
#A8866A
(168,134,106)
#93765E
(147,118,94)
#7E6652
(126,102,82)
#695646
(105,86,70)
#54463A
(84,70,58)
#3F362E
(63,54,46)
#2A2622
(42,38,34)
#151616
(21,22,22)
#000000
(0,0,0)

Tints of #E7B68E

#E7B68E
(231,182,142)
#E9BC98
(233,188,152)
#EBC2A2
(235,194,162)
#EDC8AC
(237,200,172)
#EFCEB6
(239,206,182)
#F1D4C0
(241,212,192)
#F3DACA
(243,218,202)
#F5E0D4
(245,224,212)
#F7E6DE
(247,230,222)
#F9ECE8
(249,236,232)
#FBF2F2
(251,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7B68E color. Also use rgb(231,182,142) instead hex code.

Text Font Color

.myTextColor { color: #E7B68E; }

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

This text font color is #E7B68E.

Background Color

.myBgColor { background-color: #E7B68E; }

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

This div background color is #E7B68E.

Border color

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

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

This div border color is #E7B68E.

Opacity

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

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

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

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

This text has shadow with #E7B68E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7B68E.

Preview

Color preview on black background

This text has color #E7B68E on black background.


Color preview on white background

This text has color #E7B68E on white background.


Black color preview on #E7B68E background

This text has black color on #E7B68E background.


White color preview on #E7B68E background

This text has white color on #E7B68E background.


Related colors

Complementary color

Complementary color for #hex is #184971.


I love getcolorcode.com

Triadic colors

1 #8EE7B6 and #B68EE7 with #E7B68E are triadic colors.

2 #8EB6E7 and #B6E78E with #E7B68E are triadic colors.