COLOR #8AB588

HEX: #8AB588
RGB: (138,181,136)

Color info

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

RGB color model

#8AB588 color RGB value is (138,181,136).

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

RGB channels and saturation

R 138 of 255 = 54%
G 181 of 255 = 71%
B 136 of 255 = 53%

138
181
136

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

Portions of RGB colors in percentages

R + G + B =
138 + 181 + 136 = 455 (100%)
R 138 of 455 ~ 30.33%
G 181 of 455 ~ 39.78%
B 136 of 455 ~ 29.89%

%30.33
%39.78
%29.89

CMYK color model

#8AB588 color CMYK value is (24,0,25,29).

  • cyan value is 23.76%
  • magenta value is 0.00%
  • yellow value is 24.86%
  • key color value is 29.02%
CMYK:
(24,0,25,29)
C24M0Y25K29 
(24%,0%,25%,29%)
(0.24/0.00/0.25/0.29)	

CMYK percentages

%23.76
%0
%24.86
%29.02

Codes

Color #8AB588 in popluar color models

8AB588
RGB138181136
HSL117°23.32%62.16%
HSB/HSV117°24.86%70.98%
CMYK23.76%0.00%24.86%
29.02%

Color #8AB588 in popluar number systems.

HEX8AB588
Decimal138181136
Binary100010101011010110001000
Octal212265210

Shades and tints

Shades of #8AB588

#8AB588
(138,181,136)
#7EA57C
(126,165,124)
#729570
(114,149,112)
#668564
(102,133,100)
#5A7558
(90,117,88)
#4E654C
(78,101,76)
#425540
(66,85,64)
#364534
(54,69,52)
#2A3528
(42,53,40)
#1E251C
(30,37,28)
#121510
(18,21,16)
#000000
(0,0,0)

Tints of #8AB588

#8AB588
(138,181,136)
#94BB92
(148,187,146)
#9EC19C
(158,193,156)
#A8C7A6
(168,199,166)
#B2CDB0
(178,205,176)
#BCD3BA
(188,211,186)
#C6D9C4
(198,217,196)
#D0DFCE
(208,223,206)
#DAE5D8
(218,229,216)
#E4EBE2
(228,235,226)
#EEF1EC
(238,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AB588; }

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

This text font color is #8AB588.


Background Color

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

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

This div background color is #8AB588.


Border color

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

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

This div border color is #8AB588.


Opacity

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

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

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

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

This text has shadow with #8AB588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB588 on black background.


Color preview on white background

This text has color #8AB588 on white background.



Black color preview on #8AB588 background

This text has black color on #8AB588 background.


White color preview on #8AB588 background

This text has white color on #8AB588 background.