COLOR #989ABE

HEX: #989ABE
RGB: (152,154,190)

Color info

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

RGB color model

#989ABE color RGB value is (152,154,190).

  • red value is 152;
  • green value is 154;
  • blue value is 190.
RGB:
(152,154,190)
(60%,60%,75%)

RGB channels and saturation

R 152 of 255 = 60%
G 154 of 255 = 60%
B 190 of 255 = 75%

152
154
190

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

Portions of RGB colors in percentages

R + G + B =
152 + 154 + 190 = 496 (100%)
R 152 of 496 ~ 30.65%
G 154 of 496 ~ 31.05%
B 190 of 496 ~ 38.31%

%30.65
%31.05
%38.31

CMYK color model

#989ABE color CMYK value is (20,19,0,25).

  • cyan value is 20.00%
  • magenta value is 18.95%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(20,19,0,25)
C20M19Y0K25 
(20%,19%,0%,25%)
(0.20/0.19/0.00/0.25)	

CMYK percentages

%20
%18.95
%0
%25.49

Codes

Color #989ABE in popluar color models

989ABE
RGB152154190
HSL237°22.62%67.06%
HSB/HSV237°20.00%74.51%
CMYK20.00%18.95%0.00%
25.49%

Color #989ABE in popluar number systems.

HEX989ABE
Decimal152154190
Binary100110001001101010111110
Octal230232276

Shades and tints

Shades of #989ABE

#989ABE
(152,154,190)
#8B8CAD
(139,140,173)
#7E7E9C
(126,126,156)
#71708B
(113,112,139)
#64627A
(100,98,122)
#575469
(87,84,105)
#4A4658
(74,70,88)
#3D3847
(61,56,71)
#302A36
(48,42,54)
#231C25
(35,28,37)
#160E14
(22,14,20)
#000000
(0,0,0)

Tints of #989ABE

#989ABE
(152,154,190)
#A1A3C3
(161,163,195)
#AAACC8
(170,172,200)
#B3B5CD
(179,181,205)
#BCBED2
(188,190,210)
#C5C7D7
(197,199,215)
#CED0DC
(206,208,220)
#D7D9E1
(215,217,225)
#E0E2E6
(224,226,230)
#E9EBEB
(233,235,235)
#F2F4F0
(242,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #989ABE color. Also use rgb(152,154,190) instead hex code.

Text Font Color

.myTextColor { color: #989ABE; }

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

This text font color is #989ABE.


Background Color

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

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

This div background color is #989ABE.


Border color

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

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

This div border color is #989ABE.


Opacity

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

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

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

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

This text has shadow with #989ABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #989ABE on black background.


Color preview on white background

This text has color #989ABE on white background.



Black color preview on #989ABE background

This text has black color on #989ABE background.


White color preview on #989ABE background

This text has white color on #989ABE background.