COLOR #8988C9

HEX: #8988C9
RGB: (137,136,201)

Color info

#8988C9 contains mainly blue color. Web safe color of #8988C9 is #9999CC (or #99C).

RGB color model

#8988C9 color RGB value is (137,136,201).

  • red value is 137;
  • green value is 136;
  • blue value is 201.
RGB:
(137,136,201)
(54%,53%,79%)

RGB channels and saturation

R 137 of 255 = 54%
G 136 of 255 = 53%
B 201 of 255 = 79%

137
136
201

R + G + B ~ 62%. #8988C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 136 + 201 = 474 (100%)
R 137 of 474 ~ 28.9%
G 136 of 474 ~ 28.69%
B 201 of 474 ~ 42.41%

%28.9
%28.69
%42.41

CMYK color model

#8988C9 color CMYK value is (32,32,0,21).

  • cyan value is 31.84%
  • magenta value is 32.34%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(32,32,0,21)
C32M32Y0K21 
(32%,32%,0%,21%)
(0.32/0.32/0.00/0.21)	

CMYK percentages

%31.84
%32.34
%0
%21.18

Codes

Color #8988C9 in popluar color models

8988C9
RGB137136201
HSL241°37.57%66.08%
HSB/HSV241°32.34%78.82%
CMYK31.84%32.34%0.00%
21.18%

Color #8988C9 in popluar number systems.

HEX8988C9
Decimal137136201
Binary100010011000100011001001
Octal211210311

Shades and tints

Shades of #8988C9

#8988C9
(137,136,201)
#7D7CB7
(125,124,183)
#7170A5
(113,112,165)
#656493
(101,100,147)
#595881
(89,88,129)
#4D4C6F
(77,76,111)
#41405D
(65,64,93)
#35344B
(53,52,75)
#292839
(41,40,57)
#1D1C27
(29,28,39)
#111015
(17,16,21)
#000000
(0,0,0)

Tints of #8988C9

#8988C9
(137,136,201)
#9392CD
(147,146,205)
#9D9CD1
(157,156,209)
#A7A6D5
(167,166,213)
#B1B0D9
(177,176,217)
#BBBADD
(187,186,221)
#C5C4E1
(197,196,225)
#CFCEE5
(207,206,229)
#D9D8E9
(217,216,233)
#E3E2ED
(227,226,237)
#EDECF1
(237,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8988C9; }

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

This text font color is #8988C9.


Background Color

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

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

This div background color is #8988C9.


Border color

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

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

This div border color is #8988C9.


Opacity

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

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

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

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

This text has shadow with #8988C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8988C9 on black background.


Color preview on white background

This text has color #8988C9 on white background.



Black color preview on #8988C9 background

This text has black color on #8988C9 background.


White color preview on #8988C9 background

This text has white color on #8988C9 background.