COLOR #989BA4

HEX: #989BA4
RGB: (152,155,164)

Color info

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

RGB color model

#989BA4 color RGB value is (152,155,164).

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

RGB channels and saturation

R 152 of 255 = 60%
G 155 of 255 = 61%
B 164 of 255 = 64%

152
155
164

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

Portions of RGB colors in percentages

R + G + B =
152 + 155 + 164 = 471 (100%)
R 152 of 471 ~ 32.27%
G 155 of 471 ~ 32.91%
B 164 of 471 ~ 34.82%

%32.27
%32.91
%34.82

CMYK color model

#989BA4 color CMYK value is (7,5,0,36).

  • cyan value is 7.32%
  • magenta value is 5.49%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(7,5,0,36)
C7M5Y0K36 
(7%,5%,0%,36%)
(0.07/0.05/0.00/0.36)	

CMYK percentages

%7.32
%5.49
%0
%35.69

Codes

Color #989BA4 in popluar color models

989BA4
RGB152155164
HSL225°6.19%61.96%
HSB/HSV225°7.32%64.31%
CMYK7.32%5.49%0.00%
35.69%

Color #989BA4 in popluar number systems.

HEX989BA4
Decimal152155164
Binary100110001001101110100100
Octal230233244

Shades and tints

Shades of #989BA4

#989BA4
(152,155,164)
#8B8D96
(139,141,150)
#7E7F88
(126,127,136)
#71717A
(113,113,122)
#64636C
(100,99,108)
#57555E
(87,85,94)
#4A4750
(74,71,80)
#3D3942
(61,57,66)
#302B34
(48,43,52)
#231D26
(35,29,38)
#160F18
(22,15,24)
#000000
(0,0,0)

Tints of #989BA4

#989BA4
(152,155,164)
#A1A4AC
(161,164,172)
#AAADB4
(170,173,180)
#B3B6BC
(179,182,188)
#BCBFC4
(188,191,196)
#C5C8CC
(197,200,204)
#CED1D4
(206,209,212)
#D7DADC
(215,218,220)
#E0E3E4
(224,227,228)
#E9ECEC
(233,236,236)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #989BA4; }

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

This text font color is #989BA4.


Background Color

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

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

This div background color is #989BA4.


Border color

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

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

This div border color is #989BA4.


Opacity

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

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

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

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

This text has shadow with #989BA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #989BA4 on black background.


Color preview on white background

This text has color #989BA4 on white background.



Black color preview on #989BA4 background

This text has black color on #989BA4 background.


White color preview on #989BA4 background

This text has white color on #989BA4 background.