COLOR #8AB56E

HEX: #8AB56E
RGB: (138,181,110)

Color info

#8AB56E contains mainly red and green colors. Web safe color of #8AB56E is #99CC66 (or #9C6).

RGB color model

#8AB56E color RGB value is (138,181,110).

  • red value is 138;
  • green value is 181;
  • blue value is 110.
RGB:
(138,181,110)
(54%,71%,43%)

RGB channels and saturation

R 138 of 255 = 54%
G 181 of 255 = 71%
B 110 of 255 = 43%

138
181
110

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

Portions of RGB colors in percentages

R + G + B =
138 + 181 + 110 = 429 (100%)
R 138 of 429 ~ 32.17%
G 181 of 429 ~ 42.19%
B 110 of 429 ~ 25.64%

%32.17
%42.19
%25.64

CMYK color model

#8AB56E color CMYK value is (24,0,39,29).

  • cyan value is 23.76%
  • magenta value is 0.00%
  • yellow value is 39.23%
  • key color value is 29.02%
CMYK:
(24,0,39,29)
C24M0Y39K29 
(24%,0%,39%,29%)
(0.24/0.00/0.39/0.29)	

CMYK percentages

%23.76
%0
%39.23
%29.02

Codes

Color #8AB56E in popluar color models

8AB56E
RGB138181110
HSL96°32.42%57.06%
HSB/HSV96°39.23%70.98%
CMYK23.76%0.00%39.23%
29.02%

Color #8AB56E in popluar number systems.

HEX8AB56E
Decimal138181110
Binary10001010101101011101110
Octal212265156

Shades and tints

Shades of #8AB56E

#8AB56E
(138,181,110)
#7EA564
(126,165,100)
#72955A
(114,149,90)
#668550
(102,133,80)
#5A7546
(90,117,70)
#4E653C
(78,101,60)
#425532
(66,85,50)
#364528
(54,69,40)
#2A351E
(42,53,30)
#1E2514
(30,37,20)
#12150A
(18,21,10)
#000000
(0,0,0)

Tints of #8AB56E

#8AB56E
(138,181,110)
#94BB7B
(148,187,123)
#9EC188
(158,193,136)
#A8C795
(168,199,149)
#B2CDA2
(178,205,162)
#BCD3AF
(188,211,175)
#C6D9BC
(198,217,188)
#D0DFC9
(208,223,201)
#DAE5D6
(218,229,214)
#E4EBE3
(228,235,227)
#EEF1F0
(238,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AB56E color. Also use rgb(138,181,110) instead hex code.

Text Font Color

.myTextColor { color: #8AB56E; }

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

This text font color is #8AB56E.


Background Color

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

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

This div background color is #8AB56E.


Border color

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

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

This div border color is #8AB56E.


Opacity

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

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

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

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

This text has shadow with #8AB56E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB56E on black background.


Color preview on white background

This text has color #8AB56E on white background.



Black color preview on #8AB56E background

This text has black color on #8AB56E background.


White color preview on #8AB56E background

This text has white color on #8AB56E background.