COLOR #9979B0

HEX: #9979B0 RGB: (153,121,176)

Color info

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

RGB color model

#9979B0 color RGB value is (153,121,176).

RGB: (153,121,176) (60%, 47%, 69%)

RGB channels and saturation

R 153 of 255 = 60%
G 121 of 255 = 47%
B 176 of 255 = 69%

153
121
176

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

Portions of RGB colors in percentages

R + G + B = 153 + 121 + 176 = 450 (100%)
R 153 of 450 ~ 34%
G 121 of 450 ~ 26.89%
B 176 of 450 ~ 39.11'%

%34
%26.89
%39.11

CMYK color model

#9979B0 color CMYK value is (13,31,0,31).

  • cyan value is 13.07%
  • magenta value is 31.25%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (13,31,0,31)
C13M31Y0K31 (13%, 31%, 0%, 31%)
(0.13 / 0.31 / 0.00 / 0.31)

CMYK percentages

%13.07
%31.25
%0
%30.98

Codes

Color #9979B0 in popluar color models

99 79 B0
RGB 153 121 176
HSL 275° 25.82% 58.24%
HSB/HSV 275° 31.25% 69.02%
CMYK 13.07% 31.25% 0.00%
30.98%

Color #9979B0 in popluar number systems.

HEX 99 79 B0
Decimal 153 121 176
Binary 10011001 1111001 10110000
Octal 231 171 260

Shades and tints

Shades of #9979B0

#9979B0
(153,121,176)
#8C6EA0
(140,110,160)
#7F6390
(127,99,144)
#725880
(114,88,128)
#654D70
(101,77,112)
#584260
(88,66,96)
#4B3750
(75,55,80)
#3E2C40
(62,44,64)
#312130
(49,33,48)
#241620
(36,22,32)
#170B10
(23,11,16)
#000000
(0,0,0)

Tints of #9979B0

#9979B0
(153,121,176)
#A285B7
(162,133,183)
#AB91BE
(171,145,190)
#B49DC5
(180,157,197)
#BDA9CC
(189,169,204)
#C6B5D3
(198,181,211)
#CFC1DA
(207,193,218)
#D8CDE1
(216,205,225)
#E1D9E8
(225,217,232)
#EAE5EF
(234,229,239)
#F3F1F6
(243,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9979B0 color. Also use rgb(153,121,176) instead hex code.

Text Font Color

.myTextColor { color: #9979B0; }

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

This text font color is #9979B0.

Background Color

.myBgColor { background-color: #9979B0; }

<div style="background-color:#9979B0">Inner text</div>

This div background color is #9979B0.

Border color

.myBorderColor { border: 1px solid #9979B0; }

<div style="border:3px solid #9979B0">Div</div>

This div border color is #9979B0.

Opacity

.myOpacity80 { color: #9979B0; opacity: 0.8; }

<p style="color:#9979B0;opacity:0.8;">80%</p>

Text with #9979B0 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 #9979B0;}

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

This text has shadow with #9979B0 color.


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

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

This text has shadow with #9979B0 primary color and red secondary color.


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

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

This text has shadow with #9979B0 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9979B0.

Preview

Color preview on black background

This text has color #9979B0 on black background.


Color preview on white background

This text has color #9979B0 on white background.


Black color preview on #9979B0 background

This text has black color on #9979B0 background.


White color preview on #9979B0 background

This text has white color on #9979B0 background.


Related colors

Complementary color

Complementary color for #hex is #66864F.


I love getcolorcode.com

Triadic colors

1 #B09979 and #79B099 with #9979B0 are triadic colors.

2 #B07999 and #7999B0 with #9979B0 are triadic colors.