COLOR #9979BC

HEX: #9979BC
RGB: (153,121,188)

Color info

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

RGB color model

#9979BC color RGB value is (153,121,188).

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

RGB channels and saturation

R 153 of 255 = 60%
G 121 of 255 = 47%
B 188 of 255 = 74%

153
121
188

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

Portions of RGB colors in percentages

R + G + B =
153 + 121 + 188 = 462 (100%)
R 153 of 462 ~ 33.12%
G 121 of 462 ~ 26.19%
B 188 of 462 ~ 40.69%

%33.12
%26.19
%40.69

CMYK color model

#9979BC color CMYK value is (19,36,0,26).

  • cyan value is 18.62%
  • magenta value is 35.64%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(19,36,0,26)
C19M36Y0K26 
(19%,36%,0%,26%)
(0.19/0.36/0.00/0.26)	

CMYK percentages

%18.62
%35.64
%0
%26.27

Codes

Color #9979BC in popluar color models

9979BC
RGB153121188
HSL269°33.33%60.59%
HSB/HSV269°35.64%73.73%
CMYK18.62%35.64%0.00%
26.27%

Color #9979BC in popluar number systems.

HEX9979BC
Decimal153121188
Binary10011001111100110111100
Octal231171274

Shades and tints

Shades of #9979BC

#9979BC
(153,121,188)
#8C6EAB
(140,110,171)
#7F639A
(127,99,154)
#725889
(114,88,137)
#654D78
(101,77,120)
#584267
(88,66,103)
#4B3756
(75,55,86)
#3E2C45
(62,44,69)
#312134
(49,33,52)
#241623
(36,22,35)
#170B12
(23,11,18)
#000000
(0,0,0)

Tints of #9979BC

#9979BC
(153,121,188)
#A285C2
(162,133,194)
#AB91C8
(171,145,200)
#B49DCE
(180,157,206)
#BDA9D4
(189,169,212)
#C6B5DA
(198,181,218)
#CFC1E0
(207,193,224)
#D8CDE6
(216,205,230)
#E1D9EC
(225,217,236)
#EAE5F2
(234,229,242)
#F3F1F8
(243,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9979BC; }

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

This text font color is #9979BC.


Background Color

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

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

This div background color is #9979BC.


Border color

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

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

This div border color is #9979BC.


Opacity

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

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

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

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

This text has shadow with #9979BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9979BC on black background.


Color preview on white background

This text has color #9979BC on white background.



Black color preview on #9979BC background

This text has black color on #9979BC background.


White color preview on #9979BC background

This text has white color on #9979BC background.