COLOR #8A9F99

HEX: #8A9F99 RGB: (138,159,153)

Color info

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

RGB color model

#8A9F99 color RGB value is (138,159,153).

RGB: (138,159,153) (54%, 62%, 60%)

RGB channels and saturation

R 138 of 255 = 54%
G 159 of 255 = 62%
B 153 of 255 = 60%

138
159
153

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

Portions of RGB colors in percentages

R + G + B = 138 + 159 + 153 = 450 (100%)
R 138 of 450 ~ 30.67%
G 159 of 450 ~ 35.33%
B 153 of 450 ~ 34'%

%30.67
%35.33
%34

CMYK color model

#8A9F99 color CMYK value is (13,0,4,38).

  • cyan value is 13.21%
  • magenta value is 0.00%
  • yellow value is 3.77%
  • key color value is 37.65%

CMYK: (13,0,4,38)
C13M0Y4K38 (13%, 0%, 4%, 38%)
(0.13 / 0.00 / 0.04 / 0.38)

CMYK percentages

%13.21
%0
%3.77
%37.65

Codes

Color #8A9F99 in popluar color models

8A 9F 99
RGB 138 159 153
HSL 163° 9.86% 58.24%
HSB/HSV 163° 13.21% 62.35%
CMYK 13.21% 0.00% 3.77%
37.65%

Color #8A9F99 in popluar number systems.

HEX 8A 9F 99
Decimal 138 159 153
Binary 10001010 10011111 10011001
Octal 212 237 231

Shades and tints

Shades of #8A9F99

#8A9F99
(138,159,153)
#7E918C
(126,145,140)
#72837F
(114,131,127)
#667572
(102,117,114)
#5A6765
(90,103,101)
#4E5958
(78,89,88)
#424B4B
(66,75,75)
#363D3E
(54,61,62)
#2A2F31
(42,47,49)
#1E2124
(30,33,36)
#121317
(18,19,23)
#000000
(0,0,0)

Tints of #8A9F99

#8A9F99
(138,159,153)
#94A7A2
(148,167,162)
#9EAFAB
(158,175,171)
#A8B7B4
(168,183,180)
#B2BFBD
(178,191,189)
#BCC7C6
(188,199,198)
#C6CFCF
(198,207,207)
#D0D7D8
(208,215,216)
#DADFE1
(218,223,225)
#E4E7EA
(228,231,234)
#EEEFF3
(238,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A9F99 color. Also use rgb(138,159,153) instead hex code.

Text Font Color

.myTextColor { color: #8A9F99; }

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

This text font color is #8A9F99.

Background Color

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

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

This div background color is #8A9F99.

Border color

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

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

This div border color is #8A9F99.

Opacity

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

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

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

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

This text has shadow with #8A9F99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A9F99.

Preview

Color preview on black background

This text has color #8A9F99 on black background.


Color preview on white background

This text has color #8A9F99 on white background.


Black color preview on #8A9F99 background

This text has black color on #8A9F99 background.


White color preview on #8A9F99 background

This text has white color on #8A9F99 background.


Related colors

Complementary color

Complementary color for #hex is #756066.


I love getcolorcode.com

Triadic colors

1 #998A9F and #9F998A with #8A9F99 are triadic colors.

2 #999F8A and #9F8A99 with #8A9F99 are triadic colors.