COLOR #9A977D

HEX: #9A977D
RGB: (154,151,125)

Color info

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

RGB color model

#9A977D color RGB value is (154,151,125).

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

RGB channels and saturation

R 154 of 255 = 60%
G 151 of 255 = 59%
B 125 of 255 = 49%

154
151
125

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

Portions of RGB colors in percentages

R + G + B =
154 + 151 + 125 = 430 (100%)
R 154 of 430 ~ 35.81%
G 151 of 430 ~ 35.12%
B 125 of 430 ~ 29.07%

%35.81
%35.12
%29.07

CMYK color model

#9A977D color CMYK value is (0,2,19,40).

  • cyan value is 0.00%
  • magenta value is 1.95%
  • yellow value is 18.83%
  • key color value is 39.61%
CMYK:
(0,2,19,40)
C0M2Y19K40 
(0%,2%,19%,40%)
(0.00/0.02/0.19/0.40)	

CMYK percentages

%0
%1.95
%18.83
%39.61

Codes

Color #9A977D in popluar color models

9A977D
RGB154151125
HSL54°12.55%54.71%
HSB/HSV54°18.83%60.39%
CMYK0.00%1.95%18.83%
39.61%

Color #9A977D in popluar number systems.

HEX9A977D
Decimal154151125
Binary10011010100101111111101
Octal232227175

Shades and tints

Shades of #9A977D

#9A977D
(154,151,125)
#8C8A72
(140,138,114)
#7E7D67
(126,125,103)
#70705C
(112,112,92)
#626351
(98,99,81)
#545646
(84,86,70)
#46493B
(70,73,59)
#383C30
(56,60,48)
#2A2F25
(42,47,37)
#1C221A
(28,34,26)
#0E150F
(14,21,15)
#000000
(0,0,0)

Tints of #9A977D

#9A977D
(154,151,125)
#A3A088
(163,160,136)
#ACA993
(172,169,147)
#B5B29E
(181,178,158)
#BEBBA9
(190,187,169)
#C7C4B4
(199,196,180)
#D0CDBF
(208,205,191)
#D9D6CA
(217,214,202)
#E2DFD5
(226,223,213)
#EBE8E0
(235,232,224)
#F4F1EB
(244,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A977D; }

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

This text font color is #9A977D.


Background Color

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

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

This div background color is #9A977D.


Border color

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

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

This div border color is #9A977D.


Opacity

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

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

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

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

This text has shadow with #9A977D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A977D on black background.


Color preview on white background

This text has color #9A977D on white background.



Black color preview on #9A977D background

This text has black color on #9A977D background.


White color preview on #9A977D background

This text has white color on #9A977D background.