COLOR #E79B85

HEX: #E79B85
RGB: (231,155,133)

Color info

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

RGB color model

#E79B85 color RGB value is (231,155,133).

  • red value is 231;
  • green value is 155;
  • blue value is 133.
RGB:
(231,155,133)
(91%,61%,52%)

RGB channels and saturation

R 231 of 255 = 91%
G 155 of 255 = 61%
B 133 of 255 = 52%

231
155
133

R + G + B ~ 68%. #E79B85 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 155 + 133 = 519 (100%)
R 231 of 519 ~ 44.51%
G 155 of 519 ~ 29.87%
B 133 of 519 ~ 25.63%

%44.51
%29.87
%25.63

CMYK color model

#E79B85 color CMYK value is (0,33,42,9).

  • cyan value is 0.00%
  • magenta value is 32.90%
  • yellow value is 42.42%
  • key color value is 9.41%
CMYK:
(0,33,42,9)
C0M33Y42K9 
(0%,33%,42%,9%)
(0.00/0.33/0.42/0.09)	

CMYK percentages

%0
%32.9
%42.42
%9.41

Codes

Color #E79B85 in popluar color models

E79B85
RGB231155133
HSL13°67.12%71.37%
HSB/HSV13°42.42%90.59%
CMYK0.00%32.90%42.42%
9.41%

Color #E79B85 in popluar number systems.

HEXE79B85
Decimal231155133
Binary111001111001101110000101
Octal347233205

Shades and tints

Shades of #E79B85

#E79B85
(231,155,133)
#D28D79
(210,141,121)
#BD7F6D
(189,127,109)
#A87161
(168,113,97)
#936355
(147,99,85)
#7E5549
(126,85,73)
#69473D
(105,71,61)
#543931
(84,57,49)
#3F2B25
(63,43,37)
#2A1D19
(42,29,25)
#150F0D
(21,15,13)
#000000
(0,0,0)

Tints of #E79B85

#E79B85
(231,155,133)
#E9A490
(233,164,144)
#EBAD9B
(235,173,155)
#EDB6A6
(237,182,166)
#EFBFB1
(239,191,177)
#F1C8BC
(241,200,188)
#F3D1C7
(243,209,199)
#F5DAD2
(245,218,210)
#F7E3DD
(247,227,221)
#F9ECE8
(249,236,232)
#FBF5F3
(251,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E79B85; }

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

This text font color is #E79B85.


Background Color

.myBgColor { background-color: #E79B85; }

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

This div background color is #E79B85.


Border color

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

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

This div border color is #E79B85.


Opacity

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

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

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

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

This text has shadow with #E79B85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E79B85 on black background.


Color preview on white background

This text has color #E79B85 on white background.



Black color preview on #E79B85 background

This text has black color on #E79B85 background.


White color preview on #E79B85 background

This text has white color on #E79B85 background.