COLOR #9979A3

HEX: #9979A3
RGB: (153,121,163)

Color info

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

RGB color model

#9979A3 color RGB value is (153,121,163).

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

RGB channels and saturation

R 153 of 255 = 60%
G 121 of 255 = 47%
B 163 of 255 = 64%

153
121
163

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

Portions of RGB colors in percentages

R + G + B =
153 + 121 + 163 = 437 (100%)
R 153 of 437 ~ 35.01%
G 121 of 437 ~ 27.69%
B 163 of 437 ~ 37.3%

%35.01
%27.69
%37.3

CMYK color model

#9979A3 color CMYK value is (6,26,0,36).

  • cyan value is 6.13%
  • magenta value is 25.77%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(6,26,0,36)
C6M26Y0K36 
(6%,26%,0%,36%)
(0.06/0.26/0.00/0.36)	

CMYK percentages

%6.13
%25.77
%0
%36.08

Codes

Color #9979A3 in popluar color models

9979A3
RGB153121163
HSL286°18.58%55.69%
HSB/HSV286°25.77%63.92%
CMYK6.13%25.77%0.00%
36.08%

Color #9979A3 in popluar number systems.

HEX9979A3
Decimal153121163
Binary10011001111100110100011
Octal231171243

Shades and tints

Shades of #9979A3

#9979A3
(153,121,163)
#8C6E95
(140,110,149)
#7F6387
(127,99,135)
#725879
(114,88,121)
#654D6B
(101,77,107)
#58425D
(88,66,93)
#4B374F
(75,55,79)
#3E2C41
(62,44,65)
#312133
(49,33,51)
#241625
(36,22,37)
#170B17
(23,11,23)
#000000
(0,0,0)

Tints of #9979A3

#9979A3
(153,121,163)
#A285AB
(162,133,171)
#AB91B3
(171,145,179)
#B49DBB
(180,157,187)
#BDA9C3
(189,169,195)
#C6B5CB
(198,181,203)
#CFC1D3
(207,193,211)
#D8CDDB
(216,205,219)
#E1D9E3
(225,217,227)
#EAE5EB
(234,229,235)
#F3F1F3
(243,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9979A3; }

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

This text font color is #9979A3.


Background Color

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

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

This div background color is #9979A3.


Border color

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

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

This div border color is #9979A3.


Opacity

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

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

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

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

This text has shadow with #9979A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9979A3 on black background.


Color preview on white background

This text has color #9979A3 on white background.



Black color preview on #9979A3 background

This text has black color on #9979A3 background.


White color preview on #9979A3 background

This text has white color on #9979A3 background.