COLOR #8EB68F

HEX: #8EB68F
RGB: (142,182,143)

Color info

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

RGB color model

#8EB68F color RGB value is (142,182,143).

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

RGB channels and saturation

R 142 of 255 = 56%
G 182 of 255 = 71%
B 143 of 255 = 56%

142
182
143

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

Portions of RGB colors in percentages

R + G + B =
142 + 182 + 143 = 467 (100%)
R 142 of 467 ~ 30.41%
G 182 of 467 ~ 38.97%
B 143 of 467 ~ 30.62%

%30.41
%38.97
%30.62

CMYK color model

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

  • cyan value is 21.98%
  • magenta value is 0.00%
  • yellow value is 21.43%
  • key color value is 28.63%
CMYK:
(22,0,21,29)
C22M0Y21K29 
(22%,0%,21%,29%)
(0.22/0.00/0.21/0.29)	

CMYK percentages

%21.98
%0
%21.43
%28.63

Codes

Color #8EB68F in popluar color models

8EB68F
RGB142182143
HSL122°21.51%63.53%
HSB/HSV122°21.98%71.37%
CMYK21.98%0.00%21.43%
28.63%

Color #8EB68F in popluar number systems.

HEX8EB68F
Decimal142182143
Binary100011101011011010001111
Octal216266217

Shades and tints

Shades of #8EB68F

#8EB68F
(142,182,143)
#82A682
(130,166,130)
#769675
(118,150,117)
#6A8668
(106,134,104)
#5E765B
(94,118,91)
#52664E
(82,102,78)
#465641
(70,86,65)
#3A4634
(58,70,52)
#2E3627
(46,54,39)
#22261A
(34,38,26)
#16160D
(22,22,13)
#000000
(0,0,0)

Tints of #8EB68F

#8EB68F
(142,182,143)
#98BC99
(152,188,153)
#A2C2A3
(162,194,163)
#ACC8AD
(172,200,173)
#B6CEB7
(182,206,183)
#C0D4C1
(192,212,193)
#CADACB
(202,218,203)
#D4E0D5
(212,224,213)
#DEE6DF
(222,230,223)
#E8ECE9
(232,236,233)
#F2F2F3
(242,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EB68F; }

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

This text font color is #8EB68F.


Background Color

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

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

This div background color is #8EB68F.


Border color

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

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

This div border color is #8EB68F.


Opacity

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

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

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

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

This text has shadow with #8EB68F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EB68F on black background.


Color preview on white background

This text has color #8EB68F on white background.



Black color preview on #8EB68F background

This text has black color on #8EB68F background.


White color preview on #8EB68F background

This text has white color on #8EB68F background.