COLOR #989CC8

HEX: #989CC8
RGB: (152,156,200)

Color info

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

RGB color model

#989CC8 color RGB value is (152,156,200).

  • red value is 152;
  • green value is 156;
  • blue value is 200.
RGB:
(152,156,200)
(60%,61%,78%)

RGB channels and saturation

R 152 of 255 = 60%
G 156 of 255 = 61%
B 200 of 255 = 78%

152
156
200

R + G + B ~ 66%. #989CC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 156 + 200 = 508 (100%)
R 152 of 508 ~ 29.92%
G 156 of 508 ~ 30.71%
B 200 of 508 ~ 39.37%

%29.92
%30.71
%39.37

CMYK color model

#989CC8 color CMYK value is (24,22,0,22).

  • cyan value is 24.00%
  • magenta value is 22.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(24,22,0,22)
C24M22Y0K22 
(24%,22%,0%,22%)
(0.24/0.22/0.00/0.22)	

CMYK percentages

%24
%22
%0
%21.57

Codes

Color #989CC8 in popluar color models

989CC8
RGB152156200
HSL235°30.38%69.02%
HSB/HSV235°24.00%78.43%
CMYK24.00%22.00%0.00%
21.57%

Color #989CC8 in popluar number systems.

HEX989CC8
Decimal152156200
Binary100110001001110011001000
Octal230234310

Shades and tints

Shades of #989CC8

#989CC8
(152,156,200)
#8B8EB6
(139,142,182)
#7E80A4
(126,128,164)
#717292
(113,114,146)
#646480
(100,100,128)
#57566E
(87,86,110)
#4A485C
(74,72,92)
#3D3A4A
(61,58,74)
#302C38
(48,44,56)
#231E26
(35,30,38)
#161014
(22,16,20)
#000000
(0,0,0)

Tints of #989CC8

#989CC8
(152,156,200)
#A1A5CD
(161,165,205)
#AAAED2
(170,174,210)
#B3B7D7
(179,183,215)
#BCC0DC
(188,192,220)
#C5C9E1
(197,201,225)
#CED2E6
(206,210,230)
#D7DBEB
(215,219,235)
#E0E4F0
(224,228,240)
#E9EDF5
(233,237,245)
#F2F6FA
(242,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #989CC8 color. Also use rgb(152,156,200) instead hex code.

Text Font Color

.myTextColor { color: #989CC8; }

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

This text font color is #989CC8.


Background Color

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

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

This div background color is #989CC8.


Border color

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

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

This div border color is #989CC8.


Opacity

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

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

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

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

This text has shadow with #989CC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #989CC8 on black background.


Color preview on white background

This text has color #989CC8 on white background.



Black color preview on #989CC8 background

This text has black color on #989CC8 background.


White color preview on #989CC8 background

This text has white color on #989CC8 background.