COLOR #989BAF

HEX: #989BAF RGB: (152,155,175)

Color info

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

RGB color model

#989BAF color RGB value is (152,155,175).

RGB: (152,155,175) (60%, 61%, 69%)

RGB channels and saturation

R 152 of 255 = 60%
G 155 of 255 = 61%
B 175 of 255 = 69%

152
155
175

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

Portions of RGB colors in percentages

R + G + B = 152 + 155 + 175 = 482 (100%)
R 152 of 482 ~ 31.54%
G 155 of 482 ~ 32.16%
B 175 of 482 ~ 36.31'%

%31.54
%32.16
%36.31

CMYK color model

#989BAF color CMYK value is (13,11,0,31).

  • cyan value is 13.14%
  • magenta value is 11.43%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (13,11,0,31)
C13M11Y0K31 (13%, 11%, 0%, 31%)
(0.13 / 0.11 / 0.00 / 0.31)

CMYK percentages

%13.14
%11.43
%0
%31.37

Codes

Color #989BAF in popluar color models

98 9B AF
RGB 152 155 175
HSL 232° 12.57% 64.12%
HSB/HSV 232° 13.14% 68.63%
CMYK 13.14% 11.43% 0.00%
31.37%

Color #989BAF in popluar number systems.

HEX 98 9B AF
Decimal 152 155 175
Binary 10011000 10011011 10101111
Octal 230 233 257

Shades and tints

Shades of #989BAF

#989BAF
(152,155,175)
#8B8DA0
(139,141,160)
#7E7F91
(126,127,145)
#717182
(113,113,130)
#646373
(100,99,115)
#575564
(87,85,100)
#4A4755
(74,71,85)
#3D3946
(61,57,70)
#302B37
(48,43,55)
#231D28
(35,29,40)
#160F19
(22,15,25)
#000000
(0,0,0)

Tints of #989BAF

#989BAF
(152,155,175)
#A1A4B6
(161,164,182)
#AAADBD
(170,173,189)
#B3B6C4
(179,182,196)
#BCBFCB
(188,191,203)
#C5C8D2
(197,200,210)
#CED1D9
(206,209,217)
#D7DAE0
(215,218,224)
#E0E3E7
(224,227,231)
#E9ECEE
(233,236,238)
#F2F5F5
(242,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #989BAF; }

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

This text font color is #989BAF.

Background Color

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

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

This div background color is #989BAF.

Border color

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

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

This div border color is #989BAF.

Opacity

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

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

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

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

This text has shadow with #989BAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #989BAF.

Preview

Color preview on black background

This text has color #989BAF on black background.


Color preview on white background

This text has color #989BAF on white background.


Black color preview on #989BAF background

This text has black color on #989BAF background.


White color preview on #989BAF background

This text has white color on #989BAF background.


Related colors

Complementary color

Complementary color for #hex is #676450.


I love getcolorcode.com

Triadic colors

1 #AF989B and #9BAF98 with #989BAF are triadic colors.

2 #AF9B98 and #9B98AF with #989BAF are triadic colors.