COLOR #E7A79B

HEX: #E7A79B RGB: (231,167,155)

Color info

#E7A79B contains mainly red color. Web safe color of #E7A79B is #FF9999 (or #F99).

RGB color model

#E7A79B color RGB value is (231,167,155).

RGB: (231,167,155) (91%, 65%, 61%)

RGB channels and saturation

R 231 of 255 = 91%
G 167 of 255 = 65%
B 155 of 255 = 61%

231
167
155

R + G + B ~ 72%. #E7A79B is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 167 + 155 = 553 (100%)
R 231 of 553 ~ 41.77%
G 167 of 553 ~ 30.2%
B 155 of 553 ~ 28.03'%

%41.77
%30.2
%28.03

CMYK color model

#E7A79B color CMYK value is (0,28,33,9).

  • cyan value is 0.00%
  • magenta value is 27.71%
  • yellow value is 32.90%
  • key color value is 9.41%

CMYK: (0,28,33,9)
C0M28Y33K9 (0%, 28%, 33%, 9%)
(0.00 / 0.28 / 0.33 / 0.09)

CMYK percentages

%0
%27.71
%32.9
%9.41

Codes

Color #E7A79B in popluar color models

E7 A7 9B
RGB 231 167 155
HSL 61.29% 75.69%
HSB/HSV 32.90% 90.59%
CMYK 0.00% 27.71% 32.90%
9.41%

Color #E7A79B in popluar number systems.

HEX E7 A7 9B
Decimal 231 167 155
Binary 11100111 10100111 10011011
Octal 347 247 233

Shades and tints

Shades of #E7A79B

#E7A79B
(231,167,155)
#D2988D
(210,152,141)
#BD897F
(189,137,127)
#A87A71
(168,122,113)
#936B63
(147,107,99)
#7E5C55
(126,92,85)
#694D47
(105,77,71)
#543E39
(84,62,57)
#3F2F2B
(63,47,43)
#2A201D
(42,32,29)
#15110F
(21,17,15)
#000000
(0,0,0)

Tints of #E7A79B

#E7A79B
(231,167,155)
#E9AFA4
(233,175,164)
#EBB7AD
(235,183,173)
#EDBFB6
(237,191,182)
#EFC7BF
(239,199,191)
#F1CFC8
(241,207,200)
#F3D7D1
(243,215,209)
#F5DFDA
(245,223,218)
#F7E7E3
(247,231,227)
#F9EFEC
(249,239,236)
#FBF7F5
(251,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7A79B color. Also use rgb(231,167,155) instead hex code.

Text Font Color

.myTextColor { color: #E7A79B; }

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

This text font color is #E7A79B.

Background Color

.myBgColor { background-color: #E7A79B; }

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

This div background color is #E7A79B.

Border color

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

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

This div border color is #E7A79B.

Opacity

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

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

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

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

This text has shadow with #E7A79B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7A79B.

Preview

Color preview on black background

This text has color #E7A79B on black background.


Color preview on white background

This text has color #E7A79B on white background.


Black color preview on #E7A79B background

This text has black color on #E7A79B background.


White color preview on #E7A79B background

This text has white color on #E7A79B background.


Related colors

Complementary color

Complementary color for #hex is #185864.


I love getcolorcode.com

Triadic colors

1 #9BE7A7 and #A79BE7 with #E7A79B are triadic colors.

2 #9BA7E7 and #A7E79B with #E7A79B are triadic colors.