COLOR #9B7EAB

HEX: #9B7EAB RGB: (155,126,171)

Color info

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

RGB color model

#9B7EAB color RGB value is (155,126,171).

RGB: (155,126,171) (61%, 49%, 67%)

RGB channels and saturation

R 155 of 255 = 61%
G 126 of 255 = 49%
B 171 of 255 = 67%

155
126
171

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

Portions of RGB colors in percentages

R + G + B = 155 + 126 + 171 = 452 (100%)
R 155 of 452 ~ 34.29%
G 126 of 452 ~ 27.88%
B 171 of 452 ~ 37.83'%

%34.29
%27.88
%37.83

CMYK color model

#9B7EAB color CMYK value is (9,26,0,33).

  • cyan value is 9.36%
  • magenta value is 26.32%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (9,26,0,33)
C9M26Y0K33 (9%, 26%, 0%, 33%)
(0.09 / 0.26 / 0.00 / 0.33)

CMYK percentages

%9.36
%26.32
%0
%32.94

Codes

Color #9B7EAB in popluar color models

9B 7E AB
RGB 155 126 171
HSL 279° 21.13% 58.24%
HSB/HSV 279° 26.32% 67.06%
CMYK 9.36% 26.32% 0.00%
32.94%

Color #9B7EAB in popluar number systems.

HEX 9B 7E AB
Decimal 155 126 171
Binary 10011011 1111110 10101011
Octal 233 176 253

Shades and tints

Shades of #9B7EAB

#9B7EAB
(155,126,171)
#8D739C
(141,115,156)
#7F688D
(127,104,141)
#715D7E
(113,93,126)
#63526F
(99,82,111)
#554760
(85,71,96)
#473C51
(71,60,81)
#393142
(57,49,66)
#2B2633
(43,38,51)
#1D1B24
(29,27,36)
#0F1015
(15,16,21)
#000000
(0,0,0)

Tints of #9B7EAB

#9B7EAB
(155,126,171)
#A489B2
(164,137,178)
#AD94B9
(173,148,185)
#B69FC0
(182,159,192)
#BFAAC7
(191,170,199)
#C8B5CE
(200,181,206)
#D1C0D5
(209,192,213)
#DACBDC
(218,203,220)
#E3D6E3
(227,214,227)
#ECE1EA
(236,225,234)
#F5ECF1
(245,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B7EAB; }

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

This text font color is #9B7EAB.

Background Color

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

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

This div background color is #9B7EAB.

Border color

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

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

This div border color is #9B7EAB.

Opacity

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

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

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

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

This text has shadow with #9B7EAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B7EAB.

Preview

Color preview on black background

This text has color #9B7EAB on black background.


Color preview on white background

This text has color #9B7EAB on white background.


Black color preview on #9B7EAB background

This text has black color on #9B7EAB background.


White color preview on #9B7EAB background

This text has white color on #9B7EAB background.


Related colors

Complementary color

Complementary color for #hex is #648154.


I love getcolorcode.com

Triadic colors

1 #AB9B7E and #7EAB9B with #9B7EAB are triadic colors.

2 #AB7E9B and #7E9BAB with #9B7EAB are triadic colors.