COLOR #8AB487

HEX: #8AB487 RGB: (138,180,135)

Color info

#8AB487 contains red, green and blue colors in about the same proportion. Web safe color of #8AB487 is #99CC99 (or #9C9).

RGB color model

#8AB487 color RGB value is (138,180,135).

RGB: (138,180,135) (54%, 71%, 53%)

RGB channels and saturation

R 138 of 255 = 54%
G 180 of 255 = 71%
B 135 of 255 = 53%

138
180
135

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

Portions of RGB colors in percentages

R + G + B = 138 + 180 + 135 = 453 (100%)
R 138 of 453 ~ 30.46%
G 180 of 453 ~ 39.74%
B 135 of 453 ~ 29.8'%

%30.46
%39.74
%29.8

CMYK color model

#8AB487 color CMYK value is (23,0,25,29).

  • cyan value is 23.33%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 29.41%

CMYK: (23,0,25,29)
C23M0Y25K29 (23%, 0%, 25%, 29%)
(0.23 / 0.00 / 0.25 / 0.29)

CMYK percentages

%23.33
%0
%25
%29.41

Codes

Color #8AB487 in popluar color models

8A B4 87
RGB 138 180 135
HSL 116° 23.08% 61.76%
HSB/HSV 116° 25.00% 70.59%
CMYK 23.33% 0.00% 25.00%
29.41%

Color #8AB487 in popluar number systems.

HEX 8A B4 87
Decimal 138 180 135
Binary 10001010 10110100 10000111
Octal 212 264 207

Shades and tints

Shades of #8AB487

#8AB487
(138,180,135)
#7EA47B
(126,164,123)
#72946F
(114,148,111)
#668463
(102,132,99)
#5A7457
(90,116,87)
#4E644B
(78,100,75)
#42543F
(66,84,63)
#364433
(54,68,51)
#2A3427
(42,52,39)
#1E241B
(30,36,27)
#12140F
(18,20,15)
#000000
(0,0,0)

Tints of #8AB487

#8AB487
(138,180,135)
#94BA91
(148,186,145)
#9EC09B
(158,192,155)
#A8C6A5
(168,198,165)
#B2CCAF
(178,204,175)
#BCD2B9
(188,210,185)
#C6D8C3
(198,216,195)
#D0DECD
(208,222,205)
#DAE4D7
(218,228,215)
#E4EAE1
(228,234,225)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AB487; }

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

This text font color is #8AB487.

Background Color

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

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

This div background color is #8AB487.

Border color

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

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

This div border color is #8AB487.

Opacity

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

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

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

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

This text has shadow with #8AB487 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AB487.

Preview

Color preview on black background

This text has color #8AB487 on black background.


Color preview on white background

This text has color #8AB487 on white background.


Black color preview on #8AB487 background

This text has black color on #8AB487 background.


White color preview on #8AB487 background

This text has white color on #8AB487 background.


Related colors

Complementary color

Complementary color for #hex is #754B78.


I love getcolorcode.com

Triadic colors

1 #878AB4 and #B4878A with #8AB487 are triadic colors.

2 #87B48A and #B48A87 with #8AB487 are triadic colors.