COLOR #9B7E90

HEX: #9B7E90
RGB: (155,126,144)

Color info

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

RGB color model

#9B7E90 color RGB value is (155,126,144).

  • red value is 155;
  • green value is 126;
  • blue value is 144.
RGB:
(155,126,144)
(61%,49%,56%)

RGB channels and saturation

R 155 of 255 = 61%
G 126 of 255 = 49%
B 144 of 255 = 56%

155
126
144

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

Portions of RGB colors in percentages

R + G + B =
155 + 126 + 144 = 425 (100%)
R 155 of 425 ~ 36.47%
G 126 of 425 ~ 29.65%
B 144 of 425 ~ 33.88%

%36.47
%29.65
%33.88

CMYK color model

#9B7E90 color CMYK value is (0,19,7,39).

  • cyan value is 0.00%
  • magenta value is 18.71%
  • yellow value is 7.10%
  • key color value is 39.22%
CMYK:
(0,19,7,39)
C0M19Y7K39 
(0%,19%,7%,39%)
(0.00/0.19/0.07/0.39)	

CMYK percentages

%0
%18.71
%7.1
%39.22

Codes

Color #9B7E90 in popluar color models

9B7E90
RGB155126144
HSL323°12.66%55.10%
HSB/HSV323°18.71%60.78%
CMYK0.00%18.71%7.10%
39.22%

Color #9B7E90 in popluar number systems.

HEX9B7E90
Decimal155126144
Binary10011011111111010010000
Octal233176220

Shades and tints

Shades of #9B7E90

#9B7E90
(155,126,144)
#8D7383
(141,115,131)
#7F6876
(127,104,118)
#715D69
(113,93,105)
#63525C
(99,82,92)
#55474F
(85,71,79)
#473C42
(71,60,66)
#393135
(57,49,53)
#2B2628
(43,38,40)
#1D1B1B
(29,27,27)
#0F100E
(15,16,14)
#000000
(0,0,0)

Tints of #9B7E90

#9B7E90
(155,126,144)
#A4899A
(164,137,154)
#AD94A4
(173,148,164)
#B69FAE
(182,159,174)
#BFAAB8
(191,170,184)
#C8B5C2
(200,181,194)
#D1C0CC
(209,192,204)
#DACBD6
(218,203,214)
#E3D6E0
(227,214,224)
#ECE1EA
(236,225,234)
#F5ECF4
(245,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B7E90; }

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

This text font color is #9B7E90.


Background Color

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

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

This div background color is #9B7E90.


Border color

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

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

This div border color is #9B7E90.


Opacity

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

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

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

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

This text has shadow with #9B7E90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B7E90 on black background.


Color preview on white background

This text has color #9B7E90 on white background.



Black color preview on #9B7E90 background

This text has black color on #9B7E90 background.


White color preview on #9B7E90 background

This text has white color on #9B7E90 background.