COLOR #997FAB

HEX: #997FAB
RGB: (153,127,171)

Color info

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

RGB color model

#997FAB color RGB value is (153,127,171).

  • red value is 153;
  • green value is 127;
  • blue value is 171.
RGB:
(153,127,171)
(60%,50%,67%)

RGB channels and saturation

R 153 of 255 = 60%
G 127 of 255 = 50%
B 171 of 255 = 67%

153
127
171

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

Portions of RGB colors in percentages

R + G + B =
153 + 127 + 171 = 451 (100%)
R 153 of 451 ~ 33.92%
G 127 of 451 ~ 28.16%
B 171 of 451 ~ 37.92%

%33.92
%28.16
%37.92

CMYK color model

#997FAB color CMYK value is (11,26,0,33).

  • cyan value is 10.53%
  • magenta value is 25.73%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(11,26,0,33)
C11M26Y0K33 
(11%,26%,0%,33%)
(0.11/0.26/0.00/0.33)	

CMYK percentages

%10.53
%25.73
%0
%32.94

Codes

Color #997FAB in popluar color models

997FAB
RGB153127171
HSL275°20.75%58.43%
HSB/HSV275°25.73%67.06%
CMYK10.53%25.73%0.00%
32.94%

Color #997FAB in popluar number systems.

HEX997FAB
Decimal153127171
Binary10011001111111110101011
Octal231177253

Shades and tints

Shades of #997FAB

#997FAB
(153,127,171)
#8C749C
(140,116,156)
#7F698D
(127,105,141)
#725E7E
(114,94,126)
#65536F
(101,83,111)
#584860
(88,72,96)
#4B3D51
(75,61,81)
#3E3242
(62,50,66)
#312733
(49,39,51)
#241C24
(36,28,36)
#171115
(23,17,21)
#000000
(0,0,0)

Tints of #997FAB

#997FAB
(153,127,171)
#A28AB2
(162,138,178)
#AB95B9
(171,149,185)
#B4A0C0
(180,160,192)
#BDABC7
(189,171,199)
#C6B6CE
(198,182,206)
#CFC1D5
(207,193,213)
#D8CCDC
(216,204,220)
#E1D7E3
(225,215,227)
#EAE2EA
(234,226,234)
#F3EDF1
(243,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997FAB; }

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

This text font color is #997FAB.


Background Color

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

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

This div background color is #997FAB.


Border color

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

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

This div border color is #997FAB.


Opacity

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

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

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

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

This text has shadow with #997FAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997FAB on black background.


Color preview on white background

This text has color #997FAB on white background.



Black color preview on #997FAB background

This text has black color on #997FAB background.


White color preview on #997FAB background

This text has white color on #997FAB background.