COLOR #9A987D

HEX: #9A987D
RGB: (154,152,125)

Color info

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

RGB color model

#9A987D color RGB value is (154,152,125).

  • red value is 154;
  • green value is 152;
  • blue value is 125.
RGB:
(154,152,125)
(60%,60%,49%)

RGB channels and saturation

R 154 of 255 = 60%
G 152 of 255 = 60%
B 125 of 255 = 49%

154
152
125

R + G + B ~ 56%. #9A987D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
154 + 152 + 125 = 431 (100%)
R 154 of 431 ~ 35.73%
G 152 of 431 ~ 35.27%
B 125 of 431 ~ 29%

%35.73
%35.27
%29

CMYK color model

#9A987D color CMYK value is (0,1,19,40).

  • cyan value is 0.00%
  • magenta value is 1.30%
  • yellow value is 18.83%
  • key color value is 39.61%
CMYK:
(0,1,19,40)
C0M1Y19K40 
(0%,1%,19%,40%)
(0.00/0.01/0.19/0.40)	

CMYK percentages

%0
%1.3
%18.83
%39.61

Codes

Color #9A987D in popluar color models

9A987D
RGB154152125
HSL56°12.55%54.71%
HSB/HSV56°18.83%60.39%
CMYK0.00%1.30%18.83%
39.61%

Color #9A987D in popluar number systems.

HEX9A987D
Decimal154152125
Binary10011010100110001111101
Octal232230175

Shades and tints

Shades of #9A987D

#9A987D
(154,152,125)
#8C8B72
(140,139,114)
#7E7E67
(126,126,103)
#70715C
(112,113,92)
#626451
(98,100,81)
#545746
(84,87,70)
#464A3B
(70,74,59)
#383D30
(56,61,48)
#2A3025
(42,48,37)
#1C231A
(28,35,26)
#0E160F
(14,22,15)
#000000
(0,0,0)

Tints of #9A987D

#9A987D
(154,152,125)
#A3A188
(163,161,136)
#ACAA93
(172,170,147)
#B5B39E
(181,179,158)
#BEBCA9
(190,188,169)
#C7C5B4
(199,197,180)
#D0CEBF
(208,206,191)
#D9D7CA
(217,215,202)
#E2E0D5
(226,224,213)
#EBE9E0
(235,233,224)
#F4F2EB
(244,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A987D color. Also use rgb(154,152,125) instead hex code.

Text Font Color

.myTextColor { color: #9A987D; }

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

This text font color is #9A987D.


Background Color

.myBgColor { background-color: #9A987D; }

<div style="background-color:#9A987D">Inner text</div>

This div background color is #9A987D.


Border color

.myBorderColor { border: 1px solid #9A987D; }

<div style="border:3px solid #9A987D">Div</div>

This div border color is #9A987D.


Opacity

.myOpacity80 { color: #9A987D; opacity: 0.8; }

<p style="color:#9A987D;opacity:0.8;">80%</p>

Text with #9A987D 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 #9A987D;}

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

This text has shadow with #9A987D color.

.textShadow {text-shadow: 3px 3px 1px #9A987D, 3px 3px 1px red;}

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

This text has shadow with #9A987D primary color and red secondary color.


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

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

This text has shadow with #9A987D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A987D on black background.


Color preview on white background

This text has color #9A987D on white background.



Black color preview on #9A987D background

This text has black color on #9A987D background.


White color preview on #9A987D background

This text has white color on #9A987D background.