COLOR #8AA391

HEX: #8AA391
RGB: (138,163,145)

Color info

#8AA391 contains red, green and blue colors in about the same proportion. Web safe color of #8AA391 is #999999 (or #999).

RGB color model

#8AA391 color RGB value is (138,163,145).

  • red value is 138;
  • green value is 163;
  • blue value is 145.
RGB:
(138,163,145)
(54%,64%,57%)

RGB channels and saturation

R 138 of 255 = 54%
G 163 of 255 = 64%
B 145 of 255 = 57%

138
163
145

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

Portions of RGB colors in percentages

R + G + B =
138 + 163 + 145 = 446 (100%)
R 138 of 446 ~ 30.94%
G 163 of 446 ~ 36.55%
B 145 of 446 ~ 32.51%

%30.94
%36.55
%32.51

CMYK color model

#8AA391 color CMYK value is (15,0,11,36).

  • cyan value is 15.34%
  • magenta value is 0.00%
  • yellow value is 11.04%
  • key color value is 36.08%
CMYK:
(15,0,11,36)
C15M0Y11K36 
(15%,0%,11%,36%)
(0.15/0.00/0.11/0.36)	

CMYK percentages

%15.34
%0
%11.04
%36.08

Codes

Color #8AA391 in popluar color models

8AA391
RGB138163145
HSL137°11.96%59.02%
HSB/HSV137°15.34%63.92%
CMYK15.34%0.00%11.04%
36.08%

Color #8AA391 in popluar number systems.

HEX8AA391
Decimal138163145
Binary100010101010001110010001
Octal212243221

Shades and tints

Shades of #8AA391

#8AA391
(138,163,145)
#7E9584
(126,149,132)
#728777
(114,135,119)
#66796A
(102,121,106)
#5A6B5D
(90,107,93)
#4E5D50
(78,93,80)
#424F43
(66,79,67)
#364136
(54,65,54)
#2A3329
(42,51,41)
#1E251C
(30,37,28)
#12170F
(18,23,15)
#000000
(0,0,0)

Tints of #8AA391

#8AA391
(138,163,145)
#94AB9B
(148,171,155)
#9EB3A5
(158,179,165)
#A8BBAF
(168,187,175)
#B2C3B9
(178,195,185)
#BCCBC3
(188,203,195)
#C6D3CD
(198,211,205)
#D0DBD7
(208,219,215)
#DAE3E1
(218,227,225)
#E4EBEB
(228,235,235)
#EEF3F5
(238,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AA391 color. Also use rgb(138,163,145) instead hex code.

Text Font Color

.myTextColor { color: #8AA391; }

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

This text font color is #8AA391.


Background Color

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

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

This div background color is #8AA391.


Border color

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

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

This div border color is #8AA391.


Opacity

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

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

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

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

This text has shadow with #8AA391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AA391 on black background.


Color preview on white background

This text has color #8AA391 on white background.



Black color preview on #8AA391 background

This text has black color on #8AA391 background.


White color preview on #8AA391 background

This text has white color on #8AA391 background.