COLOR #8A987B

HEX: #8A987B
RGB: (138,152,123)

Color info

#8A987B contains red, green and blue colors in about the same proportion. Web safe color of #8A987B is #999966 (or #996).

RGB color model

#8A987B color RGB value is (138,152,123).

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

RGB channels and saturation

R 138 of 255 = 54%
G 152 of 255 = 60%
B 123 of 255 = 48%

138
152
123

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

Portions of RGB colors in percentages

R + G + B =
138 + 152 + 123 = 413 (100%)
R 138 of 413 ~ 33.41%
G 152 of 413 ~ 36.8%
B 123 of 413 ~ 29.78%

%33.41
%36.8
%29.78

CMYK color model

#8A987B color CMYK value is (9,0,19,40).

  • cyan value is 9.21%
  • magenta value is 0.00%
  • yellow value is 19.08%
  • key color value is 40.39%
CMYK:
(9,0,19,40)
C9M0Y19K40 
(9%,0%,19%,40%)
(0.09/0.00/0.19/0.40)	

CMYK percentages

%9.21
%0
%19.08
%40.39

Codes

Color #8A987B in popluar color models

8A987B
RGB138152123
HSL89°12.34%53.92%
HSB/HSV89°19.08%59.61%
CMYK9.21%0.00%19.08%
40.39%

Color #8A987B in popluar number systems.

HEX8A987B
Decimal138152123
Binary10001010100110001111011
Octal212230173

Shades and tints

Shades of #8A987B

#8A987B
(138,152,123)
#7E8B70
(126,139,112)
#727E65
(114,126,101)
#66715A
(102,113,90)
#5A644F
(90,100,79)
#4E5744
(78,87,68)
#424A39
(66,74,57)
#363D2E
(54,61,46)
#2A3023
(42,48,35)
#1E2318
(30,35,24)
#12160D
(18,22,13)
#000000
(0,0,0)

Tints of #8A987B

#8A987B
(138,152,123)
#94A187
(148,161,135)
#9EAA93
(158,170,147)
#A8B39F
(168,179,159)
#B2BCAB
(178,188,171)
#BCC5B7
(188,197,183)
#C6CEC3
(198,206,195)
#D0D7CF
(208,215,207)
#DAE0DB
(218,224,219)
#E4E9E7
(228,233,231)
#EEF2F3
(238,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A987B; }

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

This text font color is #8A987B.


Background Color

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

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

This div background color is #8A987B.


Border color

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

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

This div border color is #8A987B.


Opacity

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

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

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

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

This text has shadow with #8A987B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A987B on black background.


Color preview on white background

This text has color #8A987B on white background.



Black color preview on #8A987B background

This text has black color on #8A987B background.


White color preview on #8A987B background

This text has white color on #8A987B background.