COLOR #8AA798

HEX: #8AA798
RGB: (138,167,152)

Color info

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

RGB color model

#8AA798 color RGB value is (138,167,152).

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

RGB channels and saturation

R 138 of 255 = 54%
G 167 of 255 = 65%
B 152 of 255 = 60%

138
167
152

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

Portions of RGB colors in percentages

R + G + B =
138 + 167 + 152 = 457 (100%)
R 138 of 457 ~ 30.2%
G 167 of 457 ~ 36.54%
B 152 of 457 ~ 33.26%

%30.2
%36.54
%33.26

CMYK color model

#8AA798 color CMYK value is (17,0,9,35).

  • cyan value is 17.37%
  • magenta value is 0.00%
  • yellow value is 8.98%
  • key color value is 34.51%
CMYK:
(17,0,9,35)
C17M0Y9K35 
(17%,0%,9%,35%)
(0.17/0.00/0.09/0.35)	

CMYK percentages

%17.37
%0
%8.98
%34.51

Codes

Color #8AA798 in popluar color models

8AA798
RGB138167152
HSL149°14.15%59.80%
HSB/HSV149°17.37%65.49%
CMYK17.37%0.00%8.98%
34.51%

Color #8AA798 in popluar number systems.

HEX8AA798
Decimal138167152
Binary100010101010011110011000
Octal212247230

Shades and tints

Shades of #8AA798

#8AA798
(138,167,152)
#7E988B
(126,152,139)
#72897E
(114,137,126)
#667A71
(102,122,113)
#5A6B64
(90,107,100)
#4E5C57
(78,92,87)
#424D4A
(66,77,74)
#363E3D
(54,62,61)
#2A2F30
(42,47,48)
#1E2023
(30,32,35)
#121116
(18,17,22)
#000000
(0,0,0)

Tints of #8AA798

#8AA798
(138,167,152)
#94AFA1
(148,175,161)
#9EB7AA
(158,183,170)
#A8BFB3
(168,191,179)
#B2C7BC
(178,199,188)
#BCCFC5
(188,207,197)
#C6D7CE
(198,215,206)
#D0DFD7
(208,223,215)
#DAE7E0
(218,231,224)
#E4EFE9
(228,239,233)
#EEF7F2
(238,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AA798; }

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

This text font color is #8AA798.


Background Color

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

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

This div background color is #8AA798.


Border color

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

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

This div border color is #8AA798.


Opacity

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

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

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

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

This text has shadow with #8AA798 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AA798 on black background.


Color preview on white background

This text has color #8AA798 on white background.



Black color preview on #8AA798 background

This text has black color on #8AA798 background.


White color preview on #8AA798 background

This text has white color on #8AA798 background.