COLOR #9973BA

HEX: #9973BA RGB: (153,115,186)

Color info

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

RGB color model

#9973BA color RGB value is (153,115,186).

RGB: (153,115,186) (60%, 45%, 73%)

RGB channels and saturation

R 153 of 255 = 60%
G 115 of 255 = 45%
B 186 of 255 = 73%

153
115
186

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

Portions of RGB colors in percentages

R + G + B = 153 + 115 + 186 = 454 (100%)
R 153 of 454 ~ 33.7%
G 115 of 454 ~ 25.33%
B 186 of 454 ~ 40.97'%

%33.7
%25.33
%40.97

CMYK color model

#9973BA color CMYK value is (18,38,0,27).

  • cyan value is 17.74%
  • magenta value is 38.17%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (18,38,0,27)
C18M38Y0K27 (18%, 38%, 0%, 27%)
(0.18 / 0.38 / 0.00 / 0.27)

CMYK percentages

%17.74
%38.17
%0
%27.06

Codes

Color #9973BA in popluar color models

99 73 BA
RGB 153 115 186
HSL 272° 33.97% 59.02%
HSB/HSV 272° 38.17% 72.94%
CMYK 17.74% 38.17% 0.00%
27.06%

Color #9973BA in popluar number systems.

HEX 99 73 BA
Decimal 153 115 186
Binary 10011001 1110011 10111010
Octal 231 163 272

Shades and tints

Shades of #9973BA

#9973BA
(153,115,186)
#8C69AA
(140,105,170)
#7F5F9A
(127,95,154)
#72558A
(114,85,138)
#654B7A
(101,75,122)
#58416A
(88,65,106)
#4B375A
(75,55,90)
#3E2D4A
(62,45,74)
#31233A
(49,35,58)
#24192A
(36,25,42)
#170F1A
(23,15,26)
#000000
(0,0,0)

Tints of #9973BA

#9973BA
(153,115,186)
#A27FC0
(162,127,192)
#AB8BC6
(171,139,198)
#B497CC
(180,151,204)
#BDA3D2
(189,163,210)
#C6AFD8
(198,175,216)
#CFBBDE
(207,187,222)
#D8C7E4
(216,199,228)
#E1D3EA
(225,211,234)
#EADFF0
(234,223,240)
#F3EBF6
(243,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9973BA color. Also use rgb(153,115,186) instead hex code.

Text Font Color

.myTextColor { color: #9973BA; }

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

This text font color is #9973BA.

Background Color

.myBgColor { background-color: #9973BA; }

<div style="background-color:#9973BA">Inner text</div>

This div background color is #9973BA.

Border color

.myBorderColor { border: 1px solid #9973BA; }

<div style="border:3px solid #9973BA">Div</div>

This div border color is #9973BA.

Opacity

.myOpacity80 { color: #9973BA; opacity: 0.8; }

<p style="color:#9973BA;opacity:0.8;">80%</p>

Text with #9973BA 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 #9973BA;}

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

This text has shadow with #9973BA color.


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

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

This text has shadow with #9973BA primary color and red secondary color.


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

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

This text has shadow with #9973BA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9973BA.

Preview

Color preview on black background

This text has color #9973BA on black background.


Color preview on white background

This text has color #9973BA on white background.


Black color preview on #9973BA background

This text has black color on #9973BA background.


White color preview on #9973BA background

This text has white color on #9973BA background.


Related colors

Complementary color

Complementary color for #hex is #668C45.


I love getcolorcode.com

Triadic colors

1 #BA9973 and #73BA99 with #9973BA are triadic colors.

2 #BA7399 and #7399BA with #9973BA are triadic colors.