COLOR #9886B0

HEX: #9886B0
RGB: (152,134,176)

Color info

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

RGB color model

#9886B0 color RGB value is (152,134,176).

  • red value is 152;
  • green value is 134;
  • blue value is 176.
RGB:
(152,134,176)
(60%,53%,69%)

RGB channels and saturation

R 152 of 255 = 60%
G 134 of 255 = 53%
B 176 of 255 = 69%

152
134
176

R + G + B ~ 61%. #9886B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 134 + 176 = 462 (100%)
R 152 of 462 ~ 32.9%
G 134 of 462 ~ 29%
B 176 of 462 ~ 38.1%

%32.9
%29
%38.1

CMYK color model

#9886B0 color CMYK value is (14,24,0,31).

  • cyan value is 13.64%
  • magenta value is 23.86%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(14,24,0,31)
C14M24Y0K31 
(14%,24%,0%,31%)
(0.14/0.24/0.00/0.31)	

CMYK percentages

%13.64
%23.86
%0
%30.98

Codes

Color #9886B0 in popluar color models

9886B0
RGB152134176
HSL266°21.00%60.78%
HSB/HSV266°23.86%69.02%
CMYK13.64%23.86%0.00%
30.98%

Color #9886B0 in popluar number systems.

HEX9886B0
Decimal152134176
Binary100110001000011010110000
Octal230206260

Shades and tints

Shades of #9886B0

#9886B0
(152,134,176)
#8B7AA0
(139,122,160)
#7E6E90
(126,110,144)
#716280
(113,98,128)
#645670
(100,86,112)
#574A60
(87,74,96)
#4A3E50
(74,62,80)
#3D3240
(61,50,64)
#302630
(48,38,48)
#231A20
(35,26,32)
#160E10
(22,14,16)
#000000
(0,0,0)

Tints of #9886B0

#9886B0
(152,134,176)
#A191B7
(161,145,183)
#AA9CBE
(170,156,190)
#B3A7C5
(179,167,197)
#BCB2CC
(188,178,204)
#C5BDD3
(197,189,211)
#CEC8DA
(206,200,218)
#D7D3E1
(215,211,225)
#E0DEE8
(224,222,232)
#E9E9EF
(233,233,239)
#F2F4F6
(242,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9886B0 color. Also use rgb(152,134,176) instead hex code.

Text Font Color

.myTextColor { color: #9886B0; }

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

This text font color is #9886B0.


Background Color

.myBgColor { background-color: #9886B0; }

<div style="background-color:#9886B0">Inner text</div>

This div background color is #9886B0.


Border color

.myBorderColor { border: 1px solid #9886B0; }

<div style="border:3px solid #9886B0">Div</div>

This div border color is #9886B0.


Opacity

.myOpacity80 { color: #9886B0; opacity: 0.8; }

<p style="color:#9886B0;opacity:0.8;">80%</p>

Text with #9886B0 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 #9886B0;}

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

This text has shadow with #9886B0 color.

.textShadow {text-shadow: 3px 3px 1px #9886B0, 3px 3px 1px red;}

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

This text has shadow with #9886B0 primary color and red secondary color.


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

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

This text has shadow with #9886B0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9886B0 on black background.


Color preview on white background

This text has color #9886B0 on white background.



Black color preview on #9886B0 background

This text has black color on #9886B0 background.


White color preview on #9886B0 background

This text has white color on #9886B0 background.