COLOR #8EB482

HEX: #8EB482
RGB: (142,180,130)

Color info

#8EB482 contains red, green and blue colors in about the same proportion. Web safe color of #8EB482 is #99CC99 (or #9C9).

RGB color model

#8EB482 color RGB value is (142,180,130).

  • red value is 142;
  • green value is 180;
  • blue value is 130.
RGB:
(142,180,130)
(56%,71%,51%)

RGB channels and saturation

R 142 of 255 = 56%
G 180 of 255 = 71%
B 130 of 255 = 51%

142
180
130

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

Portions of RGB colors in percentages

R + G + B =
142 + 180 + 130 = 452 (100%)
R 142 of 452 ~ 31.42%
G 180 of 452 ~ 39.82%
B 130 of 452 ~ 28.76%

%31.42
%39.82
%28.76

CMYK color model

#8EB482 color CMYK value is (21,0,28,29).

  • cyan value is 21.11%
  • magenta value is 0.00%
  • yellow value is 27.78%
  • key color value is 29.41%
CMYK:
(21,0,28,29)
C21M0Y28K29 
(21%,0%,28%,29%)
(0.21/0.00/0.28/0.29)	

CMYK percentages

%21.11
%0
%27.78
%29.41

Codes

Color #8EB482 in popluar color models

8EB482
RGB142180130
HSL106°25.00%60.78%
HSB/HSV106°27.78%70.59%
CMYK21.11%0.00%27.78%
29.41%

Color #8EB482 in popluar number systems.

HEX8EB482
Decimal142180130
Binary100011101011010010000010
Octal216264202

Shades and tints

Shades of #8EB482

#8EB482
(142,180,130)
#82A477
(130,164,119)
#76946C
(118,148,108)
#6A8461
(106,132,97)
#5E7456
(94,116,86)
#52644B
(82,100,75)
#465440
(70,84,64)
#3A4435
(58,68,53)
#2E342A
(46,52,42)
#22241F
(34,36,31)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #8EB482

#8EB482
(142,180,130)
#98BA8D
(152,186,141)
#A2C098
(162,192,152)
#ACC6A3
(172,198,163)
#B6CCAE
(182,204,174)
#C0D2B9
(192,210,185)
#CAD8C4
(202,216,196)
#D4DECF
(212,222,207)
#DEE4DA
(222,228,218)
#E8EAE5
(232,234,229)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EB482 color. Also use rgb(142,180,130) instead hex code.

Text Font Color

.myTextColor { color: #8EB482; }

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

This text font color is #8EB482.


Background Color

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

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

This div background color is #8EB482.


Border color

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

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

This div border color is #8EB482.


Opacity

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

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

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

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

This text has shadow with #8EB482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EB482 on black background.


Color preview on white background

This text has color #8EB482 on white background.



Black color preview on #8EB482 background

This text has black color on #8EB482 background.


White color preview on #8EB482 background

This text has white color on #8EB482 background.