COLOR #989CAD

HEX: #989CAD RGB: (152,156,173)

Color info

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

RGB color model

#989CAD color RGB value is (152,156,173).

RGB: (152,156,173) (60%, 61%, 68%)

RGB channels and saturation

R 152 of 255 = 60%
G 156 of 255 = 61%
B 173 of 255 = 68%

152
156
173

R + G + B ~ 63%. #989CAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 156 + 173 = 481 (100%)
R 152 of 481 ~ 31.6%
G 156 of 481 ~ 32.43%
B 173 of 481 ~ 35.97'%

%31.6
%32.43
%35.97

CMYK color model

#989CAD color CMYK value is (12,10,0,32).

  • cyan value is 12.14%
  • magenta value is 9.83%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (12,10,0,32)
C12M10Y0K32 (12%, 10%, 0%, 32%)
(0.12 / 0.10 / 0.00 / 0.32)

CMYK percentages

%12.14
%9.83
%0
%32.16

Codes

Color #989CAD in popluar color models

98 9C AD
RGB 152 156 173
HSL 229° 11.35% 63.73%
HSB/HSV 229° 12.14% 67.84%
CMYK 12.14% 9.83% 0.00%
32.16%

Color #989CAD in popluar number systems.

HEX 98 9C AD
Decimal 152 156 173
Binary 10011000 10011100 10101101
Octal 230 234 255

Shades and tints

Shades of #989CAD

#989CAD
(152,156,173)
#8B8E9E
(139,142,158)
#7E808F
(126,128,143)
#717280
(113,114,128)
#646471
(100,100,113)
#575662
(87,86,98)
#4A4853
(74,72,83)
#3D3A44
(61,58,68)
#302C35
(48,44,53)
#231E26
(35,30,38)
#161017
(22,16,23)
#000000
(0,0,0)

Tints of #989CAD

#989CAD
(152,156,173)
#A1A5B4
(161,165,180)
#AAAEBB
(170,174,187)
#B3B7C2
(179,183,194)
#BCC0C9
(188,192,201)
#C5C9D0
(197,201,208)
#CED2D7
(206,210,215)
#D7DBDE
(215,219,222)
#E0E4E5
(224,228,229)
#E9EDEC
(233,237,236)
#F2F6F3
(242,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #989CAD color. Also use rgb(152,156,173) instead hex code.

Text Font Color

.myTextColor { color: #989CAD; }

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

This text font color is #989CAD.

Background Color

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

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

This div background color is #989CAD.

Border color

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

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

This div border color is #989CAD.

Opacity

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

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

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

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

This text has shadow with #989CAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #989CAD.

Preview

Color preview on black background

This text has color #989CAD on black background.


Color preview on white background

This text has color #989CAD on white background.


Black color preview on #989CAD background

This text has black color on #989CAD background.


White color preview on #989CAD background

This text has white color on #989CAD background.


Related colors

Complementary color

Complementary color for #hex is #676352.


I love getcolorcode.com

Triadic colors

1 #AD989C and #9CAD98 with #989CAD are triadic colors.

2 #AD9C98 and #9C98AD with #989CAD are triadic colors.