COLOR #9B678A

HEX: #9B678A RGB: (155,103,138)

Color info

#9B678A contains red, green and blue colors in about the same proportion. Web safe color of #9B678A is #996699 (or #969).

RGB color model

#9B678A color RGB value is (155,103,138).

RGB: (155,103,138) (61%, 40%, 54%)

RGB channels and saturation

R 155 of 255 = 61%
G 103 of 255 = 40%
B 138 of 255 = 54%

155
103
138

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

Portions of RGB colors in percentages

R + G + B = 155 + 103 + 138 = 396 (100%)
R 155 of 396 ~ 39.14%
G 103 of 396 ~ 26.01%
B 138 of 396 ~ 34.85'%

%39.14
%26.01
%34.85

CMYK color model

#9B678A color CMYK value is (0,34,11,39).

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

CMYK: (0,34,11,39)
C0M34Y11K39 (0%, 34%, 11%, 39%)
(0.00 / 0.34 / 0.11 / 0.39)

CMYK percentages

%0
%33.55
%10.97
%39.22

Codes

Color #9B678A in popluar color models

9B 67 8A
RGB 155 103 138
HSL 320° 20.63% 50.59%
HSB/HSV 320° 33.55% 60.78%
CMYK 0.00% 33.55% 10.97%
39.22%

Color #9B678A in popluar number systems.

HEX 9B 67 8A
Decimal 155 103 138
Binary 10011011 1100111 10001010
Octal 233 147 212

Shades and tints

Shades of #9B678A

#9B678A
(155,103,138)
#8D5E7E
(141,94,126)
#7F5572
(127,85,114)
#714C66
(113,76,102)
#63435A
(99,67,90)
#553A4E
(85,58,78)
#473142
(71,49,66)
#392836
(57,40,54)
#2B1F2A
(43,31,42)
#1D161E
(29,22,30)
#0F0D12
(15,13,18)
#000000
(0,0,0)

Tints of #9B678A

#9B678A
(155,103,138)
#A47494
(164,116,148)
#AD819E
(173,129,158)
#B68EA8
(182,142,168)
#BF9BB2
(191,155,178)
#C8A8BC
(200,168,188)
#D1B5C6
(209,181,198)
#DAC2D0
(218,194,208)
#E3CFDA
(227,207,218)
#ECDCE4
(236,220,228)
#F5E9EE
(245,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B678A; }

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

This text font color is #9B678A.

Background Color

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

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

This div background color is #9B678A.

Border color

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

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

This div border color is #9B678A.

Opacity

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

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

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

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

This text has shadow with #9B678A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B678A.

Preview

Color preview on black background

This text has color #9B678A on black background.


Color preview on white background

This text has color #9B678A on white background.


Black color preview on #9B678A background

This text has black color on #9B678A background.


White color preview on #9B678A background

This text has white color on #9B678A background.


Related colors

Complementary color

Complementary color for #hex is #649875.


I love getcolorcode.com

Triadic colors

1 #8A9B67 and #678A9B with #9B678A are triadic colors.

2 #8A679B and #679B8A with #9B678A are triadic colors.