COLOR #9A977C

HEX: #9A977C RGB: (154,151,124)

Color info

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

RGB color model

#9A977C color RGB value is (154,151,124).

RGB: (154,151,124) (60%, 59%, 49%)

RGB channels and saturation

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

154
151
124

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

Portions of RGB colors in percentages

R + G + B = 154 + 151 + 124 = 429 (100%)
R 154 of 429 ~ 35.9%
G 151 of 429 ~ 35.2%
B 124 of 429 ~ 28.9'%

%35.9
%35.2
%28.9

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.95%
  • yellow value is 19.48%
  • 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
%19.48
%39.61

Codes

Color #9A977C in popluar color models

9A 97 7C
RGB 154 151 124
HSL 54° 12.93% 54.51%
HSB/HSV 54° 19.48% 60.39%
CMYK 0.00% 1.95% 19.48%
39.61%

Color #9A977C in popluar number systems.

HEX 9A 97 7C
Decimal 154 151 124
Binary 10011010 10010111 1111100
Octal 232 227 174

Shades and tints

Shades of #9A977C

#9A977C
(154,151,124)
#8C8A71
(140,138,113)
#7E7D66
(126,125,102)
#70705B
(112,112,91)
#626350
(98,99,80)
#545645
(84,86,69)
#46493A
(70,73,58)
#383C2F
(56,60,47)
#2A2F24
(42,47,36)
#1C2219
(28,34,25)
#0E150E
(14,21,14)
#000000
(0,0,0)

Tints of #9A977C

#9A977C
(154,151,124)
#A3A087
(163,160,135)
#ACA992
(172,169,146)
#B5B29D
(181,178,157)
#BEBBA8
(190,187,168)
#C7C4B3
(199,196,179)
#D0CDBE
(208,205,190)
#D9D6C9
(217,214,201)
#E2DFD4
(226,223,212)
#EBE8DF
(235,232,223)
#F4F1EA
(244,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A977C; }

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

This text font color is #9A977C.

Background Color

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

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

This div background color is #9A977C.

Border color

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

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

This div border color is #9A977C.

Opacity

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

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

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

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

This text has shadow with #9A977C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9A977C.

Preview

Color preview on black background

This text has color #9A977C on black background.


Color preview on white background

This text has color #9A977C on white background.


Black color preview on #9A977C background

This text has black color on #9A977C background.


White color preview on #9A977C background

This text has white color on #9A977C background.


Related colors

Complementary color

Complementary color for #hex is #656883.


I love getcolorcode.com

Triadic colors

1 #7C9A97 and #977C9A with #9A977C are triadic colors.

2 #7C979A and #979A7C with #9A977C are triadic colors.