COLOR #9889B3

HEX: #9889B3
RGB: (152,137,179)

Color info

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

RGB color model

#9889B3 color RGB value is (152,137,179).

  • red value is 152;
  • green value is 137;
  • blue value is 179.
RGB:
(152,137,179)
(60%,54%,70%)

RGB channels and saturation

R 152 of 255 = 60%
G 137 of 255 = 54%
B 179 of 255 = 70%

152
137
179

R + G + B ~ 61%. #9889B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 137 + 179 = 468 (100%)
R 152 of 468 ~ 32.48%
G 137 of 468 ~ 29.27%
B 179 of 468 ~ 38.25%

%32.48
%29.27
%38.25

CMYK color model

#9889B3 color CMYK value is (15,23,0,30).

  • cyan value is 15.08%
  • magenta value is 23.46%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(15,23,0,30)
C15M23Y0K30 
(15%,23%,0%,30%)
(0.15/0.23/0.00/0.30)	

CMYK percentages

%15.08
%23.46
%0
%29.8

Codes

Color #9889B3 in popluar color models

9889B3
RGB152137179
HSL261°21.65%61.96%
HSB/HSV261°23.46%70.20%
CMYK15.08%23.46%0.00%
29.80%

Color #9889B3 in popluar number systems.

HEX9889B3
Decimal152137179
Binary100110001000100110110011
Octal230211263

Shades and tints

Shades of #9889B3

#9889B3
(152,137,179)
#8B7DA3
(139,125,163)
#7E7193
(126,113,147)
#716583
(113,101,131)
#645973
(100,89,115)
#574D63
(87,77,99)
#4A4153
(74,65,83)
#3D3543
(61,53,67)
#302933
(48,41,51)
#231D23
(35,29,35)
#161113
(22,17,19)
#000000
(0,0,0)

Tints of #9889B3

#9889B3
(152,137,179)
#A193B9
(161,147,185)
#AA9DBF
(170,157,191)
#B3A7C5
(179,167,197)
#BCB1CB
(188,177,203)
#C5BBD1
(197,187,209)
#CEC5D7
(206,197,215)
#D7CFDD
(215,207,221)
#E0D9E3
(224,217,227)
#E9E3E9
(233,227,233)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9889B3 color. Also use rgb(152,137,179) instead hex code.

Text Font Color

.myTextColor { color: #9889B3; }

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

This text font color is #9889B3.


Background Color

.myBgColor { background-color: #9889B3; }

<div style="background-color:#9889B3">Inner text</div>

This div background color is #9889B3.


Border color

.myBorderColor { border: 1px solid #9889B3; }

<div style="border:3px solid #9889B3">Div</div>

This div border color is #9889B3.


Opacity

.myOpacity80 { color: #9889B3; opacity: 0.8; }

<p style="color:#9889B3;opacity:0.8;">80%</p>

Text with #9889B3 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 #9889B3;}

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

This text has shadow with #9889B3 color.

.textShadow {text-shadow: 3px 3px 1px #9889B3, 3px 3px 1px red;}

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

This text has shadow with #9889B3 primary color and red secondary color.


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

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

This text has shadow with #9889B3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9889B3 on black background.


Color preview on white background

This text has color #9889B3 on white background.



Black color preview on #9889B3 background

This text has black color on #9889B3 background.


White color preview on #9889B3 background

This text has white color on #9889B3 background.