COLOR #E8967C

HEX: #E8967C
RGB: (232,150,124)

Color info

#E8967C contains mainly red color. Web safe color of #E8967C is #FF9966 (or #F96).

RGB color model

#E8967C color RGB value is (232,150,124).

  • red value is 232;
  • green value is 150;
  • blue value is 124.
RGB:
(232,150,124)
(91%,59%,49%)

RGB channels and saturation

R 232 of 255 = 91%
G 150 of 255 = 59%
B 124 of 255 = 49%

232
150
124

R + G + B ~ 66%. #E8967C is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 150 + 124 = 506 (100%)
R 232 of 506 ~ 45.85%
G 150 of 506 ~ 29.64%
B 124 of 506 ~ 24.51%

%45.85
%29.64
%24.51

CMYK color model

#E8967C color CMYK value is (0,35,47,9).

  • cyan value is 0.00%
  • magenta value is 35.34%
  • yellow value is 46.55%
  • key color value is 9.02%
CMYK:
(0,35,47,9)
C0M35Y47K9 
(0%,35%,47%,9%)
(0.00/0.35/0.47/0.09)	

CMYK percentages

%0
%35.34
%46.55
%9.02

Codes

Color #E8967C in popluar color models

E8967C
RGB232150124
HSL14°70.13%69.80%
HSB/HSV14°46.55%90.98%
CMYK0.00%35.34%46.55%
9.02%

Color #E8967C in popluar number systems.

HEXE8967C
Decimal232150124
Binary11101000100101101111100
Octal350226174

Shades and tints

Shades of #E8967C

#E8967C
(232,150,124)
#D38971
(211,137,113)
#BE7C66
(190,124,102)
#A96F5B
(169,111,91)
#946250
(148,98,80)
#7F5545
(127,85,69)
#6A483A
(106,72,58)
#553B2F
(85,59,47)
#402E24
(64,46,36)
#2B2119
(43,33,25)
#16140E
(22,20,14)
#000000
(0,0,0)

Tints of #E8967C

#E8967C
(232,150,124)
#EA9F87
(234,159,135)
#ECA892
(236,168,146)
#EEB19D
(238,177,157)
#F0BAA8
(240,186,168)
#F2C3B3
(242,195,179)
#F4CCBE
(244,204,190)
#F6D5C9
(246,213,201)
#F8DED4
(248,222,212)
#FAE7DF
(250,231,223)
#FCF0EA
(252,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8967C color. Also use rgb(232,150,124) instead hex code.

Text Font Color

.myTextColor { color: #E8967C; }

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

This text font color is #E8967C.


Background Color

.myBgColor { background-color: #E8967C; }

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

This div background color is #E8967C.


Border color

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

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

This div border color is #E8967C.


Opacity

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

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

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

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

This text has shadow with #E8967C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8967C on black background.


Color preview on white background

This text has color #E8967C on white background.



Black color preview on #E8967C background

This text has black color on #E8967C background.


White color preview on #E8967C background

This text has white color on #E8967C background.