COLOR #9B718A

HEX: #9B718A RGB: (155,113,138)

Color info

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

RGB color model

#9B718A color RGB value is (155,113,138).

RGB: (155,113,138) (61%, 44%, 54%)

RGB channels and saturation

R 155 of 255 = 61%
G 113 of 255 = 44%
B 138 of 255 = 54%

155
113
138

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

Portions of RGB colors in percentages

R + G + B = 155 + 113 + 138 = 406 (100%)
R 155 of 406 ~ 38.18%
G 113 of 406 ~ 27.83%
B 138 of 406 ~ 33.99'%

%38.18
%27.83
%33.99

CMYK color model

#9B718A color CMYK value is (0,27,11,39).

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

CMYK: (0,27,11,39)
C0M27Y11K39 (0%, 27%, 11%, 39%)
(0.00 / 0.27 / 0.11 / 0.39)

CMYK percentages

%0
%27.1
%10.97
%39.22

Codes

Color #9B718A in popluar color models

9B 71 8A
RGB 155 113 138
HSL 324° 17.36% 52.55%
HSB/HSV 324° 27.10% 60.78%
CMYK 0.00% 27.10% 10.97%
39.22%

Color #9B718A in popluar number systems.

HEX 9B 71 8A
Decimal 155 113 138
Binary 10011011 1110001 10001010
Octal 233 161 212

Shades and tints

Shades of #9B718A

#9B718A
(155,113,138)
#8D677E
(141,103,126)
#7F5D72
(127,93,114)
#715366
(113,83,102)
#63495A
(99,73,90)
#553F4E
(85,63,78)
#473542
(71,53,66)
#392B36
(57,43,54)
#2B212A
(43,33,42)
#1D171E
(29,23,30)
#0F0D12
(15,13,18)
#000000
(0,0,0)

Tints of #9B718A

#9B718A
(155,113,138)
#A47D94
(164,125,148)
#AD899E
(173,137,158)
#B695A8
(182,149,168)
#BFA1B2
(191,161,178)
#C8ADBC
(200,173,188)
#D1B9C6
(209,185,198)
#DAC5D0
(218,197,208)
#E3D1DA
(227,209,218)
#ECDDE4
(236,221,228)
#F5E9EE
(245,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B718A; }

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

This text font color is #9B718A.

Background Color

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

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

This div background color is #9B718A.

Border color

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

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

This div border color is #9B718A.

Opacity

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

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

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

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

This text has shadow with #9B718A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B718A.

Preview

Color preview on black background

This text has color #9B718A on black background.


Color preview on white background

This text has color #9B718A on white background.


Black color preview on #9B718A background

This text has black color on #9B718A background.


White color preview on #9B718A background

This text has white color on #9B718A background.


Related colors

Complementary color

Complementary color for #hex is #648E75.


I love getcolorcode.com

Triadic colors

1 #8A9B71 and #718A9B with #9B718A are triadic colors.

2 #8A719B and #719B8A with #9B718A are triadic colors.