COLOR #8AA891

HEX: #8AA891
RGB: (138,168,145)

Color info

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

RGB color model

#8AA891 color RGB value is (138,168,145).

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

RGB channels and saturation

R 138 of 255 = 54%
G 168 of 255 = 66%
B 145 of 255 = 57%

138
168
145

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

Portions of RGB colors in percentages

R + G + B =
138 + 168 + 145 = 451 (100%)
R 138 of 451 ~ 30.6%
G 168 of 451 ~ 37.25%
B 145 of 451 ~ 32.15%

%30.6
%37.25
%32.15

CMYK color model

#8AA891 color CMYK value is (18,0,14,34).

  • cyan value is 17.86%
  • magenta value is 0.00%
  • yellow value is 13.69%
  • key color value is 34.12%
CMYK:
(18,0,14,34)
C18M0Y14K34 
(18%,0%,14%,34%)
(0.18/0.00/0.14/0.34)	

CMYK percentages

%17.86
%0
%13.69
%34.12

Codes

Color #8AA891 in popluar color models

8AA891
RGB138168145
HSL134°14.71%60.00%
HSB/HSV134°17.86%65.88%
CMYK17.86%0.00%13.69%
34.12%

Color #8AA891 in popluar number systems.

HEX8AA891
Decimal138168145
Binary100010101010100010010001
Octal212250221

Shades and tints

Shades of #8AA891

#8AA891
(138,168,145)
#7E9984
(126,153,132)
#728A77
(114,138,119)
#667B6A
(102,123,106)
#5A6C5D
(90,108,93)
#4E5D50
(78,93,80)
#424E43
(66,78,67)
#363F36
(54,63,54)
#2A3029
(42,48,41)
#1E211C
(30,33,28)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #8AA891

#8AA891
(138,168,145)
#94AF9B
(148,175,155)
#9EB6A5
(158,182,165)
#A8BDAF
(168,189,175)
#B2C4B9
(178,196,185)
#BCCBC3
(188,203,195)
#C6D2CD
(198,210,205)
#D0D9D7
(208,217,215)
#DAE0E1
(218,224,225)
#E4E7EB
(228,231,235)
#EEEEF5
(238,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AA891; }

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

This text font color is #8AA891.


Background Color

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

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

This div background color is #8AA891.


Border color

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

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

This div border color is #8AA891.


Opacity

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

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

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

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

This text has shadow with #8AA891 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AA891 on black background.


Color preview on white background

This text has color #8AA891 on white background.



Black color preview on #8AA891 background

This text has black color on #8AA891 background.


White color preview on #8AA891 background

This text has white color on #8AA891 background.