COLOR #989BA9

HEX: #989BA9
RGB: (152,155,169)

Color info

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

RGB color model

#989BA9 color RGB value is (152,155,169).

  • red value is 152;
  • green value is 155;
  • blue value is 169.
RGB: (152,155,169) (60%,61%,66%)

RGB channels and saturation

R 152 of 255 = 60%
G 155 of 255 = 61%
B 169 of 255 = 66%

152
155
169

R + G + B ~ 62%. #989BA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 155 + 169 = 476 (100%)
R 152 of 476 ~ 31.93%
G 155 of 476 ~ 32.56%
B 169 of 476 ~ 35.5%

%31.93
%32.56
%35.5

CMYK color model

#989BA9 color CMYK value is (10,8,0,34).

  • cyan value is 10.06%
  • magenta value is 8.28%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK: (10,8,0,34) C10M8Y0K34 (10%,8%,0%,34%) (0.10/0.08/0.00/0.34)

CMYK percentages

%10.06
%8.28
%0
%33.73

Codes

Color #989BA9 in popluar color models

989BA9
RGB152155169
HSL229°8.99%62.94%
HSB/HSV229°10.06%66.27%
CMYK10.06%8.28%0.00%
33.73%

Color #989BA9 in popluar number systems.

HEX989BA9
Decimal152155169
Binary100110001001101110101001
Octal230233251

Shades and tints

Shades of #989BA9

#989BA9
(152,155,169)
#8B8D9A
(139,141,154)
#7E7F8B
(126,127,139)
#71717C
(113,113,124)
#64636D
(100,99,109)
#57555E
(87,85,94)
#4A474F
(74,71,79)
#3D3940
(61,57,64)
#302B31
(48,43,49)
#231D22
(35,29,34)
#160F13
(22,15,19)
#000000
(0,0,0)

Tints of #989BA9

#989BA9
(152,155,169)
#A1A4B0
(161,164,176)
#AAADB7
(170,173,183)
#B3B6BE
(179,182,190)
#BCBFC5
(188,191,197)
#C5C8CC
(197,200,204)
#CED1D3
(206,209,211)
#D7DADA
(215,218,218)
#E0E3E1
(224,227,225)
#E9ECE8
(233,236,232)
#F2F5EF
(242,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #989BA9 color. Also use rgb(152,155,169) instead hex code.

Text Font Color

.myTextColor { color: #989BA9; }

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

This text font color is #989BA9.


Background Color

.myBgColor { background-color: #989BA9; }

<div style="background-color:#989BA9">Inner text</div>

This div background color is #989BA9.


Border color

.myBorderColor { border: 1px solid #989BA9; }

<div style="border:3px solid #989BA9">Div</div>

This div border color is #989BA9.


Opacity

.myOpacity80 { color: #989BA9; opacity: 0.8; }

<p style="color:#989BA9;opacity:0.8;">80%</p>

Text with #989BA9 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 #989BA9;}

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

This text has shadow with #989BA9 color.

.textShadow {text-shadow: 3px 3px 1px #989BA9, 3px 3px 1px red;}

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

This text has shadow with #989BA9 primary color and red secondary color.


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

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

This text has shadow with #989BA9 and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #989BA9; -webkit-box-shadow:	1px 1px 3px 2px #989BA9; box-shadow:	1px 1px 3px 2px #989BA9; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #989BA9; -webkit-box-shadow: 1px 1px 3px 2px #989BA9; box-shadow:1px 1px 3px 2px #989BA9;">
Div content here</div>
This div box has shadow with color #989BA9.

Preview

Color preview on black background

This text has color #989BA9 on black background.


Color preview on white background

This text has color #989BA9 on white background.



Black color preview on #989BA9 background

This text has black color on #989BA9 background.


White color preview on #989BA9 background

This text has white color on #989BA9 background.