COLOR #9A7D8C

HEX: #9A7D8C
RGB: (154,125,140)

Color info

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

RGB color model

#9A7D8C color RGB value is (154,125,140).

  • red value is 154;
  • green value is 125;
  • blue value is 140.
RGB:
(154,125,140)
(60%,49%,55%)

RGB channels and saturation

R 154 of 255 = 60%
G 125 of 255 = 49%
B 140 of 255 = 55%

154
125
140

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

Portions of RGB colors in percentages

R + G + B =
154 + 125 + 140 = 419 (100%)
R 154 of 419 ~ 36.75%
G 125 of 419 ~ 29.83%
B 140 of 419 ~ 33.41%

%36.75
%29.83
%33.41

CMYK color model

#9A7D8C color CMYK value is (0,19,9,40).

  • cyan value is 0.00%
  • magenta value is 18.83%
  • yellow value is 9.09%
  • key color value is 39.61%
CMYK:
(0,19,9,40)
C0M19Y9K40 
(0%,19%,9%,40%)
(0.00/0.19/0.09/0.40)	

CMYK percentages

%0
%18.83
%9.09
%39.61

Codes

Color #9A7D8C in popluar color models

9A7D8C
RGB154125140
HSL329°12.55%54.71%
HSB/HSV329°18.83%60.39%
CMYK0.00%18.83%9.09%
39.61%

Color #9A7D8C in popluar number systems.

HEX9A7D8C
Decimal154125140
Binary10011010111110110001100
Octal232175214

Shades and tints

Shades of #9A7D8C

#9A7D8C
(154,125,140)
#8C7280
(140,114,128)
#7E6774
(126,103,116)
#705C68
(112,92,104)
#62515C
(98,81,92)
#544650
(84,70,80)
#463B44
(70,59,68)
#383038
(56,48,56)
#2A252C
(42,37,44)
#1C1A20
(28,26,32)
#0E0F14
(14,15,20)
#000000
(0,0,0)

Tints of #9A7D8C

#9A7D8C
(154,125,140)
#A38896
(163,136,150)
#AC93A0
(172,147,160)
#B59EAA
(181,158,170)
#BEA9B4
(190,169,180)
#C7B4BE
(199,180,190)
#D0BFC8
(208,191,200)
#D9CAD2
(217,202,210)
#E2D5DC
(226,213,220)
#EBE0E6
(235,224,230)
#F4EBF0
(244,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A7D8C color. Also use rgb(154,125,140) instead hex code.

Text Font Color

.myTextColor { color: #9A7D8C; }

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

This text font color is #9A7D8C.


Background Color

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

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

This div background color is #9A7D8C.


Border color

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

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

This div border color is #9A7D8C.


Opacity

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

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

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

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

This text has shadow with #9A7D8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A7D8C on black background.


Color preview on white background

This text has color #9A7D8C on white background.



Black color preview on #9A7D8C background

This text has black color on #9A7D8C background.


White color preview on #9A7D8C background

This text has white color on #9A7D8C background.