COLOR #8AB470

HEX: #8AB470
RGB: (138,180,112)

Color info

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

RGB color model

#8AB470 color RGB value is (138,180,112).

  • red value is 138;
  • green value is 180;
  • blue value is 112.
RGB:
(138,180,112)
(54%,71%,44%)

RGB channels and saturation

R 138 of 255 = 54%
G 180 of 255 = 71%
B 112 of 255 = 44%

138
180
112

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

Portions of RGB colors in percentages

R + G + B =
138 + 180 + 112 = 430 (100%)
R 138 of 430 ~ 32.09%
G 180 of 430 ~ 41.86%
B 112 of 430 ~ 26.05%

%32.09
%41.86
%26.05

CMYK color model

#8AB470 color CMYK value is (23,0,38,29).

  • cyan value is 23.33%
  • magenta value is 0.00%
  • yellow value is 37.78%
  • key color value is 29.41%
CMYK:
(23,0,38,29)
C23M0Y38K29 
(23%,0%,38%,29%)
(0.23/0.00/0.38/0.29)	

CMYK percentages

%23.33
%0
%37.78
%29.41

Codes

Color #8AB470 in popluar color models

8AB470
RGB138180112
HSL97°31.19%57.25%
HSB/HSV97°37.78%70.59%
CMYK23.33%0.00%37.78%
29.41%

Color #8AB470 in popluar number systems.

HEX8AB470
Decimal138180112
Binary10001010101101001110000
Octal212264160

Shades and tints

Shades of #8AB470

#8AB470
(138,180,112)
#7EA466
(126,164,102)
#72945C
(114,148,92)
#668452
(102,132,82)
#5A7448
(90,116,72)
#4E643E
(78,100,62)
#425434
(66,84,52)
#36442A
(54,68,42)
#2A3420
(42,52,32)
#1E2416
(30,36,22)
#12140C
(18,20,12)
#000000
(0,0,0)

Tints of #8AB470

#8AB470
(138,180,112)
#94BA7D
(148,186,125)
#9EC08A
(158,192,138)
#A8C697
(168,198,151)
#B2CCA4
(178,204,164)
#BCD2B1
(188,210,177)
#C6D8BE
(198,216,190)
#D0DECB
(208,222,203)
#DAE4D8
(218,228,216)
#E4EAE5
(228,234,229)
#EEF0F2
(238,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AB470 color. Also use rgb(138,180,112) instead hex code.

Text Font Color

.myTextColor { color: #8AB470; }

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

This text font color is #8AB470.


Background Color

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

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

This div background color is #8AB470.


Border color

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

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

This div border color is #8AB470.


Opacity

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

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

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

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

This text has shadow with #8AB470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB470 on black background.


Color preview on white background

This text has color #8AB470 on white background.



Black color preview on #8AB470 background

This text has black color on #8AB470 background.


White color preview on #8AB470 background

This text has white color on #8AB470 background.