COLOR #9979B6

HEX: #9979B6
RGB: (153,121,182)

Color info

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

RGB color model

#9979B6 color RGB value is (153,121,182).

  • red value is 153;
  • green value is 121;
  • blue value is 182.
RGB:
(153,121,182)
(60%,47%,71%)

RGB channels and saturation

R 153 of 255 = 60%
G 121 of 255 = 47%
B 182 of 255 = 71%

153
121
182

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

Portions of RGB colors in percentages

R + G + B =
153 + 121 + 182 = 456 (100%)
R 153 of 456 ~ 33.55%
G 121 of 456 ~ 26.54%
B 182 of 456 ~ 39.91%

%33.55
%26.54
%39.91

CMYK color model

#9979B6 color CMYK value is (16,34,0,29).

  • cyan value is 15.93%
  • magenta value is 33.52%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(16,34,0,29)
C16M34Y0K29 
(16%,34%,0%,29%)
(0.16/0.34/0.00/0.29)	

CMYK percentages

%15.93
%33.52
%0
%28.63

Codes

Color #9979B6 in popluar color models

9979B6
RGB153121182
HSL271°29.47%59.41%
HSB/HSV271°33.52%71.37%
CMYK15.93%33.52%0.00%
28.63%

Color #9979B6 in popluar number systems.

HEX9979B6
Decimal153121182
Binary10011001111100110110110
Octal231171266

Shades and tints

Shades of #9979B6

#9979B6
(153,121,182)
#8C6EA6
(140,110,166)
#7F6396
(127,99,150)
#725886
(114,88,134)
#654D76
(101,77,118)
#584266
(88,66,102)
#4B3756
(75,55,86)
#3E2C46
(62,44,70)
#312136
(49,33,54)
#241626
(36,22,38)
#170B16
(23,11,22)
#000000
(0,0,0)

Tints of #9979B6

#9979B6
(153,121,182)
#A285BC
(162,133,188)
#AB91C2
(171,145,194)
#B49DC8
(180,157,200)
#BDA9CE
(189,169,206)
#C6B5D4
(198,181,212)
#CFC1DA
(207,193,218)
#D8CDE0
(216,205,224)
#E1D9E6
(225,217,230)
#EAE5EC
(234,229,236)
#F3F1F2
(243,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9979B6; }

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

This text font color is #9979B6.


Background Color

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

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

This div background color is #9979B6.


Border color

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

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

This div border color is #9979B6.


Opacity

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

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

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

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

This text has shadow with #9979B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9979B6 on black background.


Color preview on white background

This text has color #9979B6 on white background.



Black color preview on #9979B6 background

This text has black color on #9979B6 background.


White color preview on #9979B6 background

This text has white color on #9979B6 background.