COLOR #989ABC

HEX: #989ABC RGB: (152,154,188)

Color info

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

RGB color model

#989ABC color RGB value is (152,154,188).

RGB: (152,154,188) (60%, 60%, 74%)

RGB channels and saturation

R 152 of 255 = 60%
G 154 of 255 = 60%
B 188 of 255 = 74%

152
154
188

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

Portions of RGB colors in percentages

R + G + B = 152 + 154 + 188 = 494 (100%)
R 152 of 494 ~ 30.77%
G 154 of 494 ~ 31.17%
B 188 of 494 ~ 38.06'%

%30.77
%31.17
%38.06

CMYK color model

#989ABC color CMYK value is (19,18,0,26).

  • cyan value is 19.15%
  • magenta value is 18.09%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (19,18,0,26)
C19M18Y0K26 (19%, 18%, 0%, 26%)
(0.19 / 0.18 / 0.00 / 0.26)

CMYK percentages

%19.15
%18.09
%0
%26.27

Codes

Color #989ABC in popluar color models

98 9A BC
RGB 152 154 188
HSL 237° 21.18% 66.67%
HSB/HSV 237° 19.15% 73.73%
CMYK 19.15% 18.09% 0.00%
26.27%

Color #989ABC in popluar number systems.

HEX 98 9A BC
Decimal 152 154 188
Binary 10011000 10011010 10111100
Octal 230 232 274

Shades and tints

Shades of #989ABC

#989ABC
(152,154,188)
#8B8CAB
(139,140,171)
#7E7E9A
(126,126,154)
#717089
(113,112,137)
#646278
(100,98,120)
#575467
(87,84,103)
#4A4656
(74,70,86)
#3D3845
(61,56,69)
#302A34
(48,42,52)
#231C23
(35,28,35)
#160E12
(22,14,18)
#000000
(0,0,0)

Tints of #989ABC

#989ABC
(152,154,188)
#A1A3C2
(161,163,194)
#AAACC8
(170,172,200)
#B3B5CE
(179,181,206)
#BCBED4
(188,190,212)
#C5C7DA
(197,199,218)
#CED0E0
(206,208,224)
#D7D9E6
(215,217,230)
#E0E2EC
(224,226,236)
#E9EBF2
(233,235,242)
#F2F4F8
(242,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #989ABC; }

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

This text font color is #989ABC.

Background Color

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

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

This div background color is #989ABC.

Border color

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

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

This div border color is #989ABC.

Opacity

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

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

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

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

This text has shadow with #989ABC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #989ABC.

Preview

Color preview on black background

This text has color #989ABC on black background.


Color preview on white background

This text has color #989ABC on white background.


Black color preview on #989ABC background

This text has black color on #989ABC background.


White color preview on #989ABC background

This text has white color on #989ABC background.


Related colors

Complementary color

Complementary color for #hex is #676543.


I love getcolorcode.com

Triadic colors

1 #BC989A and #9ABC98 with #989ABC are triadic colors.

2 #BC9A98 and #9A98BC with #989ABC are triadic colors.