COLOR #8E7299

HEX: #8E7299 RGB: (142,114,153)

Color info

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

RGB color model

#8E7299 color RGB value is (142,114,153).

RGB: (142,114,153) (56%, 45%, 60%)

RGB channels and saturation

R 142 of 255 = 56%
G 114 of 255 = 45%
B 153 of 255 = 60%

142
114
153

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

Portions of RGB colors in percentages

R + G + B = 142 + 114 + 153 = 409 (100%)
R 142 of 409 ~ 34.72%
G 114 of 409 ~ 27.87%
B 153 of 409 ~ 37.41'%

%34.72
%27.87
%37.41

CMYK color model

#8E7299 color CMYK value is (7,25,0,40).

  • cyan value is 7.19%
  • magenta value is 25.49%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (7,25,0,40)
C7M25Y0K40 (7%, 25%, 0%, 40%)
(0.07 / 0.25 / 0.00 / 0.40)

CMYK percentages

%7.19
%25.49
%0
%40

Codes

Color #8E7299 in popluar color models

8E 72 99
RGB 142 114 153
HSL 283° 16.05% 52.35%
HSB/HSV 283° 25.49% 60.00%
CMYK 7.19% 25.49% 0.00%
40.00%

Color #8E7299 in popluar number systems.

HEX 8E 72 99
Decimal 142 114 153
Binary 10001110 1110010 10011001
Octal 216 162 231

Shades and tints

Shades of #8E7299

#8E7299
(142,114,153)
#82688C
(130,104,140)
#765E7F
(118,94,127)
#6A5472
(106,84,114)
#5E4A65
(94,74,101)
#524058
(82,64,88)
#46364B
(70,54,75)
#3A2C3E
(58,44,62)
#2E2231
(46,34,49)
#221824
(34,24,36)
#160E17
(22,14,23)
#000000
(0,0,0)

Tints of #8E7299

#8E7299
(142,114,153)
#987EA2
(152,126,162)
#A28AAB
(162,138,171)
#AC96B4
(172,150,180)
#B6A2BD
(182,162,189)
#C0AEC6
(192,174,198)
#CABACF
(202,186,207)
#D4C6D8
(212,198,216)
#DED2E1
(222,210,225)
#E8DEEA
(232,222,234)
#F2EAF3
(242,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E7299 color. Also use rgb(142,114,153) instead hex code.

Text Font Color

.myTextColor { color: #8E7299; }

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

This text font color is #8E7299.

Background Color

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

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

This div background color is #8E7299.

Border color

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

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

This div border color is #8E7299.

Opacity

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

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

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

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

This text has shadow with #8E7299 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E7299.

Preview

Color preview on black background

This text has color #8E7299 on black background.


Color preview on white background

This text has color #8E7299 on white background.


Black color preview on #8E7299 background

This text has black color on #8E7299 background.


White color preview on #8E7299 background

This text has white color on #8E7299 background.


Related colors

Complementary color

Complementary color for #hex is #718D66.


I love getcolorcode.com

Triadic colors

1 #998E72 and #72998E with #8E7299 are triadic colors.

2 #99728E and #728E99 with #8E7299 are triadic colors.