COLOR #8AA864

HEX: #8AA864
RGB: (138,168,100)

Color info

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

RGB color model

#8AA864 color RGB value is (138,168,100).

  • red value is 138;
  • green value is 168;
  • blue value is 100.
RGB:
(138,168,100)
(54%,66%,39%)

RGB channels and saturation

R 138 of 255 = 54%
G 168 of 255 = 66%
B 100 of 255 = 39%

138
168
100

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

Portions of RGB colors in percentages

R + G + B =
138 + 168 + 100 = 406 (100%)
R 138 of 406 ~ 33.99%
G 168 of 406 ~ 41.38%
B 100 of 406 ~ 24.63%

%33.99
%41.38
%24.63

CMYK color model

#8AA864 color CMYK value is (18,0,40,34).

  • cyan value is 17.86%
  • magenta value is 0.00%
  • yellow value is 40.48%
  • key color value is 34.12%
CMYK:
(18,0,40,34)
C18M0Y40K34 
(18%,0%,40%,34%)
(0.18/0.00/0.40/0.34)	

CMYK percentages

%17.86
%0
%40.48
%34.12

Codes

Color #8AA864 in popluar color models

8AA864
RGB138168100
HSL86°28.10%52.55%
HSB/HSV86°40.48%65.88%
CMYK17.86%0.00%40.48%
34.12%

Color #8AA864 in popluar number systems.

HEX8AA864
Decimal138168100
Binary10001010101010001100100
Octal212250144

Shades and tints

Shades of #8AA864

#8AA864
(138,168,100)
#7E995B
(126,153,91)
#728A52
(114,138,82)
#667B49
(102,123,73)
#5A6C40
(90,108,64)
#4E5D37
(78,93,55)
#424E2E
(66,78,46)
#363F25
(54,63,37)
#2A301C
(42,48,28)
#1E2113
(30,33,19)
#12120A
(18,18,10)
#000000
(0,0,0)

Tints of #8AA864

#8AA864
(138,168,100)
#94AF72
(148,175,114)
#9EB680
(158,182,128)
#A8BD8E
(168,189,142)
#B2C49C
(178,196,156)
#BCCBAA
(188,203,170)
#C6D2B8
(198,210,184)
#D0D9C6
(208,217,198)
#DAE0D4
(218,224,212)
#E4E7E2
(228,231,226)
#EEEEF0
(238,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AA864 color. Also use rgb(138,168,100) instead hex code.

Text Font Color

.myTextColor { color: #8AA864; }

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

This text font color is #8AA864.


Background Color

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

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

This div background color is #8AA864.


Border color

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

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

This div border color is #8AA864.


Opacity

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

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

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

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

This text has shadow with #8AA864 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AA864 on black background.


Color preview on white background

This text has color #8AA864 on white background.



Black color preview on #8AA864 background

This text has black color on #8AA864 background.


White color preview on #8AA864 background

This text has white color on #8AA864 background.