COLOR #9A7B87

HEX: #9A7B87
RGB: (154,123,135)

Color info

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

RGB color model

#9A7B87 color RGB value is (154,123,135).

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

RGB channels and saturation

R 154 of 255 = 60%
G 123 of 255 = 48%
B 135 of 255 = 53%

154
123
135

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

Portions of RGB colors in percentages

R + G + B =
154 + 123 + 135 = 412 (100%)
R 154 of 412 ~ 37.38%
G 123 of 412 ~ 29.85%
B 135 of 412 ~ 32.77%

%37.38
%29.85
%32.77

CMYK color model

#9A7B87 color CMYK value is (0,20,12,40).

  • cyan value is 0.00%
  • magenta value is 20.13%
  • yellow value is 12.34%
  • key color value is 39.61%
CMYK:
(0,20,12,40)
C0M20Y12K40 
(0%,20%,12%,40%)
(0.00/0.20/0.12/0.40)	

CMYK percentages

%0
%20.13
%12.34
%39.61

Codes

Color #9A7B87 in popluar color models

9A7B87
RGB154123135
HSL337°13.30%54.31%
HSB/HSV337°20.13%60.39%
CMYK0.00%20.13%12.34%
39.61%

Color #9A7B87 in popluar number systems.

HEX9A7B87
Decimal154123135
Binary10011010111101110000111
Octal232173207

Shades and tints

Shades of #9A7B87

#9A7B87
(154,123,135)
#8C707B
(140,112,123)
#7E656F
(126,101,111)
#705A63
(112,90,99)
#624F57
(98,79,87)
#54444B
(84,68,75)
#46393F
(70,57,63)
#382E33
(56,46,51)
#2A2327
(42,35,39)
#1C181B
(28,24,27)
#0E0D0F
(14,13,15)
#000000
(0,0,0)

Tints of #9A7B87

#9A7B87
(154,123,135)
#A38791
(163,135,145)
#AC939B
(172,147,155)
#B59FA5
(181,159,165)
#BEABAF
(190,171,175)
#C7B7B9
(199,183,185)
#D0C3C3
(208,195,195)
#D9CFCD
(217,207,205)
#E2DBD7
(226,219,215)
#EBE7E1
(235,231,225)
#F4F3EB
(244,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A7B87; }

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

This text font color is #9A7B87.


Background Color

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

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

This div background color is #9A7B87.


Border color

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

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

This div border color is #9A7B87.


Opacity

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

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

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

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

This text has shadow with #9A7B87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A7B87 on black background.


Color preview on white background

This text has color #9A7B87 on white background.



Black color preview on #9A7B87 background

This text has black color on #9A7B87 background.


White color preview on #9A7B87 background

This text has white color on #9A7B87 background.