COLOR #997CAB

HEX: #997CAB RGB: (153,124,171)

Color info

#997CAB contains red, green and blue colors in about the same proportion. Web safe color of #997CAB is #996699 (or #969).

RGB color model

#997CAB color RGB value is (153,124,171).

RGB: (153,124,171) (60%, 49%, 67%)

RGB channels and saturation

R 153 of 255 = 60%
G 124 of 255 = 49%
B 171 of 255 = 67%

153
124
171

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

Portions of RGB colors in percentages

R + G + B = 153 + 124 + 171 = 448 (100%)
R 153 of 448 ~ 34.15%
G 124 of 448 ~ 27.68%
B 171 of 448 ~ 38.17'%

%34.15
%27.68
%38.17

CMYK color model

#997CAB color CMYK value is (11,27,0,33).

  • cyan value is 10.53%
  • magenta value is 27.49%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK: (11,27,0,33) C11M27Y0K33 (11%,27%,0%,33%) (0.11/0.27/0.00/0.33) 

CMYK percentages

%10.53
%27.49
%0
%32.94

Codes

Color #997CAB in popluar color models

99 7C AB
RGB 153 124 171
HSL 277° 21.86% 57.84%
HSB/HSV 277° 27.49% 67.06%
CMYK 10.53% 27.49% 0.00%
32.94%

Color #997CAB in popluar number systems.

HEX 99 7C AB
Decimal 153 124 171
Binary 10011001 1111100 10101011
Octal 231 174 253

Shades and tints

Shades of #997CAB

#997CAB
(153,124,171)
#8C719C
(140,113,156)
#7F668D
(127,102,141)
#725B7E
(114,91,126)
#65506F
(101,80,111)
#584560
(88,69,96)
#4B3A51
(75,58,81)
#3E2F42
(62,47,66)
#312433
(49,36,51)
#241924
(36,25,36)
#170E15
(23,14,21)
#000000
(0,0,0)

Tints of #997CAB

#997CAB
(153,124,171)
#A287B2
(162,135,178)
#AB92B9
(171,146,185)
#B49DC0
(180,157,192)
#BDA8C7
(189,168,199)
#C6B3CE
(198,179,206)
#CFBED5
(207,190,213)
#D8C9DC
(216,201,220)
#E1D4E3
(225,212,227)
#EADFEA
(234,223,234)
#F3EAF1
(243,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #997CAB color. Also use rgb(153,124,171) instead hex code.

Text Font Color

.myTextColor { color: #997CAB; }

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

This text font color is #997CAB.

Background Color

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

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

This div background color is #997CAB.

Border color

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

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

This div border color is #997CAB.

Opacity

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

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

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

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

This text has shadow with #997CAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #997CAB.

Preview

Color preview on black background

This text has color #997CAB on black background.


Color preview on white background

This text has color #997CAB on white background.


Black color preview on #997CAB background

This text has black color on #997CAB background.


White color preview on #997CAB background

This text has white color on #997CAB background.


Related colors

Complementary color

Complementary color for #hex is #668354.


I love getcolorcode.com

Triadic colors

1 #AB997C and #7CAB99 with #997CAB are triadic colors.

2 #AB7C99 and #7C99AB with #997CAB are triadic colors.