COLOR #9B677F

HEX: #9B677F RGB: (155,103,127)

Color info

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

RGB color model

#9B677F color RGB value is (155,103,127).

RGB: (155,103,127) (61%, 40%, 50%)

RGB channels and saturation

R 155 of 255 = 61%
G 103 of 255 = 40%
B 127 of 255 = 50%

155
103
127

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

Portions of RGB colors in percentages

R + G + B = 155 + 103 + 127 = 385 (100%)
R 155 of 385 ~ 40.26%
G 103 of 385 ~ 26.75%
B 127 of 385 ~ 32.99'%

%40.26
%26.75
%32.99

CMYK color model

#9B677F color CMYK value is (0,34,18,39).

  • cyan value is 0.00%
  • magenta value is 33.55%
  • yellow value is 18.06%
  • key color value is 39.22%

CMYK: (0,34,18,39)
C0M34Y18K39 (0%, 34%, 18%, 39%)
(0.00 / 0.34 / 0.18 / 0.39)

CMYK percentages

%0
%33.55
%18.06
%39.22

Codes

Color #9B677F in popluar color models

9B 67 7F
RGB 155 103 127
HSL 332° 20.63% 50.59%
HSB/HSV 332° 33.55% 60.78%
CMYK 0.00% 33.55% 18.06%
39.22%

Color #9B677F in popluar number systems.

HEX 9B 67 7F
Decimal 155 103 127
Binary 10011011 1100111 1111111
Octal 233 147 177

Shades and tints

Shades of #9B677F

#9B677F
(155,103,127)
#8D5E74
(141,94,116)
#7F5569
(127,85,105)
#714C5E
(113,76,94)
#634353
(99,67,83)
#553A48
(85,58,72)
#47313D
(71,49,61)
#392832
(57,40,50)
#2B1F27
(43,31,39)
#1D161C
(29,22,28)
#0F0D11
(15,13,17)
#000000
(0,0,0)

Tints of #9B677F

#9B677F
(155,103,127)
#A4748A
(164,116,138)
#AD8195
(173,129,149)
#B68EA0
(182,142,160)
#BF9BAB
(191,155,171)
#C8A8B6
(200,168,182)
#D1B5C1
(209,181,193)
#DAC2CC
(218,194,204)
#E3CFD7
(227,207,215)
#ECDCE2
(236,220,226)
#F5E9ED
(245,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B677F color. Also use rgb(155,103,127) instead hex code.

Text Font Color

.myTextColor { color: #9B677F; }

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

This text font color is #9B677F.

Background Color

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

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

This div background color is #9B677F.

Border color

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

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

This div border color is #9B677F.

Opacity

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

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

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

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

This text has shadow with #9B677F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B677F.

Preview

Color preview on black background

This text has color #9B677F on black background.


Color preview on white background

This text has color #9B677F on white background.


Black color preview on #9B677F background

This text has black color on #9B677F background.


White color preview on #9B677F background

This text has white color on #9B677F background.


Related colors

Complementary color

Complementary color for #hex is #649880.


I love getcolorcode.com

Triadic colors

1 #7F9B67 and #677F9B with #9B677F are triadic colors.

2 #7F679B and #679B7F with #9B677F are triadic colors.