COLOR #9888AB

HEX: #9888AB RGB: (152,136,171)

Color info

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

RGB color model

#9888AB color RGB value is (152,136,171).

RGB: (152,136,171) (60%, 53%, 67%)

RGB channels and saturation

R 152 of 255 = 60%
G 136 of 255 = 53%
B 171 of 255 = 67%

152
136
171

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

Portions of RGB colors in percentages

R + G + B = 152 + 136 + 171 = 459 (100%)
R 152 of 459 ~ 33.12%
G 136 of 459 ~ 29.63%
B 171 of 459 ~ 37.25'%

%33.12
%29.63
%37.25

CMYK color model

#9888AB color CMYK value is (11,20,0,33).

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

CMYK: (11,20,0,33)
C11M20Y0K33 (11%, 20%, 0%, 33%)
(0.11 / 0.20 / 0.00 / 0.33)

CMYK percentages

%11.11
%20.47
%0
%32.94

Codes

Color #9888AB in popluar color models

98 88 AB
RGB 152 136 171
HSL 267° 17.24% 60.20%
HSB/HSV 267° 20.47% 67.06%
CMYK 11.11% 20.47% 0.00%
32.94%

Color #9888AB in popluar number systems.

HEX 98 88 AB
Decimal 152 136 171
Binary 10011000 10001000 10101011
Octal 230 210 253

Shades and tints

Shades of #9888AB

#9888AB
(152,136,171)
#8B7C9C
(139,124,156)
#7E708D
(126,112,141)
#71647E
(113,100,126)
#64586F
(100,88,111)
#574C60
(87,76,96)
#4A4051
(74,64,81)
#3D3442
(61,52,66)
#302833
(48,40,51)
#231C24
(35,28,36)
#161015
(22,16,21)
#000000
(0,0,0)

Tints of #9888AB

#9888AB
(152,136,171)
#A192B2
(161,146,178)
#AA9CB9
(170,156,185)
#B3A6C0
(179,166,192)
#BCB0C7
(188,176,199)
#C5BACE
(197,186,206)
#CEC4D5
(206,196,213)
#D7CEDC
(215,206,220)
#E0D8E3
(224,216,227)
#E9E2EA
(233,226,234)
#F2ECF1
(242,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9888AB; }

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

This text font color is #9888AB.

Background Color

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

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

This div background color is #9888AB.

Border color

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

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

This div border color is #9888AB.

Opacity

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

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

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

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

This text has shadow with #9888AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9888AB.

Preview

Color preview on black background

This text has color #9888AB on black background.


Color preview on white background

This text has color #9888AB on white background.


Black color preview on #9888AB background

This text has black color on #9888AB background.


White color preview on #9888AB background

This text has white color on #9888AB background.


Related colors

Complementary color

Complementary color for #hex is #677754.


I love getcolorcode.com

Triadic colors

1 #AB9888 and #88AB98 with #9888AB are triadic colors.

2 #AB8898 and #8898AB with #9888AB are triadic colors.