COLOR #8AB072

HEX: #8AB072
RGB: (138,176,114)

Color info

#8AB072 contains mainly red and green colors. Web safe color of #8AB072 is #999966 (or #996).

RGB color model

#8AB072 color RGB value is (138,176,114).

  • red value is 138;
  • green value is 176;
  • blue value is 114.
RGB:
(138,176,114)
(54%,69%,45%)

RGB channels and saturation

R 138 of 255 = 54%
G 176 of 255 = 69%
B 114 of 255 = 45%

138
176
114

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

Portions of RGB colors in percentages

R + G + B =
138 + 176 + 114 = 428 (100%)
R 138 of 428 ~ 32.24%
G 176 of 428 ~ 41.12%
B 114 of 428 ~ 26.64%

%32.24
%41.12
%26.64

CMYK color model

#8AB072 color CMYK value is (22,0,35,31).

  • cyan value is 21.59%
  • magenta value is 0.00%
  • yellow value is 35.23%
  • key color value is 30.98%
CMYK:
(22,0,35,31)
C22M0Y35K31 
(22%,0%,35%,31%)
(0.22/0.00/0.35/0.31)	

CMYK percentages

%21.59
%0
%35.23
%30.98

Codes

Color #8AB072 in popluar color models

8AB072
RGB138176114
HSL97°28.18%56.86%
HSB/HSV97°35.23%69.02%
CMYK21.59%0.00%35.23%
30.98%

Color #8AB072 in popluar number systems.

HEX8AB072
Decimal138176114
Binary10001010101100001110010
Octal212260162

Shades and tints

Shades of #8AB072

#8AB072
(138,176,114)
#7EA068
(126,160,104)
#72905E
(114,144,94)
#668054
(102,128,84)
#5A704A
(90,112,74)
#4E6040
(78,96,64)
#425036
(66,80,54)
#36402C
(54,64,44)
#2A3022
(42,48,34)
#1E2018
(30,32,24)
#12100E
(18,16,14)
#000000
(0,0,0)

Tints of #8AB072

#8AB072
(138,176,114)
#94B77E
(148,183,126)
#9EBE8A
(158,190,138)
#A8C596
(168,197,150)
#B2CCA2
(178,204,162)
#BCD3AE
(188,211,174)
#C6DABA
(198,218,186)
#D0E1C6
(208,225,198)
#DAE8D2
(218,232,210)
#E4EFDE
(228,239,222)
#EEF6EA
(238,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AB072 color. Also use rgb(138,176,114) instead hex code.

Text Font Color

.myTextColor { color: #8AB072; }

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

This text font color is #8AB072.


Background Color

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

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

This div background color is #8AB072.


Border color

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

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

This div border color is #8AB072.


Opacity

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

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

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

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

This text has shadow with #8AB072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB072 on black background.


Color preview on white background

This text has color #8AB072 on white background.



Black color preview on #8AB072 background

This text has black color on #8AB072 background.


White color preview on #8AB072 background

This text has white color on #8AB072 background.