COLOR #8EB488

HEX: #8EB488
RGB: (142,180,136)

Color info

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

RGB color model

#8EB488 color RGB value is (142,180,136).

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

RGB channels and saturation

R 142 of 255 = 56%
G 180 of 255 = 71%
B 136 of 255 = 53%

142
180
136

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

Portions of RGB colors in percentages

R + G + B =
142 + 180 + 136 = 458 (100%)
R 142 of 458 ~ 31%
G 180 of 458 ~ 39.3%
B 136 of 458 ~ 29.69%

%31
%39.3
%29.69

CMYK color model

#8EB488 color CMYK value is (21,0,24,29).

  • cyan value is 21.11%
  • magenta value is 0.00%
  • yellow value is 24.44%
  • key color value is 29.41%
CMYK:
(21,0,24,29)
C21M0Y24K29 
(21%,0%,24%,29%)
(0.21/0.00/0.24/0.29)	

CMYK percentages

%21.11
%0
%24.44
%29.41

Codes

Color #8EB488 in popluar color models

8EB488
RGB142180136
HSL112°22.68%61.96%
HSB/HSV112°24.44%70.59%
CMYK21.11%0.00%24.44%
29.41%

Color #8EB488 in popluar number systems.

HEX8EB488
Decimal142180136
Binary100011101011010010001000
Octal216264210

Shades and tints

Shades of #8EB488

#8EB488
(142,180,136)
#82A47C
(130,164,124)
#769470
(118,148,112)
#6A8464
(106,132,100)
#5E7458
(94,116,88)
#52644C
(82,100,76)
#465440
(70,84,64)
#3A4434
(58,68,52)
#2E3428
(46,52,40)
#22241C
(34,36,28)
#161410
(22,20,16)
#000000
(0,0,0)

Tints of #8EB488

#8EB488
(142,180,136)
#98BA92
(152,186,146)
#A2C09C
(162,192,156)
#ACC6A6
(172,198,166)
#B6CCB0
(182,204,176)
#C0D2BA
(192,210,186)
#CAD8C4
(202,216,196)
#D4DECE
(212,222,206)
#DEE4D8
(222,228,216)
#E8EAE2
(232,234,226)
#F2F0EC
(242,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EB488; }

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

This text font color is #8EB488.


Background Color

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

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

This div background color is #8EB488.


Border color

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

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

This div border color is #8EB488.


Opacity

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

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

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

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

This text has shadow with #8EB488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EB488 on black background.


Color preview on white background

This text has color #8EB488 on white background.



Black color preview on #8EB488 background

This text has black color on #8EB488 background.


White color preview on #8EB488 background

This text has white color on #8EB488 background.