COLOR #8AA495

HEX: #8AA495
RGB: (138,164,149)

Color info

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

RGB color model

#8AA495 color RGB value is (138,164,149).

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

RGB channels and saturation

R 138 of 255 = 54%
G 164 of 255 = 64%
B 149 of 255 = 58%

138
164
149

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

Portions of RGB colors in percentages

R + G + B =
138 + 164 + 149 = 451 (100%)
R 138 of 451 ~ 30.6%
G 164 of 451 ~ 36.36%
B 149 of 451 ~ 33.04%

%30.6
%36.36
%33.04

CMYK color model

#8AA495 color CMYK value is (16,0,9,36).

  • cyan value is 15.85%
  • magenta value is 0.00%
  • yellow value is 9.15%
  • key color value is 35.69%
CMYK:
(16,0,9,36)
C16M0Y9K36 
(16%,0%,9%,36%)
(0.16/0.00/0.09/0.36)	

CMYK percentages

%15.85
%0
%9.15
%35.69

Codes

Color #8AA495 in popluar color models

8AA495
RGB138164149
HSL145°12.50%59.22%
HSB/HSV145°15.85%64.31%
CMYK15.85%0.00%9.15%
35.69%

Color #8AA495 in popluar number systems.

HEX8AA495
Decimal138164149
Binary100010101010010010010101
Octal212244225

Shades and tints

Shades of #8AA495

#8AA495
(138,164,149)
#7E9688
(126,150,136)
#72887B
(114,136,123)
#667A6E
(102,122,110)
#5A6C61
(90,108,97)
#4E5E54
(78,94,84)
#425047
(66,80,71)
#36423A
(54,66,58)
#2A342D
(42,52,45)
#1E2620
(30,38,32)
#121813
(18,24,19)
#000000
(0,0,0)

Tints of #8AA495

#8AA495
(138,164,149)
#94AC9E
(148,172,158)
#9EB4A7
(158,180,167)
#A8BCB0
(168,188,176)
#B2C4B9
(178,196,185)
#BCCCC2
(188,204,194)
#C6D4CB
(198,212,203)
#D0DCD4
(208,220,212)
#DAE4DD
(218,228,221)
#E4ECE6
(228,236,230)
#EEF4EF
(238,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AA495 color. Also use rgb(138,164,149) instead hex code.

Text Font Color

.myTextColor { color: #8AA495; }

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

This text font color is #8AA495.


Background Color

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

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

This div background color is #8AA495.


Border color

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

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

This div border color is #8AA495.


Opacity

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

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

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

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

This text has shadow with #8AA495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AA495 on black background.


Color preview on white background

This text has color #8AA495 on white background.



Black color preview on #8AA495 background

This text has black color on #8AA495 background.


White color preview on #8AA495 background

This text has white color on #8AA495 background.