COLOR #8E7788

HEX: #8E7788 RGB: (142,119,136)

Color info

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

RGB color model

#8E7788 color RGB value is (142,119,136).

RGB: (142,119,136) (56%, 47%, 53%)

RGB channels and saturation

R 142 of 255 = 56%
G 119 of 255 = 47%
B 136 of 255 = 53%

142
119
136

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

Portions of RGB colors in percentages

R + G + B = 142 + 119 + 136 = 397 (100%)
R 142 of 397 ~ 35.77%
G 119 of 397 ~ 29.97%
B 136 of 397 ~ 34.26'%

%35.77
%29.97
%34.26

CMYK color model

#8E7788 color CMYK value is (0,16,4,44).

  • cyan value is 0.00%
  • magenta value is 16.20%
  • yellow value is 4.23%
  • key color value is 44.31%

CMYK: (0,16,4,44)
C0M16Y4K44 (0%, 16%, 4%, 44%)
(0.00 / 0.16 / 0.04 / 0.44)

CMYK percentages

%0
%16.2
%4.23
%44.31

Codes

Color #8E7788 in popluar color models

8E 77 88
RGB 142 119 136
HSL 316° 9.24% 51.18%
HSB/HSV 316° 16.20% 55.69%
CMYK 0.00% 16.20% 4.23%
44.31%

Color #8E7788 in popluar number systems.

HEX 8E 77 88
Decimal 142 119 136
Binary 10001110 1110111 10001000
Octal 216 167 210

Shades and tints

Shades of #8E7788

#8E7788
(142,119,136)
#826D7C
(130,109,124)
#766370
(118,99,112)
#6A5964
(106,89,100)
#5E4F58
(94,79,88)
#52454C
(82,69,76)
#463B40
(70,59,64)
#3A3134
(58,49,52)
#2E2728
(46,39,40)
#221D1C
(34,29,28)
#161310
(22,19,16)
#000000
(0,0,0)

Tints of #8E7788

#8E7788
(142,119,136)
#988392
(152,131,146)
#A28F9C
(162,143,156)
#AC9BA6
(172,155,166)
#B6A7B0
(182,167,176)
#C0B3BA
(192,179,186)
#CABFC4
(202,191,196)
#D4CBCE
(212,203,206)
#DED7D8
(222,215,216)
#E8E3E2
(232,227,226)
#F2EFEC
(242,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E7788; }

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

This text font color is #8E7788.

Background Color

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

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

This div background color is #8E7788.

Border color

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

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

This div border color is #8E7788.

Opacity

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

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

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

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

This text has shadow with #8E7788 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E7788.

Preview

Color preview on black background

This text has color #8E7788 on black background.


Color preview on white background

This text has color #8E7788 on white background.


Black color preview on #8E7788 background

This text has black color on #8E7788 background.


White color preview on #8E7788 background

This text has white color on #8E7788 background.


Related colors

Complementary color

Complementary color for #hex is #718877.


I love getcolorcode.com

Triadic colors

1 #888E77 and #77888E with #8E7788 are triadic colors.

2 #88778E and #778E88 with #8E7788 are triadic colors.