COLOR #989BAE

HEX: #989BAE RGB: (152,155,174)

Color info

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

RGB color model

#989BAE color RGB value is (152,155,174).

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

RGB channels and saturation

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

152
155
174

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

Portions of RGB colors in percentages

R + G + B = 152 + 155 + 174 = 481 (100%)
R 152 of 481 ~ 31.6%
G 155 of 481 ~ 32.22%
B 174 of 481 ~ 36.17'%

%31.6
%32.22
%36.17

CMYK color model

#989BAE color CMYK value is (13,11,0,32).

  • cyan value is 12.64%
  • magenta value is 10.92%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (13,11,0,32)
C13M11Y0K32 (13%, 11%, 0%, 32%)
(0.13 / 0.11 / 0.00 / 0.32)

CMYK percentages

%12.64
%10.92
%0
%31.76

Codes

Color #989BAE in popluar color models

98 9B AE
RGB 152 155 174
HSL 232° 11.96% 63.92%
HSB/HSV 232° 12.64% 68.24%
CMYK 12.64% 10.92% 0.00%
31.76%

Color #989BAE in popluar number systems.

HEX 98 9B AE
Decimal 152 155 174
Binary 10011000 10011011 10101110
Octal 230 233 256

Shades and tints

Shades of #989BAE

#989BAE
(152,155,174)
#8B8D9F
(139,141,159)
#7E7F90
(126,127,144)
#717181
(113,113,129)
#646372
(100,99,114)
#575563
(87,85,99)
#4A4754
(74,71,84)
#3D3945
(61,57,69)
#302B36
(48,43,54)
#231D27
(35,29,39)
#160F18
(22,15,24)
#000000
(0,0,0)

Tints of #989BAE

#989BAE
(152,155,174)
#A1A4B5
(161,164,181)
#AAADBC
(170,173,188)
#B3B6C3
(179,182,195)
#BCBFCA
(188,191,202)
#C5C8D1
(197,200,209)
#CED1D8
(206,209,216)
#D7DADF
(215,218,223)
#E0E3E6
(224,227,230)
#E9ECED
(233,236,237)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #989BAE; }

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

This text font color is #989BAE.

Background Color

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

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

This div background color is #989BAE.

Border color

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

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

This div border color is #989BAE.

Opacity

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

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

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

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

This text has shadow with #989BAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #989BAE.

Preview

Color preview on black background

This text has color #989BAE on black background.


Color preview on white background

This text has color #989BAE on white background.


Black color preview on #989BAE background

This text has black color on #989BAE background.


White color preview on #989BAE background

This text has white color on #989BAE background.


Related colors

Complementary color

Complementary color for #hex is #676451.


I love getcolorcode.com

Triadic colors

1 #AE989B and #9BAE98 with #989BAE are triadic colors.

2 #AE9B98 and #9B98AE with #989BAE are triadic colors.