COLOR #9B88AC

HEX: #9B88AC
RGB: (155,136,172)

Color info

#9B88AC contains red, green and blue colors in about the same proportion. Web safe color of #9B88AC is #999999 (or #999).

RGB color model

#9B88AC color RGB value is (155,136,172).

  • red value is 155;
  • green value is 136;
  • blue value is 172.
RGB:
(155,136,172)
(61%,53%,67%)

RGB channels and saturation

R 155 of 255 = 61%
G 136 of 255 = 53%
B 172 of 255 = 67%

155
136
172

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

Portions of RGB colors in percentages

R + G + B =
155 + 136 + 172 = 463 (100%)
R 155 of 463 ~ 33.48%
G 136 of 463 ~ 29.37%
B 172 of 463 ~ 37.15%

%33.48
%29.37
%37.15

CMYK color model

#9B88AC color CMYK value is (10,21,0,33).

  • cyan value is 9.88%
  • magenta value is 20.93%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(10,21,0,33)
C10M21Y0K33 
(10%,21%,0%,33%)
(0.10/0.21/0.00/0.33)	

CMYK percentages

%9.88
%20.93
%0
%32.55

Codes

Color #9B88AC in popluar color models

9B88AC
RGB155136172
HSL272°17.82%60.39%
HSB/HSV272°20.93%67.45%
CMYK9.88%20.93%0.00%
32.55%

Color #9B88AC in popluar number systems.

HEX9B88AC
Decimal155136172
Binary100110111000100010101100
Octal233210254

Shades and tints

Shades of #9B88AC

#9B88AC
(155,136,172)
#8D7C9D
(141,124,157)
#7F708E
(127,112,142)
#71647F
(113,100,127)
#635870
(99,88,112)
#554C61
(85,76,97)
#474052
(71,64,82)
#393443
(57,52,67)
#2B2834
(43,40,52)
#1D1C25
(29,28,37)
#0F1016
(15,16,22)
#000000
(0,0,0)

Tints of #9B88AC

#9B88AC
(155,136,172)
#A492B3
(164,146,179)
#AD9CBA
(173,156,186)
#B6A6C1
(182,166,193)
#BFB0C8
(191,176,200)
#C8BACF
(200,186,207)
#D1C4D6
(209,196,214)
#DACEDD
(218,206,221)
#E3D8E4
(227,216,228)
#ECE2EB
(236,226,235)
#F5ECF2
(245,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B88AC color. Also use rgb(155,136,172) instead hex code.

Text Font Color

.myTextColor { color: #9B88AC; }

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

This text font color is #9B88AC.


Background Color

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

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

This div background color is #9B88AC.


Border color

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

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

This div border color is #9B88AC.


Opacity

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

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

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

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

This text has shadow with #9B88AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B88AC on black background.


Color preview on white background

This text has color #9B88AC on white background.



Black color preview on #9B88AC background

This text has black color on #9B88AC background.


White color preview on #9B88AC background

This text has white color on #9B88AC background.