COLOR #9B687E

HEX: #9B687E RGB: (155,104,126)

Color info

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

RGB color model

#9B687E color RGB value is (155,104,126).

RGB: (155,104,126) (61%, 41%, 49%)

RGB channels and saturation

R 155 of 255 = 61%
G 104 of 255 = 41%
B 126 of 255 = 49%

155
104
126

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

Portions of RGB colors in percentages

R + G + B = 155 + 104 + 126 = 385 (100%)
R 155 of 385 ~ 40.26%
G 104 of 385 ~ 27.01%
B 126 of 385 ~ 32.73'%

%40.26
%27.01
%32.73

CMYK color model

#9B687E color CMYK value is (0,33,19,39).

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

CMYK: (0,33,19,39)
C0M33Y19K39 (0%, 33%, 19%, 39%)
(0.00 / 0.33 / 0.19 / 0.39)

CMYK percentages

%0
%32.9
%18.71
%39.22

Codes

Color #9B687E in popluar color models

9B 68 7E
RGB 155 104 126
HSL 334° 20.32% 50.78%
HSB/HSV 334° 32.90% 60.78%
CMYK 0.00% 32.90% 18.71%
39.22%

Color #9B687E in popluar number systems.

HEX 9B 68 7E
Decimal 155 104 126
Binary 10011011 1101000 1111110
Octal 233 150 176

Shades and tints

Shades of #9B687E

#9B687E
(155,104,126)
#8D5F73
(141,95,115)
#7F5668
(127,86,104)
#714D5D
(113,77,93)
#634452
(99,68,82)
#553B47
(85,59,71)
#47323C
(71,50,60)
#392931
(57,41,49)
#2B2026
(43,32,38)
#1D171B
(29,23,27)
#0F0E10
(15,14,16)
#000000
(0,0,0)

Tints of #9B687E

#9B687E
(155,104,126)
#A47589
(164,117,137)
#AD8294
(173,130,148)
#B68F9F
(182,143,159)
#BF9CAA
(191,156,170)
#C8A9B5
(200,169,181)
#D1B6C0
(209,182,192)
#DAC3CB
(218,195,203)
#E3D0D6
(227,208,214)
#ECDDE1
(236,221,225)
#F5EAEC
(245,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B687E; }

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

This text font color is #9B687E.

Background Color

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

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

This div background color is #9B687E.

Border color

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

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

This div border color is #9B687E.

Opacity

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

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

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

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

This text has shadow with #9B687E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B687E.

Preview

Color preview on black background

This text has color #9B687E on black background.


Color preview on white background

This text has color #9B687E on white background.


Black color preview on #9B687E background

This text has black color on #9B687E background.


White color preview on #9B687E background

This text has white color on #9B687E background.


Related colors

Complementary color

Complementary color for #hex is #649781.


I love getcolorcode.com

Triadic colors

1 #7E9B68 and #687E9B with #9B687E are triadic colors.

2 #7E689B and #689B7E with #9B687E are triadic colors.