COLOR #8AA898

HEX: #8AA898
RGB: (138,168,152)

Color info

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

RGB color model

#8AA898 color RGB value is (138,168,152).

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

RGB channels and saturation

R 138 of 255 = 54%
G 168 of 255 = 66%
B 152 of 255 = 60%

138
168
152

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

Portions of RGB colors in percentages

R + G + B =
138 + 168 + 152 = 458 (100%)
R 138 of 458 ~ 30.13%
G 168 of 458 ~ 36.68%
B 152 of 458 ~ 33.19%

%30.13
%36.68
%33.19

CMYK color model

#8AA898 color CMYK value is (18,0,10,34).

  • cyan value is 17.86%
  • magenta value is 0.00%
  • yellow value is 9.52%
  • key color value is 34.12%
CMYK:
(18,0,10,34)
C18M0Y10K34 
(18%,0%,10%,34%)
(0.18/0.00/0.10/0.34)	

CMYK percentages

%17.86
%0
%9.52
%34.12

Codes

Color #8AA898 in popluar color models

8AA898
RGB138168152
HSL148°14.71%60.00%
HSB/HSV148°17.86%65.88%
CMYK17.86%0.00%9.52%
34.12%

Color #8AA898 in popluar number systems.

HEX8AA898
Decimal138168152
Binary100010101010100010011000
Octal212250230

Shades and tints

Shades of #8AA898

#8AA898
(138,168,152)
#7E998B
(126,153,139)
#728A7E
(114,138,126)
#667B71
(102,123,113)
#5A6C64
(90,108,100)
#4E5D57
(78,93,87)
#424E4A
(66,78,74)
#363F3D
(54,63,61)
#2A3030
(42,48,48)
#1E2123
(30,33,35)
#121216
(18,18,22)
#000000
(0,0,0)

Tints of #8AA898

#8AA898
(138,168,152)
#94AFA1
(148,175,161)
#9EB6AA
(158,182,170)
#A8BDB3
(168,189,179)
#B2C4BC
(178,196,188)
#BCCBC5
(188,203,197)
#C6D2CE
(198,210,206)
#D0D9D7
(208,217,215)
#DAE0E0
(218,224,224)
#E4E7E9
(228,231,233)
#EEEEF2
(238,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AA898; }

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

This text font color is #8AA898.


Background Color

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

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

This div background color is #8AA898.


Border color

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

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

This div border color is #8AA898.


Opacity

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

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

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

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

This text has shadow with #8AA898 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AA898 on black background.


Color preview on white background

This text has color #8AA898 on white background.



Black color preview on #8AA898 background

This text has black color on #8AA898 background.


White color preview on #8AA898 background

This text has white color on #8AA898 background.