COLOR #9A8083

HEX: #9A8083
RGB: (154,128,131)

Color info

#9A8083 contains red, green and blue colors in about the same proportion. Web safe color of #9A8083 is #996699 (or #969).

RGB color model

#9A8083 color RGB value is (154,128,131).

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

RGB channels and saturation

R 154 of 255 = 60%
G 128 of 255 = 50%
B 131 of 255 = 51%

154
128
131

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

Portions of RGB colors in percentages

R + G + B =
154 + 128 + 131 = 413 (100%)
R 154 of 413 ~ 37.29%
G 128 of 413 ~ 30.99%
B 131 of 413 ~ 31.72%

%37.29
%30.99
%31.72

CMYK color model

#9A8083 color CMYK value is (0,17,15,40).

  • cyan value is 0.00%
  • magenta value is 16.88%
  • yellow value is 14.94%
  • key color value is 39.61%
CMYK:
(0,17,15,40)
C0M17Y15K40 
(0%,17%,15%,40%)
(0.00/0.17/0.15/0.40)	

CMYK percentages

%0
%16.88
%14.94
%39.61

Codes

Color #9A8083 in popluar color models

9A8083
RGB154128131
HSL353°11.40%55.29%
HSB/HSV353°16.88%60.39%
CMYK0.00%16.88%14.94%
39.61%

Color #9A8083 in popluar number systems.

HEX9A8083
Decimal154128131
Binary100110101000000010000011
Octal232200203

Shades and tints

Shades of #9A8083

#9A8083
(154,128,131)
#8C7578
(140,117,120)
#7E6A6D
(126,106,109)
#705F62
(112,95,98)
#625457
(98,84,87)
#54494C
(84,73,76)
#463E41
(70,62,65)
#383336
(56,51,54)
#2A282B
(42,40,43)
#1C1D20
(28,29,32)
#0E1215
(14,18,21)
#000000
(0,0,0)

Tints of #9A8083

#9A8083
(154,128,131)
#A38B8E
(163,139,142)
#AC9699
(172,150,153)
#B5A1A4
(181,161,164)
#BEACAF
(190,172,175)
#C7B7BA
(199,183,186)
#D0C2C5
(208,194,197)
#D9CDD0
(217,205,208)
#E2D8DB
(226,216,219)
#EBE3E6
(235,227,230)
#F4EEF1
(244,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A8083; }

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

This text font color is #9A8083.


Background Color

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

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

This div background color is #9A8083.


Border color

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

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

This div border color is #9A8083.


Opacity

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

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

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

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

This text has shadow with #9A8083 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A8083 on black background.


Color preview on white background

This text has color #9A8083 on white background.



Black color preview on #9A8083 background

This text has black color on #9A8083 background.


White color preview on #9A8083 background

This text has white color on #9A8083 background.