COLOR #8AB877

HEX: #8AB877
RGB: (138,184,119)

Color info

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

RGB color model

#8AB877 color RGB value is (138,184,119).

  • red value is 138;
  • green value is 184;
  • blue value is 119.
RGB:
(138,184,119)
(54%,72%,47%)

RGB channels and saturation

R 138 of 255 = 54%
G 184 of 255 = 72%
B 119 of 255 = 47%

138
184
119

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

Portions of RGB colors in percentages

R + G + B =
138 + 184 + 119 = 441 (100%)
R 138 of 441 ~ 31.29%
G 184 of 441 ~ 41.72%
B 119 of 441 ~ 26.98%

%31.29
%41.72
%26.98

CMYK color model

#8AB877 color CMYK value is (25,0,35,28).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 35.33%
  • key color value is 27.84%
CMYK:
(25,0,35,28)
C25M0Y35K28 
(25%,0%,35%,28%)
(0.25/0.00/0.35/0.28)	

CMYK percentages

%25
%0
%35.33
%27.84

Codes

Color #8AB877 in popluar color models

8AB877
RGB138184119
HSL102°31.40%59.41%
HSB/HSV102°35.33%72.16%
CMYK25.00%0.00%35.33%
27.84%

Color #8AB877 in popluar number systems.

HEX8AB877
Decimal138184119
Binary10001010101110001110111
Octal212270167

Shades and tints

Shades of #8AB877

#8AB877
(138,184,119)
#7EA86D
(126,168,109)
#729863
(114,152,99)
#668859
(102,136,89)
#5A784F
(90,120,79)
#4E6845
(78,104,69)
#42583B
(66,88,59)
#364831
(54,72,49)
#2A3827
(42,56,39)
#1E281D
(30,40,29)
#121813
(18,24,19)
#000000
(0,0,0)

Tints of #8AB877

#8AB877
(138,184,119)
#94BE83
(148,190,131)
#9EC48F
(158,196,143)
#A8CA9B
(168,202,155)
#B2D0A7
(178,208,167)
#BCD6B3
(188,214,179)
#C6DCBF
(198,220,191)
#D0E2CB
(208,226,203)
#DAE8D7
(218,232,215)
#E4EEE3
(228,238,227)
#EEF4EF
(238,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AB877 color. Also use rgb(138,184,119) instead hex code.

Text Font Color

.myTextColor { color: #8AB877; }

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

This text font color is #8AB877.


Background Color

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

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

This div background color is #8AB877.


Border color

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

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

This div border color is #8AB877.


Opacity

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

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

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

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

This text has shadow with #8AB877 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB877 on black background.


Color preview on white background

This text has color #8AB877 on white background.



Black color preview on #8AB877 background

This text has black color on #8AB877 background.


White color preview on #8AB877 background

This text has white color on #8AB877 background.