COLOR #989DAD

HEX: #989DAD RGB: (152,157,173)

Color info

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

RGB color model

#989DAD color RGB value is (152,157,173).

RGB: (152,157,173) (60%, 62%, 68%)

RGB channels and saturation

R 152 of 255 = 60%
G 157 of 255 = 62%
B 173 of 255 = 68%

152
157
173

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

Portions of RGB colors in percentages

R + G + B = 152 + 157 + 173 = 482 (100%)
R 152 of 482 ~ 31.54%
G 157 of 482 ~ 32.57%
B 173 of 482 ~ 35.89'%

%31.54
%32.57
%35.89

CMYK color model

#989DAD color CMYK value is (12,9,0,32).

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

CMYK: (12,9,0,32)
C12M9Y0K32 (12%, 9%, 0%, 32%)
(0.12 / 0.09 / 0.00 / 0.32)

CMYK percentages

%12.14
%9.25
%0
%32.16

Codes

Color #989DAD in popluar color models

98 9D AD
RGB 152 157 173
HSL 226° 11.35% 63.73%
HSB/HSV 226° 12.14% 67.84%
CMYK 12.14% 9.25% 0.00%
32.16%

Color #989DAD in popluar number systems.

HEX 98 9D AD
Decimal 152 157 173
Binary 10011000 10011101 10101101
Octal 230 235 255

Shades and tints

Shades of #989DAD

#989DAD
(152,157,173)
#8B8F9E
(139,143,158)
#7E818F
(126,129,143)
#717380
(113,115,128)
#646571
(100,101,113)
#575762
(87,87,98)
#4A4953
(74,73,83)
#3D3B44
(61,59,68)
#302D35
(48,45,53)
#231F26
(35,31,38)
#161117
(22,17,23)
#000000
(0,0,0)

Tints of #989DAD

#989DAD
(152,157,173)
#A1A5B4
(161,165,180)
#AAADBB
(170,173,187)
#B3B5C2
(179,181,194)
#BCBDC9
(188,189,201)
#C5C5D0
(197,197,208)
#CECDD7
(206,205,215)
#D7D5DE
(215,213,222)
#E0DDE5
(224,221,229)
#E9E5EC
(233,229,236)
#F2EDF3
(242,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #989DAD; }

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

This text font color is #989DAD.

Background Color

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

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

This div background color is #989DAD.

Border color

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

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

This div border color is #989DAD.

Opacity

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

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

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

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

This text has shadow with #989DAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #989DAD.

Preview

Color preview on black background

This text has color #989DAD on black background.


Color preview on white background

This text has color #989DAD on white background.


Black color preview on #989DAD background

This text has black color on #989DAD background.


White color preview on #989DAD background

This text has white color on #989DAD background.


Related colors

Complementary color

Complementary color for #hex is #676252.


I love getcolorcode.com

Triadic colors

1 #AD989D and #9DAD98 with #989DAD are triadic colors.

2 #AD9D98 and #9D98AD with #989DAD are triadic colors.