COLOR #989BAD

HEX: #989BAD RGB: (152,155,173)

Color info

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

RGB color model

#989BAD color RGB value is (152,155,173).

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

RGB channels and saturation

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

152
155
173

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

Portions of RGB colors in percentages

R + G + B = 152 + 155 + 173 = 480 (100%)
R 152 of 480 ~ 31.67%
G 155 of 480 ~ 32.29%
B 173 of 480 ~ 36.04'%

%31.67
%32.29
%36.04

CMYK color model

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

  • cyan value is 12.14%
  • magenta value is 10.40%
  • 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
%10.4
%0
%32.16

Codes

Color #989BAD in popluar color models

98 9B AD
RGB 152 155 173
HSL 231° 11.35% 63.73%
HSB/HSV 231° 12.14% 67.84%
CMYK 12.14% 10.40% 0.00%
32.16%

Color #989BAD in popluar number systems.

HEX 98 9B AD
Decimal 152 155 173
Binary 10011000 10011011 10101101
Octal 230 233 255

Shades and tints

Shades of #989BAD

#989BAD
(152,155,173)
#8B8D9E
(139,141,158)
#7E7F8F
(126,127,143)
#717180
(113,113,128)
#646371
(100,99,113)
#575562
(87,85,98)
#4A4753
(74,71,83)
#3D3944
(61,57,68)
#302B35
(48,43,53)
#231D26
(35,29,38)
#160F17
(22,15,23)
#000000
(0,0,0)

Tints of #989BAD

#989BAD
(152,155,173)
#A1A4B4
(161,164,180)
#AAADBB
(170,173,187)
#B3B6C2
(179,182,194)
#BCBFC9
(188,191,201)
#C5C8D0
(197,200,208)
#CED1D7
(206,209,215)
#D7DADE
(215,218,222)
#E0E3E5
(224,227,229)
#E9ECEC
(233,236,236)
#F2F5F3
(242,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #989BAD; }

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

This text font color is #989BAD.

Background Color

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

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

This div background color is #989BAD.

Border color

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

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

This div border color is #989BAD.

Opacity

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

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

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

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

This text has shadow with #989BAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #989BAD.

Preview

Color preview on black background

This text has color #989BAD on black background.


Color preview on white background

This text has color #989BAD on white background.


Black color preview on #989BAD background

This text has black color on #989BAD background.


White color preview on #989BAD background

This text has white color on #989BAD background.


Related colors

Complementary color

Complementary color for #hex is #676452.


I love getcolorcode.com

Triadic colors

1 #AD989B and #9BAD98 with #989BAD are triadic colors.

2 #AD9B98 and #9B98AD with #989BAD are triadic colors.