COLOR #9977AF

HEX: #9977AF
RGB: (153,119,175)

Color info

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

RGB color model

#9977AF color RGB value is (153,119,175).

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

RGB channels and saturation

R 153 of 255 = 60%
G 119 of 255 = 47%
B 175 of 255 = 69%

153
119
175

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

Portions of RGB colors in percentages

R + G + B =
153 + 119 + 175 = 447 (100%)
R 153 of 447 ~ 34.23%
G 119 of 447 ~ 26.62%
B 175 of 447 ~ 39.15%

%34.23
%26.62
%39.15

CMYK color model

#9977AF color CMYK value is (13,32,0,31).

  • cyan value is 12.57%
  • magenta value is 32.00%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(13,32,0,31)
C13M32Y0K31 
(13%,32%,0%,31%)
(0.13/0.32/0.00/0.31)	

CMYK percentages

%12.57
%32
%0
%31.37

Codes

Color #9977AF in popluar color models

9977AF
RGB153119175
HSL276°25.93%57.65%
HSB/HSV276°32.00%68.63%
CMYK12.57%32.00%0.00%
31.37%

Color #9977AF in popluar number systems.

HEX9977AF
Decimal153119175
Binary10011001111011110101111
Octal231167257

Shades and tints

Shades of #9977AF

#9977AF
(153,119,175)
#8C6DA0
(140,109,160)
#7F6391
(127,99,145)
#725982
(114,89,130)
#654F73
(101,79,115)
#584564
(88,69,100)
#4B3B55
(75,59,85)
#3E3146
(62,49,70)
#312737
(49,39,55)
#241D28
(36,29,40)
#171319
(23,19,25)
#000000
(0,0,0)

Tints of #9977AF

#9977AF
(153,119,175)
#A283B6
(162,131,182)
#AB8FBD
(171,143,189)
#B49BC4
(180,155,196)
#BDA7CB
(189,167,203)
#C6B3D2
(198,179,210)
#CFBFD9
(207,191,217)
#D8CBE0
(216,203,224)
#E1D7E7
(225,215,231)
#EAE3EE
(234,227,238)
#F3EFF5
(243,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9977AF; }

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

This text font color is #9977AF.


Background Color

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

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

This div background color is #9977AF.


Border color

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

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

This div border color is #9977AF.


Opacity

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

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

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

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

This text has shadow with #9977AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9977AF on black background.


Color preview on white background

This text has color #9977AF on white background.



Black color preview on #9977AF background

This text has black color on #9977AF background.


White color preview on #9977AF background

This text has white color on #9977AF background.