COLOR #997BAD

HEX: #997BAD RGB: (153,123,173)

Color info

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

RGB color model

#997BAD color RGB value is (153,123,173).

RGB: (153,123,173) (60%, 48%, 68%)

RGB channels and saturation

R 153 of 255 = 60%
G 123 of 255 = 48%
B 173 of 255 = 68%

153
123
173

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

Portions of RGB colors in percentages

R + G + B = 153 + 123 + 173 = 449 (100%)
R 153 of 449 ~ 34.08%
G 123 of 449 ~ 27.39%
B 173 of 449 ~ 38.53'%

%34.08
%27.39
%38.53

CMYK color model

#997BAD color CMYK value is (12,29,0,32).

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

CMYK: (12,29,0,32)
C12M29Y0K32 (12%, 29%, 0%, 32%)
(0.12 / 0.29 / 0.00 / 0.32)

CMYK percentages

%11.56
%28.9
%0
%32.16

Codes

Color #997BAD in popluar color models

99 7B AD
RGB 153 123 173
HSL 276° 23.36% 58.04%
HSB/HSV 276° 28.90% 67.84%
CMYK 11.56% 28.90% 0.00%
32.16%

Color #997BAD in popluar number systems.

HEX 99 7B AD
Decimal 153 123 173
Binary 10011001 1111011 10101101
Octal 231 173 255

Shades and tints

Shades of #997BAD

#997BAD
(153,123,173)
#8C709E
(140,112,158)
#7F658F
(127,101,143)
#725A80
(114,90,128)
#654F71
(101,79,113)
#584462
(88,68,98)
#4B3953
(75,57,83)
#3E2E44
(62,46,68)
#312335
(49,35,53)
#241826
(36,24,38)
#170D17
(23,13,23)
#000000
(0,0,0)

Tints of #997BAD

#997BAD
(153,123,173)
#A287B4
(162,135,180)
#AB93BB
(171,147,187)
#B49FC2
(180,159,194)
#BDABC9
(189,171,201)
#C6B7D0
(198,183,208)
#CFC3D7
(207,195,215)
#D8CFDE
(216,207,222)
#E1DBE5
(225,219,229)
#EAE7EC
(234,231,236)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997BAD; }

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

This text font color is #997BAD.

Background Color

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

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

This div background color is #997BAD.

Border color

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

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

This div border color is #997BAD.

Opacity

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

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

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

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

This text has shadow with #997BAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #997BAD.

Preview

Color preview on black background

This text has color #997BAD on black background.


Color preview on white background

This text has color #997BAD on white background.


Black color preview on #997BAD background

This text has black color on #997BAD background.


White color preview on #997BAD background

This text has white color on #997BAD background.


Related colors

Complementary color

Complementary color for #hex is #668452.


I love getcolorcode.com

Triadic colors

1 #AD997B and #7BAD99 with #997BAD are triadic colors.

2 #AD7B99 and #7B99AD with #997BAD are triadic colors.