COLOR #8988B7

HEX: #8988B7 RGB: (137,136,183)

Color info

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

RGB color model

#8988B7 color RGB value is (137,136,183).

RGB: (137,136,183) (54%, 53%, 72%)

RGB channels and saturation

R 137 of 255 = 54%
G 136 of 255 = 53%
B 183 of 255 = 72%

137
136
183

R + G + B ~ 60%. #8988B7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 137 + 136 + 183 = 456 (100%)
R 137 of 456 ~ 30.04%
G 136 of 456 ~ 29.82%
B 183 of 456 ~ 40.13'%

%30.04
%29.82
%40.13

CMYK color model

#8988B7 color CMYK value is (25,26,0,28).

  • cyan value is 25.14%
  • magenta value is 25.68%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (25,26,0,28)
C25M26Y0K28 (25%, 26%, 0%, 28%)
(0.25 / 0.26 / 0.00 / 0.28)

CMYK percentages

%25.14
%25.68
%0
%28.24

Codes

Color #8988B7 in popluar color models

89 88 B7
RGB 137 136 183
HSL 241° 24.61% 62.55%
HSB/HSV 241° 25.68% 71.76%
CMYK 25.14% 25.68% 0.00%
28.24%

Color #8988B7 in popluar number systems.

HEX 89 88 B7
Decimal 137 136 183
Binary 10001001 10001000 10110111
Octal 211 210 267

Shades and tints

Shades of #8988B7

#8988B7
(137,136,183)
#7D7CA7
(125,124,167)
#717097
(113,112,151)
#656487
(101,100,135)
#595877
(89,88,119)
#4D4C67
(77,76,103)
#414057
(65,64,87)
#353447
(53,52,71)
#292837
(41,40,55)
#1D1C27
(29,28,39)
#111017
(17,16,23)
#000000
(0,0,0)

Tints of #8988B7

#8988B7
(137,136,183)
#9392BD
(147,146,189)
#9D9CC3
(157,156,195)
#A7A6C9
(167,166,201)
#B1B0CF
(177,176,207)
#BBBAD5
(187,186,213)
#C5C4DB
(197,196,219)
#CFCEE1
(207,206,225)
#D9D8E7
(217,216,231)
#E3E2ED
(227,226,237)
#EDECF3
(237,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8988B7 color. Also use rgb(137,136,183) instead hex code.

Text Font Color

.myTextColor { color: #8988B7; }

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

This text font color is #8988B7.

Background Color

.myBgColor { background-color: #8988B7; }

<div style="background-color:#8988B7">Inner text</div>

This div background color is #8988B7.

Border color

.myBorderColor { border: 1px solid #8988B7; }

<div style="border:3px solid #8988B7">Div</div>

This div border color is #8988B7.

Opacity

.myOpacity80 { color: #8988B7; opacity: 0.8; }

<p style="color:#8988B7;opacity:0.8;">80%</p>

Text with #8988B7 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 #8988B7;}

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

This text has shadow with #8988B7 color.


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

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

This text has shadow with #8988B7 primary color and red secondary color.


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

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

This text has shadow with #8988B7 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8988B7.

Preview

Color preview on black background

This text has color #8988B7 on black background.


Color preview on white background

This text has color #8988B7 on white background.


Black color preview on #8988B7 background

This text has black color on #8988B7 background.


White color preview on #8988B7 background

This text has white color on #8988B7 background.


Related colors

Complementary color

Complementary color for #hex is #767748.


I love getcolorcode.com

Triadic colors

1 #B78988 and #88B789 with #8988B7 are triadic colors.

2 #B78889 and #8889B7 with #8988B7 are triadic colors.