COLOR #9A6F89

HEX: #9A6F89
RGB: (154,111,137)

Color info

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

RGB color model

#9A6F89 color RGB value is (154,111,137).

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

RGB channels and saturation

R 154 of 255 = 60%
G 111 of 255 = 44%
B 137 of 255 = 54%

154
111
137

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

Portions of RGB colors in percentages

R + G + B =
154 + 111 + 137 = 402 (100%)
R 154 of 402 ~ 38.31%
G 111 of 402 ~ 27.61%
B 137 of 402 ~ 34.08%

%38.31
%27.61
%34.08

CMYK color model

#9A6F89 color CMYK value is (0,28,11,40).

  • cyan value is 0.00%
  • magenta value is 27.92%
  • yellow value is 11.04%
  • key color value is 39.61%
CMYK:
(0,28,11,40)
C0M28Y11K40 
(0%,28%,11%,40%)
(0.00/0.28/0.11/0.40)	

CMYK percentages

%0
%27.92
%11.04
%39.61

Codes

Color #9A6F89 in popluar color models

9A6F89
RGB154111137
HSL324°17.55%51.96%
HSB/HSV324°27.92%60.39%
CMYK0.00%27.92%11.04%
39.61%

Color #9A6F89 in popluar number systems.

HEX9A6F89
Decimal154111137
Binary10011010110111110001001
Octal232157211

Shades and tints

Shades of #9A6F89

#9A6F89
(154,111,137)
#8C657D
(140,101,125)
#7E5B71
(126,91,113)
#705165
(112,81,101)
#624759
(98,71,89)
#543D4D
(84,61,77)
#463341
(70,51,65)
#382935
(56,41,53)
#2A1F29
(42,31,41)
#1C151D
(28,21,29)
#0E0B11
(14,11,17)
#000000
(0,0,0)

Tints of #9A6F89

#9A6F89
(154,111,137)
#A37C93
(163,124,147)
#AC899D
(172,137,157)
#B596A7
(181,150,167)
#BEA3B1
(190,163,177)
#C7B0BB
(199,176,187)
#D0BDC5
(208,189,197)
#D9CACF
(217,202,207)
#E2D7D9
(226,215,217)
#EBE4E3
(235,228,227)
#F4F1ED
(244,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A6F89; }

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

This text font color is #9A6F89.


Background Color

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

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

This div background color is #9A6F89.


Border color

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

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

This div border color is #9A6F89.


Opacity

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

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

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

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

This text has shadow with #9A6F89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A6F89 on black background.


Color preview on white background

This text has color #9A6F89 on white background.



Black color preview on #9A6F89 background

This text has black color on #9A6F89 background.


White color preview on #9A6F89 background

This text has white color on #9A6F89 background.