COLOR #8AC587

HEX: #8AC587 RGB: (138,197,135)

Color info

#8AC587 contains mainly red and green colors. Web safe color of #8AC587 is #99CC99 (or #9C9).

RGB color model

#8AC587 color RGB value is (138,197,135).

RGB: (138,197,135) (54%, 77%, 53%)

RGB channels and saturation

R 138 of 255 = 54%
G 197 of 255 = 77%
B 135 of 255 = 53%

138
197
135

R + G + B ~ 61%. #8AC587 is quite light color.

Portions of RGB colors in percentages

R + G + B = 138 + 197 + 135 = 470 (100%)
R 138 of 470 ~ 29.36%
G 197 of 470 ~ 41.91%
B 135 of 470 ~ 28.72'%

%29.36
%41.91
%28.72

CMYK color model

#8AC587 color CMYK value is (30,0,31,23).

  • cyan value is 29.95%
  • magenta value is 0.00%
  • yellow value is 31.47%
  • key color value is 22.75%
CMYK: (30,0,31,23) C30M0Y31K23 (30%,0%,31%,23%) (0.30/0.00/0.31/0.23) 

CMYK percentages

%29.95
%0
%31.47
%22.75

Codes

Color #8AC587 in popluar color models

8A C5 87
RGB 138 197 135
HSL 117° 34.83% 65.10%
HSB/HSV 117° 31.47% 77.25%
CMYK 29.95% 0.00% 31.47%
22.75%

Color #8AC587 in popluar number systems.

HEX 8A C5 87
Decimal 138 197 135
Binary 10001010 11000101 10000111
Octal 212 305 207

Shades and tints

Shades of #8AC587

#8AC587
(138,197,135)
#7EB47B
(126,180,123)
#72A36F
(114,163,111)
#669263
(102,146,99)
#5A8157
(90,129,87)
#4E704B
(78,112,75)
#425F3F
(66,95,63)
#364E33
(54,78,51)
#2A3D27
(42,61,39)
#1E2C1B
(30,44,27)
#121B0F
(18,27,15)
#000000
(0,0,0)

Tints of #8AC587

#8AC587
(138,197,135)
#94CA91
(148,202,145)
#9ECF9B
(158,207,155)
#A8D4A5
(168,212,165)
#B2D9AF
(178,217,175)
#BCDEB9
(188,222,185)
#C6E3C3
(198,227,195)
#D0E8CD
(208,232,205)
#DAEDD7
(218,237,215)
#E4F2E1
(228,242,225)
#EEF7EB
(238,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AC587; }

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

This text font color is #8AC587.

Background Color

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

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

This div background color is #8AC587.

Border color

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

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

This div border color is #8AC587.

Opacity

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

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

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

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

This text has shadow with #8AC587 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AC587.

Preview

Color preview on black background

This text has color #8AC587 on black background.


Color preview on white background

This text has color #8AC587 on white background.


Black color preview on #8AC587 background

This text has black color on #8AC587 background.


White color preview on #8AC587 background

This text has white color on #8AC587 background.


Related colors

Complementary color

Complementary color for #hex is #753A78.


I love getcolorcode.com

Triadic colors

1 #878AC5 and #C5878A with #8AC587 are triadic colors.

2 #87C58A and #C58A87 with #8AC587 are triadic colors.