COLOR #8ABF82

HEX: #8ABF82
RGB: (138,191,130)

Color info

#8ABF82 contains mainly red and green colors. Web safe color of #8ABF82 is #99CC99 (or #9C9).

RGB color model

#8ABF82 color RGB value is (138,191,130).

  • red value is 138;
  • green value is 191;
  • blue value is 130.
RGB:
(138,191,130)
(54%,75%,51%)

RGB channels and saturation

R 138 of 255 = 54%
G 191 of 255 = 75%
B 130 of 255 = 51%

138
191
130

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

Portions of RGB colors in percentages

R + G + B =
138 + 191 + 130 = 459 (100%)
R 138 of 459 ~ 30.07%
G 191 of 459 ~ 41.61%
B 130 of 459 ~ 28.32%

%30.07
%41.61
%28.32

CMYK color model

#8ABF82 color CMYK value is (28,0,32,25).

  • cyan value is 27.75%
  • magenta value is 0.00%
  • yellow value is 31.94%
  • key color value is 25.10%
CMYK:
(28,0,32,25)
C28M0Y32K25 
(28%,0%,32%,25%)
(0.28/0.00/0.32/0.25)	

CMYK percentages

%27.75
%0
%31.94
%25.1

Codes

Color #8ABF82 in popluar color models

8ABF82
RGB138191130
HSL112°32.28%62.94%
HSB/HSV112°31.94%74.90%
CMYK27.75%0.00%31.94%
25.10%

Color #8ABF82 in popluar number systems.

HEX8ABF82
Decimal138191130
Binary100010101011111110000010
Octal212277202

Shades and tints

Shades of #8ABF82

#8ABF82
(138,191,130)
#7EAE77
(126,174,119)
#729D6C
(114,157,108)
#668C61
(102,140,97)
#5A7B56
(90,123,86)
#4E6A4B
(78,106,75)
#425940
(66,89,64)
#364835
(54,72,53)
#2A372A
(42,55,42)
#1E261F
(30,38,31)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #8ABF82

#8ABF82
(138,191,130)
#94C48D
(148,196,141)
#9EC998
(158,201,152)
#A8CEA3
(168,206,163)
#B2D3AE
(178,211,174)
#BCD8B9
(188,216,185)
#C6DDC4
(198,221,196)
#D0E2CF
(208,226,207)
#DAE7DA
(218,231,218)
#E4ECE5
(228,236,229)
#EEF1F0
(238,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ABF82 color. Also use rgb(138,191,130) instead hex code.

Text Font Color

.myTextColor { color: #8ABF82; }

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

This text font color is #8ABF82.


Background Color

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

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

This div background color is #8ABF82.


Border color

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

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

This div border color is #8ABF82.


Opacity

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

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

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

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

This text has shadow with #8ABF82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ABF82 on black background.


Color preview on white background

This text has color #8ABF82 on white background.



Black color preview on #8ABF82 background

This text has black color on #8ABF82 background.


White color preview on #8ABF82 background

This text has white color on #8ABF82 background.