COLOR #9A6B7E

HEX: #9A6B7E RGB: (154,107,126)

Color info

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

RGB color model

#9A6B7E color RGB value is (154,107,126).

RGB: (154,107,126) (60%, 42%, 49%)

RGB channels and saturation

R 154 of 255 = 60%
G 107 of 255 = 42%
B 126 of 255 = 49%

154
107
126

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

Portions of RGB colors in percentages

R + G + B = 154 + 107 + 126 = 387 (100%)
R 154 of 387 ~ 39.79%
G 107 of 387 ~ 27.65%
B 126 of 387 ~ 32.56'%

%39.79
%27.65
%32.56

CMYK color model

#9A6B7E color CMYK value is (0,31,18,40).

  • cyan value is 0.00%
  • magenta value is 30.52%
  • yellow value is 18.18%
  • key color value is 39.61%

CMYK: (0,31,18,40)
C0M31Y18K40 (0%, 31%, 18%, 40%)
(0.00 / 0.31 / 0.18 / 0.40)

CMYK percentages

%0
%30.52
%18.18
%39.61

Codes

Color #9A6B7E in popluar color models

9A 6B 7E
RGB 154 107 126
HSL 336° 18.88% 51.18%
HSB/HSV 336° 30.52% 60.39%
CMYK 0.00% 30.52% 18.18%
39.61%

Color #9A6B7E in popluar number systems.

HEX 9A 6B 7E
Decimal 154 107 126
Binary 10011010 1101011 1111110
Octal 232 153 176

Shades and tints

Shades of #9A6B7E

#9A6B7E
(154,107,126)
#8C6273
(140,98,115)
#7E5968
(126,89,104)
#70505D
(112,80,93)
#624752
(98,71,82)
#543E47
(84,62,71)
#46353C
(70,53,60)
#382C31
(56,44,49)
#2A2326
(42,35,38)
#1C1A1B
(28,26,27)
#0E1110
(14,17,16)
#000000
(0,0,0)

Tints of #9A6B7E

#9A6B7E
(154,107,126)
#A37889
(163,120,137)
#AC8594
(172,133,148)
#B5929F
(181,146,159)
#BE9FAA
(190,159,170)
#C7ACB5
(199,172,181)
#D0B9C0
(208,185,192)
#D9C6CB
(217,198,203)
#E2D3D6
(226,211,214)
#EBE0E1
(235,224,225)
#F4EDEC
(244,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A6B7E color. Also use rgb(154,107,126) instead hex code.

Text Font Color

.myTextColor { color: #9A6B7E; }

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

This text font color is #9A6B7E.

Background Color

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

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

This div background color is #9A6B7E.

Border color

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

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

This div border color is #9A6B7E.

Opacity

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

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

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

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

This text has shadow with #9A6B7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9A6B7E.

Preview

Color preview on black background

This text has color #9A6B7E on black background.


Color preview on white background

This text has color #9A6B7E on white background.


Black color preview on #9A6B7E background

This text has black color on #9A6B7E background.


White color preview on #9A6B7E background

This text has white color on #9A6B7E background.


Related colors

Complementary color

Complementary color for #hex is #659481.


I love getcolorcode.com

Triadic colors

1 #7E9A6B and #6B7E9A with #9A6B7E are triadic colors.

2 #7E6B9A and #6B9A7E with #9A6B7E are triadic colors.