COLOR #9883A6

HEX: #9883A6
RGB: (152,131,166)

Color info

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

RGB color model

#9883A6 color RGB value is (152,131,166).

  • red value is 152;
  • green value is 131;
  • blue value is 166.
RGB:
(152,131,166)
(60%,51%,65%)

RGB channels and saturation

R 152 of 255 = 60%
G 131 of 255 = 51%
B 166 of 255 = 65%

152
131
166

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

Portions of RGB colors in percentages

R + G + B =
152 + 131 + 166 = 449 (100%)
R 152 of 449 ~ 33.85%
G 131 of 449 ~ 29.18%
B 166 of 449 ~ 36.97%

%33.85
%29.18
%36.97

CMYK color model

#9883A6 color CMYK value is (8,21,0,35).

  • cyan value is 8.43%
  • magenta value is 21.08%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(8,21,0,35)
C8M21Y0K35 
(8%,21%,0%,35%)
(0.08/0.21/0.00/0.35)	

CMYK percentages

%8.43
%21.08
%0
%34.9

Codes

Color #9883A6 in popluar color models

9883A6
RGB152131166
HSL276°16.43%58.24%
HSB/HSV276°21.08%65.10%
CMYK8.43%21.08%0.00%
34.90%

Color #9883A6 in popluar number systems.

HEX9883A6
Decimal152131166
Binary100110001000001110100110
Octal230203246

Shades and tints

Shades of #9883A6

#9883A6
(152,131,166)
#8B7897
(139,120,151)
#7E6D88
(126,109,136)
#716279
(113,98,121)
#64576A
(100,87,106)
#574C5B
(87,76,91)
#4A414C
(74,65,76)
#3D363D
(61,54,61)
#302B2E
(48,43,46)
#23201F
(35,32,31)
#161510
(22,21,16)
#000000
(0,0,0)

Tints of #9883A6

#9883A6
(152,131,166)
#A18EAE
(161,142,174)
#AA99B6
(170,153,182)
#B3A4BE
(179,164,190)
#BCAFC6
(188,175,198)
#C5BACE
(197,186,206)
#CEC5D6
(206,197,214)
#D7D0DE
(215,208,222)
#E0DBE6
(224,219,230)
#E9E6EE
(233,230,238)
#F2F1F6
(242,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9883A6 color. Also use rgb(152,131,166) instead hex code.

Text Font Color

.myTextColor { color: #9883A6; }

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

This text font color is #9883A6.


Background Color

.myBgColor { background-color: #9883A6; }

<div style="background-color:#9883A6">Inner text</div>

This div background color is #9883A6.


Border color

.myBorderColor { border: 1px solid #9883A6; }

<div style="border:3px solid #9883A6">Div</div>

This div border color is #9883A6.


Opacity

.myOpacity80 { color: #9883A6; opacity: 0.8; }

<p style="color:#9883A6;opacity:0.8;">80%</p>

Text with #9883A6 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 #9883A6;}

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

This text has shadow with #9883A6 color.

.textShadow {text-shadow: 3px 3px 1px #9883A6, 3px 3px 1px red;}

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

This text has shadow with #9883A6 primary color and red secondary color.


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

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

This text has shadow with #9883A6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9883A6 on black background.


Color preview on white background

This text has color #9883A6 on white background.



Black color preview on #9883A6 background

This text has black color on #9883A6 background.


White color preview on #9883A6 background

This text has white color on #9883A6 background.