COLOR #9975A6

HEX: #9975A6
RGB: (153,117,166)

Color info

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

RGB color model

#9975A6 color RGB value is (153,117,166).

  • red value is 153;
  • green value is 117;
  • blue value is 166.
RGB:
(153,117,166)
(60%,46%,65%)

RGB channels and saturation

R 153 of 255 = 60%
G 117 of 255 = 46%
B 166 of 255 = 65%

153
117
166

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

Portions of RGB colors in percentages

R + G + B =
153 + 117 + 166 = 436 (100%)
R 153 of 436 ~ 35.09%
G 117 of 436 ~ 26.83%
B 166 of 436 ~ 38.07%

%35.09
%26.83
%38.07

CMYK color model

#9975A6 color CMYK value is (8,30,0,35).

  • cyan value is 7.83%
  • magenta value is 29.52%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(8,30,0,35)
C8M30Y0K35 
(8%,30%,0%,35%)
(0.08/0.30/0.00/0.35)	

CMYK percentages

%7.83
%29.52
%0
%34.9

Codes

Color #9975A6 in popluar color models

9975A6
RGB153117166
HSL284°21.59%55.49%
HSB/HSV284°29.52%65.10%
CMYK7.83%29.52%0.00%
34.90%

Color #9975A6 in popluar number systems.

HEX9975A6
Decimal153117166
Binary10011001111010110100110
Octal231165246

Shades and tints

Shades of #9975A6

#9975A6
(153,117,166)
#8C6B97
(140,107,151)
#7F6188
(127,97,136)
#725779
(114,87,121)
#654D6A
(101,77,106)
#58435B
(88,67,91)
#4B394C
(75,57,76)
#3E2F3D
(62,47,61)
#31252E
(49,37,46)
#241B1F
(36,27,31)
#171110
(23,17,16)
#000000
(0,0,0)

Tints of #9975A6

#9975A6
(153,117,166)
#A281AE
(162,129,174)
#AB8DB6
(171,141,182)
#B499BE
(180,153,190)
#BDA5C6
(189,165,198)
#C6B1CE
(198,177,206)
#CFBDD6
(207,189,214)
#D8C9DE
(216,201,222)
#E1D5E6
(225,213,230)
#EAE1EE
(234,225,238)
#F3EDF6
(243,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9975A6 color. Also use rgb(153,117,166) instead hex code.

Text Font Color

.myTextColor { color: #9975A6; }

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

This text font color is #9975A6.


Background Color

.myBgColor { background-color: #9975A6; }

<div style="background-color:#9975A6">Inner text</div>

This div background color is #9975A6.


Border color

.myBorderColor { border: 1px solid #9975A6; }

<div style="border:3px solid #9975A6">Div</div>

This div border color is #9975A6.


Opacity

.myOpacity80 { color: #9975A6; opacity: 0.8; }

<p style="color:#9975A6;opacity:0.8;">80%</p>

Text with #9975A6 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 #9975A6;}

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

This text has shadow with #9975A6 color.

.textShadow {text-shadow: 3px 3px 1px #9975A6, 3px 3px 1px red;}

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

This text has shadow with #9975A6 primary color and red secondary color.


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

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

This text has shadow with #9975A6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9975A6 on black background.


Color preview on white background

This text has color #9975A6 on white background.



Black color preview on #9975A6 background

This text has black color on #9975A6 background.


White color preview on #9975A6 background

This text has white color on #9975A6 background.