COLOR #9B707E

HEX: #9B707E RGB: (155,112,126)

Color info

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

RGB color model

#9B707E color RGB value is (155,112,126).

RGB: (155,112,126) (61%, 44%, 49%)

RGB channels and saturation

R 155 of 255 = 61%
G 112 of 255 = 44%
B 126 of 255 = 49%

155
112
126

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

Portions of RGB colors in percentages

R + G + B = 155 + 112 + 126 = 393 (100%)
R 155 of 393 ~ 39.44%
G 112 of 393 ~ 28.5%
B 126 of 393 ~ 32.06'%

%39.44
%28.5
%32.06

CMYK color model

#9B707E color CMYK value is (0,28,19,39).

  • cyan value is 0.00%
  • magenta value is 27.74%
  • yellow value is 18.71%
  • key color value is 39.22%

CMYK: (0,28,19,39)
C0M28Y19K39 (0%, 28%, 19%, 39%)
(0.00 / 0.28 / 0.19 / 0.39)

CMYK percentages

%0
%27.74
%18.71
%39.22

Codes

Color #9B707E in popluar color models

9B 70 7E
RGB 155 112 126
HSL 340° 17.70% 52.35%
HSB/HSV 340° 27.74% 60.78%
CMYK 0.00% 27.74% 18.71%
39.22%

Color #9B707E in popluar number systems.

HEX 9B 70 7E
Decimal 155 112 126
Binary 10011011 1110000 1111110
Octal 233 160 176

Shades and tints

Shades of #9B707E

#9B707E
(155,112,126)
#8D6673
(141,102,115)
#7F5C68
(127,92,104)
#71525D
(113,82,93)
#634852
(99,72,82)
#553E47
(85,62,71)
#47343C
(71,52,60)
#392A31
(57,42,49)
#2B2026
(43,32,38)
#1D161B
(29,22,27)
#0F0C10
(15,12,16)
#000000
(0,0,0)

Tints of #9B707E

#9B707E
(155,112,126)
#A47D89
(164,125,137)
#AD8A94
(173,138,148)
#B6979F
(182,151,159)
#BFA4AA
(191,164,170)
#C8B1B5
(200,177,181)
#D1BEC0
(209,190,192)
#DACBCB
(218,203,203)
#E3D8D6
(227,216,214)
#ECE5E1
(236,229,225)
#F5F2EC
(245,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B707E color. Also use rgb(155,112,126) instead hex code.

Text Font Color

.myTextColor { color: #9B707E; }

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

This text font color is #9B707E.

Background Color

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

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

This div background color is #9B707E.

Border color

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

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

This div border color is #9B707E.

Opacity

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

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

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

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

This text has shadow with #9B707E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B707E.

Preview

Color preview on black background

This text has color #9B707E on black background.


Color preview on white background

This text has color #9B707E on white background.


Black color preview on #9B707E background

This text has black color on #9B707E background.


White color preview on #9B707E background

This text has white color on #9B707E background.


Related colors

Complementary color

Complementary color for #hex is #648F81.


I love getcolorcode.com

Triadic colors

1 #7E9B70 and #707E9B with #9B707E are triadic colors.

2 #7E709B and #709B7E with #9B707E are triadic colors.