COLOR #9A7B8E

HEX: #9A7B8E
RGB: (154,123,142)

Color info

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

RGB color model

#9A7B8E color RGB value is (154,123,142).

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

RGB channels and saturation

R 154 of 255 = 60%
G 123 of 255 = 48%
B 142 of 255 = 56%

154
123
142

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

Portions of RGB colors in percentages

R + G + B =
154 + 123 + 142 = 419 (100%)
R 154 of 419 ~ 36.75%
G 123 of 419 ~ 29.36%
B 142 of 419 ~ 33.89%

%36.75
%29.36
%33.89

CMYK color model

#9A7B8E color CMYK value is (0,20,8,40).

  • cyan value is 0.00%
  • magenta value is 20.13%
  • yellow value is 7.79%
  • key color value is 39.61%
CMYK:
(0,20,8,40)
C0M20Y8K40 
(0%,20%,8%,40%)
(0.00/0.20/0.08/0.40)	

CMYK percentages

%0
%20.13
%7.79
%39.61

Codes

Color #9A7B8E in popluar color models

9A7B8E
RGB154123142
HSL323°13.30%54.31%
HSB/HSV323°20.13%60.39%
CMYK0.00%20.13%7.79%
39.61%

Color #9A7B8E in popluar number systems.

HEX9A7B8E
Decimal154123142
Binary10011010111101110001110
Octal232173216

Shades and tints

Shades of #9A7B8E

#9A7B8E
(154,123,142)
#8C7082
(140,112,130)
#7E6576
(126,101,118)
#705A6A
(112,90,106)
#624F5E
(98,79,94)
#544452
(84,68,82)
#463946
(70,57,70)
#382E3A
(56,46,58)
#2A232E
(42,35,46)
#1C1822
(28,24,34)
#0E0D16
(14,13,22)
#000000
(0,0,0)

Tints of #9A7B8E

#9A7B8E
(154,123,142)
#A38798
(163,135,152)
#AC93A2
(172,147,162)
#B59FAC
(181,159,172)
#BEABB6
(190,171,182)
#C7B7C0
(199,183,192)
#D0C3CA
(208,195,202)
#D9CFD4
(217,207,212)
#E2DBDE
(226,219,222)
#EBE7E8
(235,231,232)
#F4F3F2
(244,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A7B8E; }

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

This text font color is #9A7B8E.


Background Color

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

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

This div background color is #9A7B8E.


Border color

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

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

This div border color is #9A7B8E.


Opacity

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

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

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

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

This text has shadow with #9A7B8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A7B8E on black background.


Color preview on white background

This text has color #9A7B8E on white background.



Black color preview on #9A7B8E background

This text has black color on #9A7B8E background.


White color preview on #9A7B8E background

This text has white color on #9A7B8E background.