COLOR #8EBA8F

HEX: #8EBA8F
RGB: (142,186,143)

Color info

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

RGB color model

#8EBA8F color RGB value is (142,186,143).

  • red value is 142;
  • green value is 186;
  • blue value is 143.
RGB: (142,186,143) (56%,73%,56%)

RGB channels and saturation

R 142 of 255 = 56%
G 186 of 255 = 73%
B 143 of 255 = 56%

142
186
143

R + G + B ~ 62%. #8EBA8F is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 186 + 143 = 471 (100%)
R 142 of 471 ~ 30.15%
G 186 of 471 ~ 39.49%
B 143 of 471 ~ 30.36%

%30.15
%39.49
%30.36

CMYK color model

#8EBA8F color CMYK value is (24,0,23,27).

  • cyan value is 23.66%
  • magenta value is 0.00%
  • yellow value is 23.12%
  • key color value is 27.06%
CMYK: (24,0,23,27) C24M0Y23K27 (24%,0%,23%,27%) (0.24/0.00/0.23/0.27)

CMYK percentages

%23.66
%0
%23.12
%27.06

Codes

Color #8EBA8F in popluar color models

8EBA8F
RGB142186143
HSL121°24.18%64.31%
HSB/HSV121°23.66%72.94%
CMYK23.66%0.00%23.12%
27.06%

Color #8EBA8F in popluar number systems.

HEX8EBA8F
Decimal142186143
Binary100011101011101010001111
Octal216272217

Shades and tints

Shades of #8EBA8F

#8EBA8F
(142,186,143)
#82AA82
(130,170,130)
#769A75
(118,154,117)
#6A8A68
(106,138,104)
#5E7A5B
(94,122,91)
#526A4E
(82,106,78)
#465A41
(70,90,65)
#3A4A34
(58,74,52)
#2E3A27
(46,58,39)
#222A1A
(34,42,26)
#161A0D
(22,26,13)
#000000
(0,0,0)

Tints of #8EBA8F

#8EBA8F
(142,186,143)
#98C099
(152,192,153)
#A2C6A3
(162,198,163)
#ACCCAD
(172,204,173)
#B6D2B7
(182,210,183)
#C0D8C1
(192,216,193)
#CADECB
(202,222,203)
#D4E4D5
(212,228,213)
#DEEADF
(222,234,223)
#E8F0E9
(232,240,233)
#F2F6F3
(242,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EBA8F; }

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

This text font color is #8EBA8F.


Background Color

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

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

This div background color is #8EBA8F.


Border color

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

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

This div border color is #8EBA8F.


Opacity

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

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

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

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

This text has shadow with #8EBA8F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #8EBA8F on black background.


Color preview on white background

This text has color #8EBA8F on white background.



Black color preview on #8EBA8F background

This text has black color on #8EBA8F background.


White color preview on #8EBA8F background

This text has white color on #8EBA8F background.