COLOR #8E9280

HEX: #8E9280 RGB: (142,146,128)

Color info

#8E9280 contains red, green and blue colors in about the same proportion. Web safe color of #8E9280 is #999966 (or #996).

RGB color model

#8E9280 color RGB value is (142,146,128).

RGB: (142,146,128) (56%, 57%, 50%)

RGB channels and saturation

R 142 of 255 = 56%
G 146 of 255 = 57%
B 128 of 255 = 50%

142
146
128

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

Portions of RGB colors in percentages

R + G + B = 142 + 146 + 128 = 416 (100%)
R 142 of 416 ~ 34.13%
G 146 of 416 ~ 35.1%
B 128 of 416 ~ 30.77'%

%34.13
%35.1
%30.77

CMYK color model

#8E9280 color CMYK value is (3,0,12,43).

  • cyan value is 2.74%
  • magenta value is 0.00%
  • yellow value is 12.33%
  • key color value is 42.75%

CMYK: (3,0,12,43)
C3M0Y12K43 (3%, 0%, 12%, 43%)
(0.03 / 0.00 / 0.12 / 0.43)

CMYK percentages

%2.74
%0
%12.33
%42.75

Codes

Color #8E9280 in popluar color models

8E 92 80
RGB 142 146 128
HSL 73° 7.63% 53.73%
HSB/HSV 73° 12.33% 57.25%
CMYK 2.74% 0.00% 12.33%
42.75%

Color #8E9280 in popluar number systems.

HEX 8E 92 80
Decimal 142 146 128
Binary 10001110 10010010 10000000
Octal 216 222 200

Shades and tints

Shades of #8E9280

#8E9280
(142,146,128)
#828575
(130,133,117)
#76786A
(118,120,106)
#6A6B5F
(106,107,95)
#5E5E54
(94,94,84)
#525149
(82,81,73)
#46443E
(70,68,62)
#3A3733
(58,55,51)
#2E2A28
(46,42,40)
#221D1D
(34,29,29)
#161012
(22,16,18)
#000000
(0,0,0)

Tints of #8E9280

#8E9280
(142,146,128)
#989B8B
(152,155,139)
#A2A496
(162,164,150)
#ACADA1
(172,173,161)
#B6B6AC
(182,182,172)
#C0BFB7
(192,191,183)
#CAC8C2
(202,200,194)
#D4D1CD
(212,209,205)
#DEDAD8
(222,218,216)
#E8E3E3
(232,227,227)
#F2ECEE
(242,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E9280 color. Also use rgb(142,146,128) instead hex code.

Text Font Color

.myTextColor { color: #8E9280; }

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

This text font color is #8E9280.

Background Color

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

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

This div background color is #8E9280.

Border color

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

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

This div border color is #8E9280.

Opacity

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

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

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

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

This text has shadow with #8E9280 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E9280.

Preview

Color preview on black background

This text has color #8E9280 on black background.


Color preview on white background

This text has color #8E9280 on white background.


Black color preview on #8E9280 background

This text has black color on #8E9280 background.


White color preview on #8E9280 background

This text has white color on #8E9280 background.


Related colors

Complementary color

Complementary color for #hex is #716D7F.


I love getcolorcode.com

Triadic colors

1 #808E92 and #92808E with #8E9280 are triadic colors.

2 #80928E and #928E80 with #8E9280 are triadic colors.