COLOR #8AA394

HEX: #8AA394
RGB: (138,163,148)

Color info

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

RGB color model

#8AA394 color RGB value is (138,163,148).

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

RGB channels and saturation

R 138 of 255 = 54%
G 163 of 255 = 64%
B 148 of 255 = 58%

138
163
148

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

Portions of RGB colors in percentages

R + G + B =
138 + 163 + 148 = 449 (100%)
R 138 of 449 ~ 30.73%
G 163 of 449 ~ 36.3%
B 148 of 449 ~ 32.96%

%30.73
%36.3
%32.96

CMYK color model

#8AA394 color CMYK value is (15,0,9,36).

  • cyan value is 15.34%
  • magenta value is 0.00%
  • yellow value is 9.20%
  • key color value is 36.08%
CMYK:
(15,0,9,36)
C15M0Y9K36 
(15%,0%,9%,36%)
(0.15/0.00/0.09/0.36)	

CMYK percentages

%15.34
%0
%9.2
%36.08

Codes

Color #8AA394 in popluar color models

8AA394
RGB138163148
HSL144°11.96%59.02%
HSB/HSV144°15.34%63.92%
CMYK15.34%0.00%9.20%
36.08%

Color #8AA394 in popluar number systems.

HEX8AA394
Decimal138163148
Binary100010101010001110010100
Octal212243224

Shades and tints

Shades of #8AA394

#8AA394
(138,163,148)
#7E9587
(126,149,135)
#72877A
(114,135,122)
#66796D
(102,121,109)
#5A6B60
(90,107,96)
#4E5D53
(78,93,83)
#424F46
(66,79,70)
#364139
(54,65,57)
#2A332C
(42,51,44)
#1E251F
(30,37,31)
#121712
(18,23,18)
#000000
(0,0,0)

Tints of #8AA394

#8AA394
(138,163,148)
#94AB9D
(148,171,157)
#9EB3A6
(158,179,166)
#A8BBAF
(168,187,175)
#B2C3B8
(178,195,184)
#BCCBC1
(188,203,193)
#C6D3CA
(198,211,202)
#D0DBD3
(208,219,211)
#DAE3DC
(218,227,220)
#E4EBE5
(228,235,229)
#EEF3EE
(238,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AA394; }

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

This text font color is #8AA394.


Background Color

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

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

This div background color is #8AA394.


Border color

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

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

This div border color is #8AA394.


Opacity

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

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

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

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

This text has shadow with #8AA394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AA394 on black background.


Color preview on white background

This text has color #8AA394 on white background.



Black color preview on #8AA394 background

This text has black color on #8AA394 background.


White color preview on #8AA394 background

This text has white color on #8AA394 background.