COLOR #989CC0

HEX: #989CC0
RGB: (152,156,192)

Color info

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

RGB color model

#989CC0 color RGB value is (152,156,192).

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

RGB channels and saturation

R 152 of 255 = 60%
G 156 of 255 = 61%
B 192 of 255 = 75%

152
156
192

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

Portions of RGB colors in percentages

R + G + B =
152 + 156 + 192 = 500 (100%)
R 152 of 500 ~ 30.4%
G 156 of 500 ~ 31.2%
B 192 of 500 ~ 38.4%

%30.4
%31.2
%38.4

CMYK color model

#989CC0 color CMYK value is (21,19,0,25).

  • cyan value is 20.83%
  • magenta value is 18.75%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(21,19,0,25)
C21M19Y0K25 
(21%,19%,0%,25%)
(0.21/0.19/0.00/0.25)	

CMYK percentages

%20.83
%18.75
%0
%24.71

Codes

Color #989CC0 in popluar color models

989CC0
RGB152156192
HSL234°24.10%67.45%
HSB/HSV234°20.83%75.29%
CMYK20.83%18.75%0.00%
24.71%

Color #989CC0 in popluar number systems.

HEX989CC0
Decimal152156192
Binary100110001001110011000000
Octal230234300

Shades and tints

Shades of #989CC0

#989CC0
(152,156,192)
#8B8EAF
(139,142,175)
#7E809E
(126,128,158)
#71728D
(113,114,141)
#64647C
(100,100,124)
#57566B
(87,86,107)
#4A485A
(74,72,90)
#3D3A49
(61,58,73)
#302C38
(48,44,56)
#231E27
(35,30,39)
#161016
(22,16,22)
#000000
(0,0,0)

Tints of #989CC0

#989CC0
(152,156,192)
#A1A5C5
(161,165,197)
#AAAECA
(170,174,202)
#B3B7CF
(179,183,207)
#BCC0D4
(188,192,212)
#C5C9D9
(197,201,217)
#CED2DE
(206,210,222)
#D7DBE3
(215,219,227)
#E0E4E8
(224,228,232)
#E9EDED
(233,237,237)
#F2F6F2
(242,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #989CC0; }

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

This text font color is #989CC0.


Background Color

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

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

This div background color is #989CC0.


Border color

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

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

This div border color is #989CC0.


Opacity

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

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

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

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

This text has shadow with #989CC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #989CC0 on black background.


Color preview on white background

This text has color #989CC0 on white background.



Black color preview on #989CC0 background

This text has black color on #989CC0 background.


White color preview on #989CC0 background

This text has white color on #989CC0 background.