COLOR #9976B6

HEX: #9976B6
RGB: (153,118,182)

Color info

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

RGB color model

#9976B6 color RGB value is (153,118,182).

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

RGB channels and saturation

R 153 of 255 = 60%
G 118 of 255 = 46%
B 182 of 255 = 71%

153
118
182

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

Portions of RGB colors in percentages

R + G + B =
153 + 118 + 182 = 453 (100%)
R 153 of 453 ~ 33.77%
G 118 of 453 ~ 26.05%
B 182 of 453 ~ 40.18%

%33.77
%26.05
%40.18

CMYK color model

#9976B6 color CMYK value is (16,35,0,29).

  • cyan value is 15.93%
  • magenta value is 35.16%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(16,35,0,29)
C16M35Y0K29 
(16%,35%,0%,29%)
(0.16/0.35/0.00/0.29)	

CMYK percentages

%15.93
%35.16
%0
%28.63

Codes

Color #9976B6 in popluar color models

9976B6
RGB153118182
HSL273°30.48%58.82%
HSB/HSV273°35.16%71.37%
CMYK15.93%35.16%0.00%
28.63%

Color #9976B6 in popluar number systems.

HEX9976B6
Decimal153118182
Binary10011001111011010110110
Octal231166266

Shades and tints

Shades of #9976B6

#9976B6
(153,118,182)
#8C6CA6
(140,108,166)
#7F6296
(127,98,150)
#725886
(114,88,134)
#654E76
(101,78,118)
#584466
(88,68,102)
#4B3A56
(75,58,86)
#3E3046
(62,48,70)
#312636
(49,38,54)
#241C26
(36,28,38)
#171216
(23,18,22)
#000000
(0,0,0)

Tints of #9976B6

#9976B6
(153,118,182)
#A282BC
(162,130,188)
#AB8EC2
(171,142,194)
#B49AC8
(180,154,200)
#BDA6CE
(189,166,206)
#C6B2D4
(198,178,212)
#CFBEDA
(207,190,218)
#D8CAE0
(216,202,224)
#E1D6E6
(225,214,230)
#EAE2EC
(234,226,236)
#F3EEF2
(243,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9976B6; }

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

This text font color is #9976B6.


Background Color

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

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

This div background color is #9976B6.


Border color

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

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

This div border color is #9976B6.


Opacity

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

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

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

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

This text has shadow with #9976B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9976B6 on black background.


Color preview on white background

This text has color #9976B6 on white background.



Black color preview on #9976B6 background

This text has black color on #9976B6 background.


White color preview on #9976B6 background

This text has white color on #9976B6 background.