COLOR #989EBB

HEX: #989EBB RGB: (152,158,187)

Color info

#989EBB contains red, green and blue colors in about the same proportion. Web safe color of #989EBB is #9999CC (or #99C).

RGB color model

#989EBB color RGB value is (152,158,187).

RGB: (152,158,187) (60%, 62%, 73%)

RGB channels and saturation

R 152 of 255 = 60%
G 158 of 255 = 62%
B 187 of 255 = 73%

152
158
187

R + G + B ~ 65%. #989EBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 158 + 187 = 497 (100%)
R 152 of 497 ~ 30.58%
G 158 of 497 ~ 31.79%
B 187 of 497 ~ 37.63'%

%30.58
%31.79
%37.63

CMYK color model

#989EBB color CMYK value is (19,16,0,27).

  • cyan value is 18.72%
  • magenta value is 15.51%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK: (19,16,0,27) C19M16Y0K27 (19%,16%,0%,27%) (0.19/0.16/0.00/0.27) 

CMYK percentages

%18.72
%15.51
%0
%26.67

Codes

Color #989EBB in popluar color models

98 9E BB
RGB 152 158 187
HSL 230° 20.47% 66.47%
HSB/HSV 230° 18.72% 73.33%
CMYK 18.72% 15.51% 0.00%
26.67%

Color #989EBB in popluar number systems.

HEX 98 9E BB
Decimal 152 158 187
Binary 10011000 10011110 10111011
Octal 230 236 273

Shades and tints

Shades of #989EBB

#989EBB
(152,158,187)
#8B90AA
(139,144,170)
#7E8299
(126,130,153)
#717488
(113,116,136)
#646677
(100,102,119)
#575866
(87,88,102)
#4A4A55
(74,74,85)
#3D3C44
(61,60,68)
#302E33
(48,46,51)
#232022
(35,32,34)
#161211
(22,18,17)
#000000
(0,0,0)

Tints of #989EBB

#989EBB
(152,158,187)
#A1A6C1
(161,166,193)
#AAAEC7
(170,174,199)
#B3B6CD
(179,182,205)
#BCBED3
(188,190,211)
#C5C6D9
(197,198,217)
#CECEDF
(206,206,223)
#D7D6E5
(215,214,229)
#E0DEEB
(224,222,235)
#E9E6F1
(233,230,241)
#F2EEF7
(242,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #989EBB color. Also use rgb(152,158,187) instead hex code.

Text Font Color

.myTextColor { color: #989EBB; }

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

This text font color is #989EBB.

Background Color

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

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

This div background color is #989EBB.

Border color

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

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

This div border color is #989EBB.

Opacity

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

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

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

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

This text has shadow with #989EBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #989EBB.

Preview

Color preview on black background

This text has color #989EBB on black background.


Color preview on white background

This text has color #989EBB on white background.


Black color preview on #989EBB background

This text has black color on #989EBB background.


White color preview on #989EBB background

This text has white color on #989EBB background.


Related colors

Complementary color

Complementary color for #hex is #676144.


I love getcolorcode.com

Triadic colors

1 #BB989E and #9EBB98 with #989EBB are triadic colors.

2 #BB9E98 and #9E98BB with #989EBB are triadic colors.