COLOR #989BB5

HEX: #989BB5 RGB: (152,155,181)

Color info

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

RGB color model

#989BB5 color RGB value is (152,155,181).

RGB: (152,155,181) (60%, 61%, 71%)

RGB channels and saturation

R 152 of 255 = 60%
G 155 of 255 = 61%
B 181 of 255 = 71%

152
155
181

R + G + B ~ 64%. #989BB5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 155 + 181 = 488 (100%)
R 152 of 488 ~ 31.15%
G 155 of 488 ~ 31.76%
B 181 of 488 ~ 37.09'%

%31.15
%31.76
%37.09

CMYK color model

#989BB5 color CMYK value is (16,14,0,29).

  • cyan value is 16.02%
  • magenta value is 14.36%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (16,14,0,29)
C16M14Y0K29 (16%, 14%, 0%, 29%)
(0.16 / 0.14 / 0.00 / 0.29)

CMYK percentages

%16.02
%14.36
%0
%29.02

Codes

Color #989BB5 in popluar color models

98 9B B5
RGB 152 155 181
HSL 234° 16.38% 65.29%
HSB/HSV 234° 16.02% 70.98%
CMYK 16.02% 14.36% 0.00%
29.02%

Color #989BB5 in popluar number systems.

HEX 98 9B B5
Decimal 152 155 181
Binary 10011000 10011011 10110101
Octal 230 233 265

Shades and tints

Shades of #989BB5

#989BB5
(152,155,181)
#8B8DA5
(139,141,165)
#7E7F95
(126,127,149)
#717185
(113,113,133)
#646375
(100,99,117)
#575565
(87,85,101)
#4A4755
(74,71,85)
#3D3945
(61,57,69)
#302B35
(48,43,53)
#231D25
(35,29,37)
#160F15
(22,15,21)
#000000
(0,0,0)

Tints of #989BB5

#989BB5
(152,155,181)
#A1A4BB
(161,164,187)
#AAADC1
(170,173,193)
#B3B6C7
(179,182,199)
#BCBFCD
(188,191,205)
#C5C8D3
(197,200,211)
#CED1D9
(206,209,217)
#D7DADF
(215,218,223)
#E0E3E5
(224,227,229)
#E9ECEB
(233,236,235)
#F2F5F1
(242,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #989BB5; }

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

This text font color is #989BB5.

Background Color

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

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

This div background color is #989BB5.

Border color

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

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

This div border color is #989BB5.

Opacity

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

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

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

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

This text has shadow with #989BB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #989BB5.

Preview

Color preview on black background

This text has color #989BB5 on black background.


Color preview on white background

This text has color #989BB5 on white background.


Black color preview on #989BB5 background

This text has black color on #989BB5 background.


White color preview on #989BB5 background

This text has white color on #989BB5 background.


Related colors

Complementary color

Complementary color for #hex is #67644A.


I love getcolorcode.com

Triadic colors

1 #B5989B and #9BB598 with #989BB5 are triadic colors.

2 #B59B98 and #9B98B5 with #989BB5 are triadic colors.