COLOR #8EB48E

HEX: #8EB48E
RGB: (142,180,142)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

142
180
142

R + G + B ~ 61%. #8EB48E is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 180 + 142 = 464 (100%)
R 142 of 464 ~ 30.6%
G 180 of 464 ~ 38.79%
B 142 of 464 ~ 30.6%

%30.6
%38.79
%30.6

CMYK color model

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

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

CMYK percentages

%21.11
%0
%21.11
%29.41

Codes

Color #8EB48E in popluar color models

8EB48E
RGB142180142
HSL120°20.21%63.14%
HSB/HSV120°21.11%70.59%
CMYK21.11%0.00%21.11%
29.41%

Color #8EB48E in popluar number systems.

HEX8EB48E
Decimal142180142
Binary100011101011010010001110
Octal216264216

Shades and tints

Shades of #8EB48E

#8EB48E
(142,180,142)
#82A482
(130,164,130)
#769476
(118,148,118)
#6A846A
(106,132,106)
#5E745E
(94,116,94)
#526452
(82,100,82)
#465446
(70,84,70)
#3A443A
(58,68,58)
#2E342E
(46,52,46)
#222422
(34,36,34)
#161416
(22,20,22)
#000000
(0,0,0)

Tints of #8EB48E

#8EB48E
(142,180,142)
#98BA98
(152,186,152)
#A2C0A2
(162,192,162)
#ACC6AC
(172,198,172)
#B6CCB6
(182,204,182)
#C0D2C0
(192,210,192)
#CAD8CA
(202,216,202)
#D4DED4
(212,222,212)
#DEE4DE
(222,228,222)
#E8EAE8
(232,234,232)
#F2F0F2
(242,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EB48E; }

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

This text font color is #8EB48E.


Background Color

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

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

This div background color is #8EB48E.


Border color

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

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

This div border color is #8EB48E.


Opacity

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

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

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

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

This text has shadow with #8EB48E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EB48E on black background.


Color preview on white background

This text has color #8EB48E on white background.



Black color preview on #8EB48E background

This text has black color on #8EB48E background.


White color preview on #8EB48E background

This text has white color on #8EB48E background.