COLOR #9989B3

HEX: #9989B3
RGB: (153,137,179)

Color info

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

RGB color model

#9989B3 color RGB value is (153,137,179).

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

RGB channels and saturation

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

153
137
179

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

Portions of RGB colors in percentages

R + G + B =
153 + 137 + 179 = 469 (100%)
R 153 of 469 ~ 32.62%
G 137 of 469 ~ 29.21%
B 179 of 469 ~ 38.17%

%32.62
%29.21
%38.17

CMYK color model

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

  • cyan value is 14.53%
  • 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

%14.53
%23.46
%0
%29.8

Codes

Color #9989B3 in popluar color models

9989B3
RGB153137179
HSL263°21.65%61.96%
HSB/HSV263°23.46%70.20%
CMYK14.53%23.46%0.00%
29.80%

Color #9989B3 in popluar number systems.

HEX9989B3
Decimal153137179
Binary100110011000100110110011
Octal231211263

Shades and tints

Shades of #9989B3

#9989B3
(153,137,179)
#8C7DA3
(140,125,163)
#7F7193
(127,113,147)
#726583
(114,101,131)
#655973
(101,89,115)
#584D63
(88,77,99)
#4B4153
(75,65,83)
#3E3543
(62,53,67)
#312933
(49,41,51)
#241D23
(36,29,35)
#171113
(23,17,19)
#000000
(0,0,0)

Tints of #9989B3

#9989B3
(153,137,179)
#A293B9
(162,147,185)
#AB9DBF
(171,157,191)
#B4A7C5
(180,167,197)
#BDB1CB
(189,177,203)
#C6BBD1
(198,187,209)
#CFC5D7
(207,197,215)
#D8CFDD
(216,207,221)
#E1D9E3
(225,217,227)
#EAE3E9
(234,227,233)
#F3EDEF
(243,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9989B3; }

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

This text font color is #9989B3.


Background Color

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

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

This div background color is #9989B3.


Border color

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

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

This div border color is #9989B3.


Opacity

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

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

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

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

This text has shadow with #9989B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9989B3 on black background.


Color preview on white background

This text has color #9989B3 on white background.



Black color preview on #9989B3 background

This text has black color on #9989B3 background.


White color preview on #9989B3 background

This text has white color on #9989B3 background.