COLOR #8AB276

HEX: #8AB276
RGB: (138,178,118)

Color info

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

RGB color model

#8AB276 color RGB value is (138,178,118).

  • red value is 138;
  • green value is 178;
  • blue value is 118.
RGB:
(138,178,118)
(54%,70%,46%)

RGB channels and saturation

R 138 of 255 = 54%
G 178 of 255 = 70%
B 118 of 255 = 46%

138
178
118

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

Portions of RGB colors in percentages

R + G + B =
138 + 178 + 118 = 434 (100%)
R 138 of 434 ~ 31.8%
G 178 of 434 ~ 41.01%
B 118 of 434 ~ 27.19%

%31.8
%41.01
%27.19

CMYK color model

#8AB276 color CMYK value is (22,0,34,30).

  • cyan value is 22.47%
  • magenta value is 0.00%
  • yellow value is 33.71%
  • key color value is 30.20%
CMYK:
(22,0,34,30)
C22M0Y34K30 
(22%,0%,34%,30%)
(0.22/0.00/0.34/0.30)	

CMYK percentages

%22.47
%0
%33.71
%30.2

Codes

Color #8AB276 in popluar color models

8AB276
RGB138178118
HSL100°28.04%58.04%
HSB/HSV100°33.71%69.80%
CMYK22.47%0.00%33.71%
30.20%

Color #8AB276 in popluar number systems.

HEX8AB276
Decimal138178118
Binary10001010101100101110110
Octal212262166

Shades and tints

Shades of #8AB276

#8AB276
(138,178,118)
#7EA26C
(126,162,108)
#729262
(114,146,98)
#668258
(102,130,88)
#5A724E
(90,114,78)
#4E6244
(78,98,68)
#42523A
(66,82,58)
#364230
(54,66,48)
#2A3226
(42,50,38)
#1E221C
(30,34,28)
#121212
(18,18,18)
#000000
(0,0,0)

Tints of #8AB276

#8AB276
(138,178,118)
#94B982
(148,185,130)
#9EC08E
(158,192,142)
#A8C79A
(168,199,154)
#B2CEA6
(178,206,166)
#BCD5B2
(188,213,178)
#C6DCBE
(198,220,190)
#D0E3CA
(208,227,202)
#DAEAD6
(218,234,214)
#E4F1E2
(228,241,226)
#EEF8EE
(238,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AB276 color. Also use rgb(138,178,118) instead hex code.

Text Font Color

.myTextColor { color: #8AB276; }

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

This text font color is #8AB276.


Background Color

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

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

This div background color is #8AB276.


Border color

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

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

This div border color is #8AB276.


Opacity

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

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

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

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

This text has shadow with #8AB276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB276 on black background.


Color preview on white background

This text has color #8AB276 on white background.



Black color preview on #8AB276 background

This text has black color on #8AB276 background.


White color preview on #8AB276 background

This text has white color on #8AB276 background.