COLOR #E08177

HEX: #E08177
RGB: (224,129,119)

Color info

#E08177 contains mainly red color. Web safe color of #E08177 is #CC9966 (or #C96).

RGB color model

#E08177 color RGB value is (224,129,119).

  • red value is 224;
  • green value is 129;
  • blue value is 119.
RGB:
(224,129,119)
(88%,51%,47%)

RGB channels and saturation

R 224 of 255 = 88%
G 129 of 255 = 51%
B 119 of 255 = 47%

224
129
119

R + G + B ~ 62%. #E08177 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 129 + 119 = 472 (100%)
R 224 of 472 ~ 47.46%
G 129 of 472 ~ 27.33%
B 119 of 472 ~ 25.21%

%47.46
%27.33
%25.21

CMYK color model

#E08177 color CMYK value is (0,42,47,12).

  • cyan value is 0.00%
  • magenta value is 42.41%
  • yellow value is 46.88%
  • key color value is 12.16%
CMYK:
(0,42,47,12)
C0M42Y47K12 
(0%,42%,47%,12%)
(0.00/0.42/0.47/0.12)	

CMYK percentages

%0
%42.41
%46.88
%12.16

Codes

Color #E08177 in popluar color models

E08177
RGB224129119
HSL62.87%67.25%
HSB/HSV46.88%87.84%
CMYK0.00%42.41%46.88%
12.16%

Color #E08177 in popluar number systems.

HEXE08177
Decimal224129119
Binary11100000100000011110111
Octal340201167

Shades and tints

Shades of #E08177

#E08177
(224,129,119)
#CC766D
(204,118,109)
#B86B63
(184,107,99)
#A46059
(164,96,89)
#90554F
(144,85,79)
#7C4A45
(124,74,69)
#683F3B
(104,63,59)
#543431
(84,52,49)
#402927
(64,41,39)
#2C1E1D
(44,30,29)
#181313
(24,19,19)
#000000
(0,0,0)

Tints of #E08177

#E08177
(224,129,119)
#E28C83
(226,140,131)
#E4978F
(228,151,143)
#E6A29B
(230,162,155)
#E8ADA7
(232,173,167)
#EAB8B3
(234,184,179)
#ECC3BF
(236,195,191)
#EECECB
(238,206,203)
#F0D9D7
(240,217,215)
#F2E4E3
(242,228,227)
#F4EFEF
(244,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E08177 color. Also use rgb(224,129,119) instead hex code.

Text Font Color

.myTextColor { color: #E08177; }

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

This text font color is #E08177.


Background Color

.myBgColor { background-color: #E08177; }

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

This div background color is #E08177.


Border color

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

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

This div border color is #E08177.


Opacity

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

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

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

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

This text has shadow with #E08177 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E08177 on black background.


Color preview on white background

This text has color #E08177 on white background.



Black color preview on #E08177 background

This text has black color on #E08177 background.


White color preview on #E08177 background

This text has white color on #E08177 background.