COLOR #8A9883

HEX: #8A9883 RGB: (138,152,131)

Color info

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

RGB color model

#8A9883 color RGB value is (138,152,131).

RGB: (138,152,131) (54%, 60%, 51%)

RGB channels and saturation

R 138 of 255 = 54%
G 152 of 255 = 60%
B 131 of 255 = 51%

138
152
131

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

Portions of RGB colors in percentages

R + G + B = 138 + 152 + 131 = 421 (100%)
R 138 of 421 ~ 32.78%
G 152 of 421 ~ 36.1%
B 131 of 421 ~ 31.12'%

%32.78
%36.1
%31.12

CMYK color model

#8A9883 color CMYK value is (9,0,14,40).

  • cyan value is 9.21%
  • magenta value is 0.00%
  • yellow value is 13.82%
  • key color value is 40.39%

CMYK: (9,0,14,40)
C9M0Y14K40 (9%, 0%, 14%, 40%)
(0.09 / 0.00 / 0.14 / 0.40)

CMYK percentages

%9.21
%0
%13.82
%40.39

Codes

Color #8A9883 in popluar color models

8A 98 83
RGB 138 152 131
HSL 100° 9.25% 55.49%
HSB/HSV 100° 13.82% 59.61%
CMYK 9.21% 0.00% 13.82%
40.39%

Color #8A9883 in popluar number systems.

HEX 8A 98 83
Decimal 138 152 131
Binary 10001010 10011000 10000011
Octal 212 230 203

Shades and tints

Shades of #8A9883

#8A9883
(138,152,131)
#7E8B78
(126,139,120)
#727E6D
(114,126,109)
#667162
(102,113,98)
#5A6457
(90,100,87)
#4E574C
(78,87,76)
#424A41
(66,74,65)
#363D36
(54,61,54)
#2A302B
(42,48,43)
#1E2320
(30,35,32)
#121615
(18,22,21)
#000000
(0,0,0)

Tints of #8A9883

#8A9883
(138,152,131)
#94A18E
(148,161,142)
#9EAA99
(158,170,153)
#A8B3A4
(168,179,164)
#B2BCAF
(178,188,175)
#BCC5BA
(188,197,186)
#C6CEC5
(198,206,197)
#D0D7D0
(208,215,208)
#DAE0DB
(218,224,219)
#E4E9E6
(228,233,230)
#EEF2F1
(238,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A9883; }

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

This text font color is #8A9883.

Background Color

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

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

This div background color is #8A9883.

Border color

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

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

This div border color is #8A9883.

Opacity

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

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

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

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

This text has shadow with #8A9883 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A9883.

Preview

Color preview on black background

This text has color #8A9883 on black background.


Color preview on white background

This text has color #8A9883 on white background.


Black color preview on #8A9883 background

This text has black color on #8A9883 background.


White color preview on #8A9883 background

This text has white color on #8A9883 background.


Related colors

Complementary color

Complementary color for #hex is #75677C.


I love getcolorcode.com

Triadic colors

1 #838A98 and #98838A with #8A9883 are triadic colors.

2 #83988A and #988A83 with #8A9883 are triadic colors.