COLOR #997FAD

HEX: #997FAD RGB: (153,127,173)

Color info

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

RGB color model

#997FAD color RGB value is (153,127,173).

RGB: (153,127,173) (60%, 50%, 68%)

RGB channels and saturation

R 153 of 255 = 60%
G 127 of 255 = 50%
B 173 of 255 = 68%

153
127
173

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

Portions of RGB colors in percentages

R + G + B = 153 + 127 + 173 = 453 (100%)
R 153 of 453 ~ 33.77%
G 127 of 453 ~ 28.04%
B 173 of 453 ~ 38.19'%

%33.77
%28.04
%38.19

CMYK color model

#997FAD color CMYK value is (12,27,0,32).

  • cyan value is 11.56%
  • magenta value is 26.59%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (12,27,0,32)
C12M27Y0K32 (12%, 27%, 0%, 32%)
(0.12 / 0.27 / 0.00 / 0.32)

CMYK percentages

%11.56
%26.59
%0
%32.16

Codes

Color #997FAD in popluar color models

99 7F AD
RGB 153 127 173
HSL 274° 21.90% 58.82%
HSB/HSV 274° 26.59% 67.84%
CMYK 11.56% 26.59% 0.00%
32.16%

Color #997FAD in popluar number systems.

HEX 99 7F AD
Decimal 153 127 173
Binary 10011001 1111111 10101101
Octal 231 177 255

Shades and tints

Shades of #997FAD

#997FAD
(153,127,173)
#8C749E
(140,116,158)
#7F698F
(127,105,143)
#725E80
(114,94,128)
#655371
(101,83,113)
#584862
(88,72,98)
#4B3D53
(75,61,83)
#3E3244
(62,50,68)
#312735
(49,39,53)
#241C26
(36,28,38)
#171117
(23,17,23)
#000000
(0,0,0)

Tints of #997FAD

#997FAD
(153,127,173)
#A28AB4
(162,138,180)
#AB95BB
(171,149,187)
#B4A0C2
(180,160,194)
#BDABC9
(189,171,201)
#C6B6D0
(198,182,208)
#CFC1D7
(207,193,215)
#D8CCDE
(216,204,222)
#E1D7E5
(225,215,229)
#EAE2EC
(234,226,236)
#F3EDF3
(243,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997FAD; }

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

This text font color is #997FAD.

Background Color

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

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

This div background color is #997FAD.

Border color

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

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

This div border color is #997FAD.

Opacity

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

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

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

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

This text has shadow with #997FAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #997FAD.

Preview

Color preview on black background

This text has color #997FAD on black background.


Color preview on white background

This text has color #997FAD on white background.


Black color preview on #997FAD background

This text has black color on #997FAD background.


White color preview on #997FAD background

This text has white color on #997FAD background.


Related colors

Complementary color

Complementary color for #hex is #668052.


I love getcolorcode.com

Triadic colors

1 #AD997F and #7FAD99 with #997FAD are triadic colors.

2 #AD7F99 and #7F99AD with #997FAD are triadic colors.