COLOR #8AB07C

HEX: #8AB07C
RGB: (138,176,124)

Color info

#8AB07C contains red, green and blue colors in about the same proportion. Web safe color of #8AB07C is #999966 (or #996).

RGB color model

#8AB07C color RGB value is (138,176,124).

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

RGB channels and saturation

R 138 of 255 = 54%
G 176 of 255 = 69%
B 124 of 255 = 49%

138
176
124

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

Portions of RGB colors in percentages

R + G + B =
138 + 176 + 124 = 438 (100%)
R 138 of 438 ~ 31.51%
G 176 of 438 ~ 40.18%
B 124 of 438 ~ 28.31%

%31.51
%40.18
%28.31

CMYK color model

#8AB07C color CMYK value is (22,0,30,31).

  • cyan value is 21.59%
  • magenta value is 0.00%
  • yellow value is 29.55%
  • key color value is 30.98%
CMYK:
(22,0,30,31)
C22M0Y30K31 
(22%,0%,30%,31%)
(0.22/0.00/0.30/0.31)	

CMYK percentages

%21.59
%0
%29.55
%30.98

Codes

Color #8AB07C in popluar color models

8AB07C
RGB138176124
HSL104°24.76%58.82%
HSB/HSV104°29.55%69.02%
CMYK21.59%0.00%29.55%
30.98%

Color #8AB07C in popluar number systems.

HEX8AB07C
Decimal138176124
Binary10001010101100001111100
Octal212260174

Shades and tints

Shades of #8AB07C

#8AB07C
(138,176,124)
#7EA071
(126,160,113)
#729066
(114,144,102)
#66805B
(102,128,91)
#5A7050
(90,112,80)
#4E6045
(78,96,69)
#42503A
(66,80,58)
#36402F
(54,64,47)
#2A3024
(42,48,36)
#1E2019
(30,32,25)
#12100E
(18,16,14)
#000000
(0,0,0)

Tints of #8AB07C

#8AB07C
(138,176,124)
#94B787
(148,183,135)
#9EBE92
(158,190,146)
#A8C59D
(168,197,157)
#B2CCA8
(178,204,168)
#BCD3B3
(188,211,179)
#C6DABE
(198,218,190)
#D0E1C9
(208,225,201)
#DAE8D4
(218,232,212)
#E4EFDF
(228,239,223)
#EEF6EA
(238,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AB07C; }

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

This text font color is #8AB07C.


Background Color

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

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

This div background color is #8AB07C.


Border color

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

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

This div border color is #8AB07C.


Opacity

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

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

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

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

This text has shadow with #8AB07C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB07C on black background.


Color preview on white background

This text has color #8AB07C on white background.



Black color preview on #8AB07C background

This text has black color on #8AB07C background.


White color preview on #8AB07C background

This text has white color on #8AB07C background.