COLOR #9A6789

HEX: #9A6789
RGB: (154,103,137)

Color info

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

RGB color model

#9A6789 color RGB value is (154,103,137).

  • red value is 154;
  • green value is 103;
  • blue value is 137.
RGB:
(154,103,137)
(60%,40%,54%)

RGB channels and saturation

R 154 of 255 = 60%
G 103 of 255 = 40%
B 137 of 255 = 54%

154
103
137

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

Portions of RGB colors in percentages

R + G + B =
154 + 103 + 137 = 394 (100%)
R 154 of 394 ~ 39.09%
G 103 of 394 ~ 26.14%
B 137 of 394 ~ 34.77%

%39.09
%26.14
%34.77

CMYK color model

#9A6789 color CMYK value is (0,33,11,40).

  • cyan value is 0.00%
  • magenta value is 33.12%
  • yellow value is 11.04%
  • key color value is 39.61%
CMYK:
(0,33,11,40)
C0M33Y11K40 
(0%,33%,11%,40%)
(0.00/0.33/0.11/0.40)	

CMYK percentages

%0
%33.12
%11.04
%39.61

Codes

Color #9A6789 in popluar color models

9A6789
RGB154103137
HSL320°20.16%50.39%
HSB/HSV320°33.12%60.39%
CMYK0.00%33.12%11.04%
39.61%

Color #9A6789 in popluar number systems.

HEX9A6789
Decimal154103137
Binary10011010110011110001001
Octal232147211

Shades and tints

Shades of #9A6789

#9A6789
(154,103,137)
#8C5E7D
(140,94,125)
#7E5571
(126,85,113)
#704C65
(112,76,101)
#624359
(98,67,89)
#543A4D
(84,58,77)
#463141
(70,49,65)
#382835
(56,40,53)
#2A1F29
(42,31,41)
#1C161D
(28,22,29)
#0E0D11
(14,13,17)
#000000
(0,0,0)

Tints of #9A6789

#9A6789
(154,103,137)
#A37493
(163,116,147)
#AC819D
(172,129,157)
#B58EA7
(181,142,167)
#BE9BB1
(190,155,177)
#C7A8BB
(199,168,187)
#D0B5C5
(208,181,197)
#D9C2CF
(217,194,207)
#E2CFD9
(226,207,217)
#EBDCE3
(235,220,227)
#F4E9ED
(244,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A6789 color. Also use rgb(154,103,137) instead hex code.

Text Font Color

.myTextColor { color: #9A6789; }

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

This text font color is #9A6789.


Background Color

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

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

This div background color is #9A6789.


Border color

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

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

This div border color is #9A6789.


Opacity

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

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

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

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

This text has shadow with #9A6789 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A6789 on black background.


Color preview on white background

This text has color #9A6789 on white background.



Black color preview on #9A6789 background

This text has black color on #9A6789 background.


White color preview on #9A6789 background

This text has white color on #9A6789 background.