COLOR #9A6F7B

HEX: #9A6F7B
RGB: (154,111,123)

Color info

#9A6F7B contains red, green and blue colors in about the same proportion. Web safe color of #9A6F7B is #996666 (or #966).

RGB color model

#9A6F7B color RGB value is (154,111,123).

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

RGB channels and saturation

R 154 of 255 = 60%
G 111 of 255 = 44%
B 123 of 255 = 48%

154
111
123

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

Portions of RGB colors in percentages

R + G + B =
154 + 111 + 123 = 388 (100%)
R 154 of 388 ~ 39.69%
G 111 of 388 ~ 28.61%
B 123 of 388 ~ 31.7%

%39.69
%28.61
%31.7

CMYK color model

#9A6F7B color CMYK value is (0,28,20,40).

  • cyan value is 0.00%
  • magenta value is 27.92%
  • yellow value is 20.13%
  • key color value is 39.61%
CMYK:
(0,28,20,40)
C0M28Y20K40 
(0%,28%,20%,40%)
(0.00/0.28/0.20/0.40)	

CMYK percentages

%0
%27.92
%20.13
%39.61

Codes

Color #9A6F7B in popluar color models

9A6F7B
RGB154111123
HSL343°17.55%51.96%
HSB/HSV343°27.92%60.39%
CMYK0.00%27.92%20.13%
39.61%

Color #9A6F7B in popluar number systems.

HEX9A6F7B
Decimal154111123
Binary1001101011011111111011
Octal232157173

Shades and tints

Shades of #9A6F7B

#9A6F7B
(154,111,123)
#8C6570
(140,101,112)
#7E5B65
(126,91,101)
#70515A
(112,81,90)
#62474F
(98,71,79)
#543D44
(84,61,68)
#463339
(70,51,57)
#38292E
(56,41,46)
#2A1F23
(42,31,35)
#1C1518
(28,21,24)
#0E0B0D
(14,11,13)
#000000
(0,0,0)

Tints of #9A6F7B

#9A6F7B
(154,111,123)
#A37C87
(163,124,135)
#AC8993
(172,137,147)
#B5969F
(181,150,159)
#BEA3AB
(190,163,171)
#C7B0B7
(199,176,183)
#D0BDC3
(208,189,195)
#D9CACF
(217,202,207)
#E2D7DB
(226,215,219)
#EBE4E7
(235,228,231)
#F4F1F3
(244,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A6F7B; }

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

This text font color is #9A6F7B.


Background Color

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

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

This div background color is #9A6F7B.


Border color

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

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

This div border color is #9A6F7B.


Opacity

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

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

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

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

This text has shadow with #9A6F7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A6F7B on black background.


Color preview on white background

This text has color #9A6F7B on white background.



Black color preview on #9A6F7B background

This text has black color on #9A6F7B background.


White color preview on #9A6F7B background

This text has white color on #9A6F7B background.