COLOR #9A7F8E

HEX: #9A7F8E
RGB: (154,127,142)

Color info

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

RGB color model

#9A7F8E color RGB value is (154,127,142).

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

RGB channels and saturation

R 154 of 255 = 60%
G 127 of 255 = 50%
B 142 of 255 = 56%

154
127
142

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

Portions of RGB colors in percentages

R + G + B =
154 + 127 + 142 = 423 (100%)
R 154 of 423 ~ 36.41%
G 127 of 423 ~ 30.02%
B 142 of 423 ~ 33.57%

%36.41
%30.02
%33.57

CMYK color model

#9A7F8E color CMYK value is (0,18,8,40).

  • cyan value is 0.00%
  • magenta value is 17.53%
  • yellow value is 7.79%
  • key color value is 39.61%
CMYK:
(0,18,8,40)
C0M18Y8K40 
(0%,18%,8%,40%)
(0.00/0.18/0.08/0.40)	

CMYK percentages

%0
%17.53
%7.79
%39.61

Codes

Color #9A7F8E in popluar color models

9A7F8E
RGB154127142
HSL327°11.79%55.10%
HSB/HSV327°17.53%60.39%
CMYK0.00%17.53%7.79%
39.61%

Color #9A7F8E in popluar number systems.

HEX9A7F8E
Decimal154127142
Binary10011010111111110001110
Octal232177216

Shades and tints

Shades of #9A7F8E

#9A7F8E
(154,127,142)
#8C7482
(140,116,130)
#7E6976
(126,105,118)
#705E6A
(112,94,106)
#62535E
(98,83,94)
#544852
(84,72,82)
#463D46
(70,61,70)
#38323A
(56,50,58)
#2A272E
(42,39,46)
#1C1C22
(28,28,34)
#0E1116
(14,17,22)
#000000
(0,0,0)

Tints of #9A7F8E

#9A7F8E
(154,127,142)
#A38A98
(163,138,152)
#AC95A2
(172,149,162)
#B5A0AC
(181,160,172)
#BEABB6
(190,171,182)
#C7B6C0
(199,182,192)
#D0C1CA
(208,193,202)
#D9CCD4
(217,204,212)
#E2D7DE
(226,215,222)
#EBE2E8
(235,226,232)
#F4EDF2
(244,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A7F8E; }

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

This text font color is #9A7F8E.


Background Color

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

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

This div background color is #9A7F8E.


Border color

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

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

This div border color is #9A7F8E.


Opacity

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

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

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

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

This text has shadow with #9A7F8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A7F8E on black background.


Color preview on white background

This text has color #9A7F8E on white background.



Black color preview on #9A7F8E background

This text has black color on #9A7F8E background.


White color preview on #9A7F8E background

This text has white color on #9A7F8E background.