COLOR #9989B2

HEX: #9989B2
RGB: (153,137,178)

Color info

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

RGB color model

#9989B2 color RGB value is (153,137,178).

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

RGB channels and saturation

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

153
137
178

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

Portions of RGB colors in percentages

R + G + B =
153 + 137 + 178 = 468 (100%)
R 153 of 468 ~ 32.69%
G 137 of 468 ~ 29.27%
B 178 of 468 ~ 38.03%

%32.69
%29.27
%38.03

CMYK color model

#9989B2 color CMYK value is (14,23,0,30).

  • cyan value is 14.04%
  • magenta value is 23.03%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(14,23,0,30)
C14M23Y0K30 
(14%,23%,0%,30%)
(0.14/0.23/0.00/0.30)	

CMYK percentages

%14.04
%23.03
%0
%30.2

Codes

Color #9989B2 in popluar color models

9989B2
RGB153137178
HSL263°21.03%61.76%
HSB/HSV263°23.03%69.80%
CMYK14.04%23.03%0.00%
30.20%

Color #9989B2 in popluar number systems.

HEX9989B2
Decimal153137178
Binary100110011000100110110010
Octal231211262

Shades and tints

Shades of #9989B2

#9989B2
(153,137,178)
#8C7DA2
(140,125,162)
#7F7192
(127,113,146)
#726582
(114,101,130)
#655972
(101,89,114)
#584D62
(88,77,98)
#4B4152
(75,65,82)
#3E3542
(62,53,66)
#312932
(49,41,50)
#241D22
(36,29,34)
#171112
(23,17,18)
#000000
(0,0,0)

Tints of #9989B2

#9989B2
(153,137,178)
#A293B9
(162,147,185)
#AB9DC0
(171,157,192)
#B4A7C7
(180,167,199)
#BDB1CE
(189,177,206)
#C6BBD5
(198,187,213)
#CFC5DC
(207,197,220)
#D8CFE3
(216,207,227)
#E1D9EA
(225,217,234)
#EAE3F1
(234,227,241)
#F3EDF8
(243,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9989B2; }

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

This text font color is #9989B2.


Background Color

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

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

This div background color is #9989B2.


Border color

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

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

This div border color is #9989B2.


Opacity

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

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

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

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

This text has shadow with #9989B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9989B2 on black background.


Color preview on white background

This text has color #9989B2 on white background.



Black color preview on #9989B2 background

This text has black color on #9989B2 background.


White color preview on #9989B2 background

This text has white color on #9989B2 background.