COLOR #9883A9

HEX: #9883A9
RGB: (152,131,169)

Color info

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

RGB color model

#9883A9 color RGB value is (152,131,169).

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

RGB channels and saturation

R 152 of 255 = 60%
G 131 of 255 = 51%
B 169 of 255 = 66%

152
131
169

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

Portions of RGB colors in percentages

R + G + B =
152 + 131 + 169 = 452 (100%)
R 152 of 452 ~ 33.63%
G 131 of 452 ~ 28.98%
B 169 of 452 ~ 37.39%

%33.63
%28.98
%37.39

CMYK color model

#9883A9 color CMYK value is (10,22,0,34).

  • cyan value is 10.06%
  • magenta value is 22.49%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(10,22,0,34)
C10M22Y0K34 
(10%,22%,0%,34%)
(0.10/0.22/0.00/0.34)	

CMYK percentages

%10.06
%22.49
%0
%33.73

Codes

Color #9883A9 in popluar color models

9883A9
RGB152131169
HSL273°18.10%58.82%
HSB/HSV273°22.49%66.27%
CMYK10.06%22.49%0.00%
33.73%

Color #9883A9 in popluar number systems.

HEX9883A9
Decimal152131169
Binary100110001000001110101001
Octal230203251

Shades and tints

Shades of #9883A9

#9883A9
(152,131,169)
#8B789A
(139,120,154)
#7E6D8B
(126,109,139)
#71627C
(113,98,124)
#64576D
(100,87,109)
#574C5E
(87,76,94)
#4A414F
(74,65,79)
#3D3640
(61,54,64)
#302B31
(48,43,49)
#232022
(35,32,34)
#161513
(22,21,19)
#000000
(0,0,0)

Tints of #9883A9

#9883A9
(152,131,169)
#A18EB0
(161,142,176)
#AA99B7
(170,153,183)
#B3A4BE
(179,164,190)
#BCAFC5
(188,175,197)
#C5BACC
(197,186,204)
#CEC5D3
(206,197,211)
#D7D0DA
(215,208,218)
#E0DBE1
(224,219,225)
#E9E6E8
(233,230,232)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9883A9; }

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

This text font color is #9883A9.


Background Color

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

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

This div background color is #9883A9.


Border color

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

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

This div border color is #9883A9.


Opacity

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

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

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

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

This text has shadow with #9883A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9883A9 on black background.


Color preview on white background

This text has color #9883A9 on white background.



Black color preview on #9883A9 background

This text has black color on #9883A9 background.


White color preview on #9883A9 background

This text has white color on #9883A9 background.