COLOR #997ABB

HEX: #997ABB RGB: (153,122,187)

Color info

#997ABB contains mainly red and blue colors. Web safe color of #997ABB is #9966CC (or #96C).

RGB color model

#997ABB color RGB value is (153,122,187).

RGB: (153,122,187) (60%, 48%, 73%)

RGB channels and saturation

R 153 of 255 = 60%
G 122 of 255 = 48%
B 187 of 255 = 73%

153
122
187

R + G + B ~ 60%. #997ABB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 153 + 122 + 187 = 462 (100%)
R 153 of 462 ~ 33.12%
G 122 of 462 ~ 26.41%
B 187 of 462 ~ 40.48'%

%33.12
%26.41
%40.48

CMYK color model

#997ABB color CMYK value is (18,35,0,27).

  • cyan value is 18.18%
  • magenta value is 34.76%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (18,35,0,27)
C18M35Y0K27 (18%, 35%, 0%, 27%)
(0.18 / 0.35 / 0.00 / 0.27)

CMYK percentages

%18.18
%34.76
%0
%26.67

Codes

Color #997ABB in popluar color models

99 7A BB
RGB 153 122 187
HSL 269° 32.34% 60.59%
HSB/HSV 269° 34.76% 73.33%
CMYK 18.18% 34.76% 0.00%
26.67%

Color #997ABB in popluar number systems.

HEX 99 7A BB
Decimal 153 122 187
Binary 10011001 1111010 10111011
Octal 231 172 273

Shades and tints

Shades of #997ABB

#997ABB
(153,122,187)
#8C6FAA
(140,111,170)
#7F6499
(127,100,153)
#725988
(114,89,136)
#654E77
(101,78,119)
#584366
(88,67,102)
#4B3855
(75,56,85)
#3E2D44
(62,45,68)
#312233
(49,34,51)
#241722
(36,23,34)
#170C11
(23,12,17)
#000000
(0,0,0)

Tints of #997ABB

#997ABB
(153,122,187)
#A286C1
(162,134,193)
#AB92C7
(171,146,199)
#B49ECD
(180,158,205)
#BDAAD3
(189,170,211)
#C6B6D9
(198,182,217)
#CFC2DF
(207,194,223)
#D8CEE5
(216,206,229)
#E1DAEB
(225,218,235)
#EAE6F1
(234,230,241)
#F3F2F7
(243,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #997ABB color. Also use rgb(153,122,187) instead hex code.

Text Font Color

.myTextColor { color: #997ABB; }

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

This text font color is #997ABB.

Background Color

.myBgColor { background-color: #997ABB; }

<div style="background-color:#997ABB">Inner text</div>

This div background color is #997ABB.

Border color

.myBorderColor { border: 1px solid #997ABB; }

<div style="border:3px solid #997ABB">Div</div>

This div border color is #997ABB.

Opacity

.myOpacity80 { color: #997ABB; opacity: 0.8; }

<p style="color:#997ABB;opacity:0.8;">80%</p>

Text with #997ABB 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 #997ABB;}

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

This text has shadow with #997ABB color.


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

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

This text has shadow with #997ABB primary color and red secondary color.


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

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

This text has shadow with #997ABB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #997ABB.

Preview

Color preview on black background

This text has color #997ABB on black background.


Color preview on white background

This text has color #997ABB on white background.


Black color preview on #997ABB background

This text has black color on #997ABB background.


White color preview on #997ABB background

This text has white color on #997ABB background.


Related colors

Complementary color

Complementary color for #997ABB is #668544.


I love getcolorcode.com

Triadic colors

1 #BB997A and #7ABB99 with #997ABB are triadic colors.

2 #BB7A99 and #7A99BB with #997ABB are triadic colors.