COLOR #8AA393

HEX: #8AA393
RGB: (138,163,147)

Color info

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

RGB color model

#8AA393 color RGB value is (138,163,147).

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

RGB channels and saturation

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

138
163
147

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

Portions of RGB colors in percentages

R + G + B =
138 + 163 + 147 = 448 (100%)
R 138 of 448 ~ 30.8%
G 163 of 448 ~ 36.38%
B 147 of 448 ~ 32.81%

%30.8
%36.38
%32.81

CMYK color model

#8AA393 color CMYK value is (15,0,10,36).

  • cyan value is 15.34%
  • magenta value is 0.00%
  • yellow value is 9.82%
  • key color value is 36.08%
CMYK:
(15,0,10,36)
C15M0Y10K36 
(15%,0%,10%,36%)
(0.15/0.00/0.10/0.36)	

CMYK percentages

%15.34
%0
%9.82
%36.08

Codes

Color #8AA393 in popluar color models

8AA393
RGB138163147
HSL142°11.96%59.02%
HSB/HSV142°15.34%63.92%
CMYK15.34%0.00%9.82%
36.08%

Color #8AA393 in popluar number systems.

HEX8AA393
Decimal138163147
Binary100010101010001110010011
Octal212243223

Shades and tints

Shades of #8AA393

#8AA393
(138,163,147)
#7E9586
(126,149,134)
#728779
(114,135,121)
#66796C
(102,121,108)
#5A6B5F
(90,107,95)
#4E5D52
(78,93,82)
#424F45
(66,79,69)
#364138
(54,65,56)
#2A332B
(42,51,43)
#1E251E
(30,37,30)
#121711
(18,23,17)
#000000
(0,0,0)

Tints of #8AA393

#8AA393
(138,163,147)
#94AB9C
(148,171,156)
#9EB3A5
(158,179,165)
#A8BBAE
(168,187,174)
#B2C3B7
(178,195,183)
#BCCBC0
(188,203,192)
#C6D3C9
(198,211,201)
#D0DBD2
(208,219,210)
#DAE3DB
(218,227,219)
#E4EBE4
(228,235,228)
#EEF3ED
(238,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AA393; }

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

This text font color is #8AA393.


Background Color

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

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

This div background color is #8AA393.


Border color

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

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

This div border color is #8AA393.


Opacity

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

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

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

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

This text has shadow with #8AA393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AA393 on black background.


Color preview on white background

This text has color #8AA393 on white background.



Black color preview on #8AA393 background

This text has black color on #8AA393 background.


White color preview on #8AA393 background

This text has white color on #8AA393 background.