COLOR #9885AB

HEX: #9885AB RGB: (152,133,171)

Color info

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

RGB color model

#9885AB color RGB value is (152,133,171).

RGB: (152,133,171) (60%, 52%, 67%)

RGB channels and saturation

R 152 of 255 = 60%
G 133 of 255 = 52%
B 171 of 255 = 67%

152
133
171

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

Portions of RGB colors in percentages

R + G + B = 152 + 133 + 171 = 456 (100%)
R 152 of 456 ~ 33.33%
G 133 of 456 ~ 29.17%
B 171 of 456 ~ 37.5'%

%33.33
%29.17
%37.5

CMYK color model

#9885AB color CMYK value is (11,22,0,33).

  • cyan value is 11.11%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (11,22,0,33)
C11M22Y0K33 (11%, 22%, 0%, 33%)
(0.11 / 0.22 / 0.00 / 0.33)

CMYK percentages

%11.11
%22.22
%0
%32.94

Codes

Color #9885AB in popluar color models

98 85 AB
RGB 152 133 171
HSL 270° 18.45% 59.61%
HSB/HSV 270° 22.22% 67.06%
CMYK 11.11% 22.22% 0.00%
32.94%

Color #9885AB in popluar number systems.

HEX 98 85 AB
Decimal 152 133 171
Binary 10011000 10000101 10101011
Octal 230 205 253

Shades and tints

Shades of #9885AB

#9885AB
(152,133,171)
#8B799C
(139,121,156)
#7E6D8D
(126,109,141)
#71617E
(113,97,126)
#64556F
(100,85,111)
#574960
(87,73,96)
#4A3D51
(74,61,81)
#3D3142
(61,49,66)
#302533
(48,37,51)
#231924
(35,25,36)
#160D15
(22,13,21)
#000000
(0,0,0)

Tints of #9885AB

#9885AB
(152,133,171)
#A190B2
(161,144,178)
#AA9BB9
(170,155,185)
#B3A6C0
(179,166,192)
#BCB1C7
(188,177,199)
#C5BCCE
(197,188,206)
#CEC7D5
(206,199,213)
#D7D2DC
(215,210,220)
#E0DDE3
(224,221,227)
#E9E8EA
(233,232,234)
#F2F3F1
(242,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9885AB color. Also use rgb(152,133,171) instead hex code.

Text Font Color

.myTextColor { color: #9885AB; }

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

This text font color is #9885AB.

Background Color

.myBgColor { background-color: #9885AB; }

<div style="background-color:#9885AB">Inner text</div>

This div background color is #9885AB.

Border color

.myBorderColor { border: 1px solid #9885AB; }

<div style="border:3px solid #9885AB">Div</div>

This div border color is #9885AB.

Opacity

.myOpacity80 { color: #9885AB; opacity: 0.8; }

<p style="color:#9885AB;opacity:0.8;">80%</p>

Text with #9885AB 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 #9885AB;}

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

This text has shadow with #9885AB color.


.textShadow {text-shadow: 3px 3px 1px #9885AB', 3px 3px 1px red;}

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

This text has shadow with #9885AB primary color and red secondary color.


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

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

This text has shadow with #9885AB and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9885AB; -webkit-box-shadow: 1px 1px 3px 2px #9885AB; box-shadow:1px 1px 3px 2px #9885AB;">
Div content here
</div>

This div box has shadow with color #9885AB.

Preview

Color preview on black background

This text has color #9885AB on black background.


Color preview on white background

This text has color #9885AB on white background.


Black color preview on #9885AB background

This text has black color on #9885AB background.


White color preview on #9885AB background

This text has white color on #9885AB background.


Related colors

Complementary color

Complementary color for #hex is #677A54.


I love getcolorcode.com

Triadic colors

1 #AB9885 and #85AB98 with #9885AB are triadic colors.

2 #AB8598 and #8598AB with #9885AB are triadic colors.