COLOR #8E7785

HEX: #8E7785
RGB: (142,119,133)

Color info

#8E7785 contains red, green and blue colors in about the same proportion. Web safe color of #8E7785 is #996699 (or #969).

RGB color model

#8E7785 color RGB value is (142,119,133).

  • red value is 142;
  • green value is 119;
  • blue value is 133.
RGB:
(142,119,133)
(56%,47%,52%)

RGB channels and saturation

R 142 of 255 = 56%
G 119 of 255 = 47%
B 133 of 255 = 52%

142
119
133

R + G + B ~ 52%. #8E7785 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
142 + 119 + 133 = 394 (100%)
R 142 of 394 ~ 36.04%
G 119 of 394 ~ 30.2%
B 133 of 394 ~ 33.76%

%36.04
%30.2
%33.76

CMYK color model

#8E7785 color CMYK value is (0,16,6,44).

  • cyan value is 0.00%
  • magenta value is 16.20%
  • yellow value is 6.34%
  • key color value is 44.31%
CMYK:
(0,16,6,44)
C0M16Y6K44 
(0%,16%,6%,44%)
(0.00/0.16/0.06/0.44)	

CMYK percentages

%0
%16.2
%6.34
%44.31

Codes

Color #8E7785 in popluar color models

8E7785
RGB142119133
HSL323°9.24%51.18%
HSB/HSV323°16.20%55.69%
CMYK0.00%16.20%6.34%
44.31%

Color #8E7785 in popluar number systems.

HEX8E7785
Decimal142119133
Binary10001110111011110000101
Octal216167205

Shades and tints

Shades of #8E7785

#8E7785
(142,119,133)
#826D79
(130,109,121)
#76636D
(118,99,109)
#6A5961
(106,89,97)
#5E4F55
(94,79,85)
#524549
(82,69,73)
#463B3D
(70,59,61)
#3A3131
(58,49,49)
#2E2725
(46,39,37)
#221D19
(34,29,25)
#16130D
(22,19,13)
#000000
(0,0,0)

Tints of #8E7785

#8E7785
(142,119,133)
#988390
(152,131,144)
#A28F9B
(162,143,155)
#AC9BA6
(172,155,166)
#B6A7B1
(182,167,177)
#C0B3BC
(192,179,188)
#CABFC7
(202,191,199)
#D4CBD2
(212,203,210)
#DED7DD
(222,215,221)
#E8E3E8
(232,227,232)
#F2EFF3
(242,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E7785 color. Also use rgb(142,119,133) instead hex code.

Text Font Color

.myTextColor { color: #8E7785; }

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

This text font color is #8E7785.


Background Color

.myBgColor { background-color: #8E7785; }

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

This div background color is #8E7785.


Border color

.myBorderColor { border: 1px solid #8E7785; }

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

This div border color is #8E7785.


Opacity

.myOpacity80 { color: #8E7785; opacity: 0.8; }

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

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

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

This text has shadow with #8E7785 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7785 on black background.


Color preview on white background

This text has color #8E7785 on white background.



Black color preview on #8E7785 background

This text has black color on #8E7785 background.


White color preview on #8E7785 background

This text has white color on #8E7785 background.