COLOR #9977B6

HEX: #9977B6
RGB: (153,119,182)

Color info

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

RGB color model

#9977B6 color RGB value is (153,119,182).

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

RGB channels and saturation

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

153
119
182

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

Portions of RGB colors in percentages

R + G + B =
153 + 119 + 182 = 454 (100%)
R 153 of 454 ~ 33.7%
G 119 of 454 ~ 26.21%
B 182 of 454 ~ 40.09%

%33.7
%26.21
%40.09

CMYK color model

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

  • cyan value is 15.93%
  • magenta value is 34.62%
  • 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
%34.62
%0
%28.63

Codes

Color #9977B6 in popluar color models

9977B6
RGB153119182
HSL272°30.14%59.02%
HSB/HSV272°34.62%71.37%
CMYK15.93%34.62%0.00%
28.63%

Color #9977B6 in popluar number systems.

HEX9977B6
Decimal153119182
Binary10011001111011110110110
Octal231167266

Shades and tints

Shades of #9977B6

#9977B6
(153,119,182)
#8C6DA6
(140,109,166)
#7F6396
(127,99,150)
#725986
(114,89,134)
#654F76
(101,79,118)
#584566
(88,69,102)
#4B3B56
(75,59,86)
#3E3146
(62,49,70)
#312736
(49,39,54)
#241D26
(36,29,38)
#171316
(23,19,22)
#000000
(0,0,0)

Tints of #9977B6

#9977B6
(153,119,182)
#A283BC
(162,131,188)
#AB8FC2
(171,143,194)
#B49BC8
(180,155,200)
#BDA7CE
(189,167,206)
#C6B3D4
(198,179,212)
#CFBFDA
(207,191,218)
#D8CBE0
(216,203,224)
#E1D7E6
(225,215,230)
#EAE3EC
(234,227,236)
#F3EFF2
(243,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9977B6; }

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

This text font color is #9977B6.


Background Color

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

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

This div background color is #9977B6.


Border color

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

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

This div border color is #9977B6.


Opacity

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

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

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

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

This text has shadow with #9977B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9977B6 on black background.


Color preview on white background

This text has color #9977B6 on white background.



Black color preview on #9977B6 background

This text has black color on #9977B6 background.


White color preview on #9977B6 background

This text has white color on #9977B6 background.