COLOR #9888B6

HEX: #9888B6 RGB: (152,136,182)

Color info

#9888B6 contains red, green and blue colors in about the same proportion. Web safe color of #9888B6 is #9999CC (or #99C).

RGB color model

#9888B6 color RGB value is (152,136,182).

RGB: (152,136,182) (60%, 53%, 71%)

RGB channels and saturation

R 152 of 255 = 60%
G 136 of 255 = 53%
B 182 of 255 = 71%

152
136
182

R + G + B ~ 61%. #9888B6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 136 + 182 = 470 (100%)
R 152 of 470 ~ 32.34%
G 136 of 470 ~ 28.94%
B 182 of 470 ~ 38.72'%

%32.34
%28.94
%38.72

CMYK color model

#9888B6 color CMYK value is (16,25,0,29).

  • cyan value is 16.48%
  • magenta value is 25.27%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (16,25,0,29)
C16M25Y0K29 (16%, 25%, 0%, 29%)
(0.16 / 0.25 / 0.00 / 0.29)

CMYK percentages

%16.48
%25.27
%0
%28.63

Codes

Color #9888B6 in popluar color models

98 88 B6
RGB 152 136 182
HSL 261° 23.96% 62.35%
HSB/HSV 261° 25.27% 71.37%
CMYK 16.48% 25.27% 0.00%
28.63%

Color #9888B6 in popluar number systems.

HEX 98 88 B6
Decimal 152 136 182
Binary 10011000 10001000 10110110
Octal 230 210 266

Shades and tints

Shades of #9888B6

#9888B6
(152,136,182)
#8B7CA6
(139,124,166)
#7E7096
(126,112,150)
#716486
(113,100,134)
#645876
(100,88,118)
#574C66
(87,76,102)
#4A4056
(74,64,86)
#3D3446
(61,52,70)
#302836
(48,40,54)
#231C26
(35,28,38)
#161016
(22,16,22)
#000000
(0,0,0)

Tints of #9888B6

#9888B6
(152,136,182)
#A192BC
(161,146,188)
#AA9CC2
(170,156,194)
#B3A6C8
(179,166,200)
#BCB0CE
(188,176,206)
#C5BAD4
(197,186,212)
#CEC4DA
(206,196,218)
#D7CEE0
(215,206,224)
#E0D8E6
(224,216,230)
#E9E2EC
(233,226,236)
#F2ECF2
(242,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9888B6; }

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

This text font color is #9888B6.

Background Color

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

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

This div background color is #9888B6.

Border color

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

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

This div border color is #9888B6.

Opacity

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

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

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

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

This text has shadow with #9888B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9888B6.

Preview

Color preview on black background

This text has color #9888B6 on black background.


Color preview on white background

This text has color #9888B6 on white background.


Black color preview on #9888B6 background

This text has black color on #9888B6 background.


White color preview on #9888B6 background

This text has white color on #9888B6 background.


Related colors

Complementary color

Complementary color for #hex is #677749.


I love getcolorcode.com

Triadic colors

1 #B69888 and #88B698 with #9888B6 are triadic colors.

2 #B68898 and #8898B6 with #9888B6 are triadic colors.