COLOR #9A7D87

HEX: #9A7D87
RGB: (154,125,135)

Color info

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

RGB color model

#9A7D87 color RGB value is (154,125,135).

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

RGB channels and saturation

R 154 of 255 = 60%
G 125 of 255 = 49%
B 135 of 255 = 53%

154
125
135

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

Portions of RGB colors in percentages

R + G + B =
154 + 125 + 135 = 414 (100%)
R 154 of 414 ~ 37.2%
G 125 of 414 ~ 30.19%
B 135 of 414 ~ 32.61%

%37.2
%30.19
%32.61

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.83%
  • yellow value is 12.34%
  • key color value is 39.61%
CMYK:
(0,19,12,40)
C0M19Y12K40 
(0%,19%,12%,40%)
(0.00/0.19/0.12/0.40)	

CMYK percentages

%0
%18.83
%12.34
%39.61

Codes

Color #9A7D87 in popluar color models

9A7D87
RGB154125135
HSL339°12.55%54.71%
HSB/HSV339°18.83%60.39%
CMYK0.00%18.83%12.34%
39.61%

Color #9A7D87 in popluar number systems.

HEX9A7D87
Decimal154125135
Binary10011010111110110000111
Octal232175207

Shades and tints

Shades of #9A7D87

#9A7D87
(154,125,135)
#8C727B
(140,114,123)
#7E676F
(126,103,111)
#705C63
(112,92,99)
#625157
(98,81,87)
#54464B
(84,70,75)
#463B3F
(70,59,63)
#383033
(56,48,51)
#2A2527
(42,37,39)
#1C1A1B
(28,26,27)
#0E0F0F
(14,15,15)
#000000
(0,0,0)

Tints of #9A7D87

#9A7D87
(154,125,135)
#A38891
(163,136,145)
#AC939B
(172,147,155)
#B59EA5
(181,158,165)
#BEA9AF
(190,169,175)
#C7B4B9
(199,180,185)
#D0BFC3
(208,191,195)
#D9CACD
(217,202,205)
#E2D5D7
(226,213,215)
#EBE0E1
(235,224,225)
#F4EBEB
(244,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A7D87; }

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

This text font color is #9A7D87.


Background Color

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

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

This div background color is #9A7D87.


Border color

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

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

This div border color is #9A7D87.


Opacity

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

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

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

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

This text has shadow with #9A7D87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A7D87 on black background.


Color preview on white background

This text has color #9A7D87 on white background.



Black color preview on #9A7D87 background

This text has black color on #9A7D87 background.


White color preview on #9A7D87 background

This text has white color on #9A7D87 background.