COLOR #9989BD

HEX: #9989BD
RGB: (153,137,189)

Color info

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

RGB color model

#9989BD color RGB value is (153,137,189).

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

RGB channels and saturation

R 153 of 255 = 60%
G 137 of 255 = 54%
B 189 of 255 = 74%

153
137
189

R + G + B ~ 63%. #9989BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 137 + 189 = 479 (100%)
R 153 of 479 ~ 31.94%
G 137 of 479 ~ 28.6%
B 189 of 479 ~ 39.46%

%31.94
%28.6
%39.46

CMYK color model

#9989BD color CMYK value is (19,28,0,26).

  • cyan value is 19.05%
  • magenta value is 27.51%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(19,28,0,26)
C19M28Y0K26 
(19%,28%,0%,26%)
(0.19/0.28/0.00/0.26)	

CMYK percentages

%19.05
%27.51
%0
%25.88

Codes

Color #9989BD in popluar color models

9989BD
RGB153137189
HSL258°28.26%63.92%
HSB/HSV258°27.51%74.12%
CMYK19.05%27.51%0.00%
25.88%

Color #9989BD in popluar number systems.

HEX9989BD
Decimal153137189
Binary100110011000100110111101
Octal231211275

Shades and tints

Shades of #9989BD

#9989BD
(153,137,189)
#8C7DAC
(140,125,172)
#7F719B
(127,113,155)
#72658A
(114,101,138)
#655979
(101,89,121)
#584D68
(88,77,104)
#4B4157
(75,65,87)
#3E3546
(62,53,70)
#312935
(49,41,53)
#241D24
(36,29,36)
#171113
(23,17,19)
#000000
(0,0,0)

Tints of #9989BD

#9989BD
(153,137,189)
#A293C3
(162,147,195)
#AB9DC9
(171,157,201)
#B4A7CF
(180,167,207)
#BDB1D5
(189,177,213)
#C6BBDB
(198,187,219)
#CFC5E1
(207,197,225)
#D8CFE7
(216,207,231)
#E1D9ED
(225,217,237)
#EAE3F3
(234,227,243)
#F3EDF9
(243,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9989BD; }

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

This text font color is #9989BD.


Background Color

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

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

This div background color is #9989BD.


Border color

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

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

This div border color is #9989BD.


Opacity

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

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

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

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

This text has shadow with #9989BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9989BD on black background.


Color preview on white background

This text has color #9989BD on white background.



Black color preview on #9989BD background

This text has black color on #9989BD background.


White color preview on #9989BD background

This text has white color on #9989BD background.