COLOR #9A7B80

HEX: #9A7B80
RGB: (154,123,128)

Color info

#9A7B80 contains red, green and blue colors in about the same proportion. Web safe color of #9A7B80 is #996666 (or #966).

RGB color model

#9A7B80 color RGB value is (154,123,128).

  • red value is 154;
  • green value is 123;
  • blue value is 128.
RGB:
(154,123,128)
(60%,48%,50%)

RGB channels and saturation

R 154 of 255 = 60%
G 123 of 255 = 48%
B 128 of 255 = 50%

154
123
128

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

Portions of RGB colors in percentages

R + G + B =
154 + 123 + 128 = 405 (100%)
R 154 of 405 ~ 38.02%
G 123 of 405 ~ 30.37%
B 128 of 405 ~ 31.6%

%38.02
%30.37
%31.6

CMYK color model

#9A7B80 color CMYK value is (0,20,17,40).

  • cyan value is 0.00%
  • magenta value is 20.13%
  • yellow value is 16.88%
  • key color value is 39.61%
CMYK:
(0,20,17,40)
C0M20Y17K40 
(0%,20%,17%,40%)
(0.00/0.20/0.17/0.40)	

CMYK percentages

%0
%20.13
%16.88
%39.61

Codes

Color #9A7B80 in popluar color models

9A7B80
RGB154123128
HSL350°13.30%54.31%
HSB/HSV350°20.13%60.39%
CMYK0.00%20.13%16.88%
39.61%

Color #9A7B80 in popluar number systems.

HEX9A7B80
Decimal154123128
Binary10011010111101110000000
Octal232173200

Shades and tints

Shades of #9A7B80

#9A7B80
(154,123,128)
#8C7075
(140,112,117)
#7E656A
(126,101,106)
#705A5F
(112,90,95)
#624F54
(98,79,84)
#544449
(84,68,73)
#46393E
(70,57,62)
#382E33
(56,46,51)
#2A2328
(42,35,40)
#1C181D
(28,24,29)
#0E0D12
(14,13,18)
#000000
(0,0,0)

Tints of #9A7B80

#9A7B80
(154,123,128)
#A3878B
(163,135,139)
#AC9396
(172,147,150)
#B59FA1
(181,159,161)
#BEABAC
(190,171,172)
#C7B7B7
(199,183,183)
#D0C3C2
(208,195,194)
#D9CFCD
(217,207,205)
#E2DBD8
(226,219,216)
#EBE7E3
(235,231,227)
#F4F3EE
(244,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A7B80 color. Also use rgb(154,123,128) instead hex code.

Text Font Color

.myTextColor { color: #9A7B80; }

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

This text font color is #9A7B80.


Background Color

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

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

This div background color is #9A7B80.


Border color

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

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

This div border color is #9A7B80.


Opacity

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

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

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

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

This text has shadow with #9A7B80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A7B80 on black background.


Color preview on white background

This text has color #9A7B80 on white background.



Black color preview on #9A7B80 background

This text has black color on #9A7B80 background.


White color preview on #9A7B80 background

This text has white color on #9A7B80 background.