COLOR #9779AD

HEX: #9779AD
RGB: (151,121,173)

Color info

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

RGB color model

#9779AD color RGB value is (151,121,173).

  • red value is 151;
  • green value is 121;
  • blue value is 173.
RGB:
(151,121,173)
(59%,47%,68%)

RGB channels and saturation

R 151 of 255 = 59%
G 121 of 255 = 47%
B 173 of 255 = 68%

151
121
173

R + G + B ~ 58%. #9779AD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 121 + 173 = 445 (100%)
R 151 of 445 ~ 33.93%
G 121 of 445 ~ 27.19%
B 173 of 445 ~ 38.88%

%33.93
%27.19
%38.88

CMYK color model

#9779AD color CMYK value is (13,30,0,32).

  • cyan value is 12.72%
  • magenta value is 30.06%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(13,30,0,32)
C13M30Y0K32 
(13%,30%,0%,32%)
(0.13/0.30/0.00/0.32)	

CMYK percentages

%12.72
%30.06
%0
%32.16

Codes

Color #9779AD in popluar color models

9779AD
RGB151121173
HSL275°24.07%57.65%
HSB/HSV275°30.06%67.84%
CMYK12.72%30.06%0.00%
32.16%

Color #9779AD in popluar number systems.

HEX9779AD
Decimal151121173
Binary10010111111100110101101
Octal227171255

Shades and tints

Shades of #9779AD

#9779AD
(151,121,173)
#8A6E9E
(138,110,158)
#7D638F
(125,99,143)
#705880
(112,88,128)
#634D71
(99,77,113)
#564262
(86,66,98)
#493753
(73,55,83)
#3C2C44
(60,44,68)
#2F2135
(47,33,53)
#221626
(34,22,38)
#150B17
(21,11,23)
#000000
(0,0,0)

Tints of #9779AD

#9779AD
(151,121,173)
#A085B4
(160,133,180)
#A991BB
(169,145,187)
#B29DC2
(178,157,194)
#BBA9C9
(187,169,201)
#C4B5D0
(196,181,208)
#CDC1D7
(205,193,215)
#D6CDDE
(214,205,222)
#DFD9E5
(223,217,229)
#E8E5EC
(232,229,236)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9779AD color. Also use rgb(151,121,173) instead hex code.

Text Font Color

.myTextColor { color: #9779AD; }

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

This text font color is #9779AD.


Background Color

.myBgColor { background-color: #9779AD; }

<div style="background-color:#9779AD">Inner text</div>

This div background color is #9779AD.


Border color

.myBorderColor { border: 1px solid #9779AD; }

<div style="border:3px solid #9779AD">Div</div>

This div border color is #9779AD.


Opacity

.myOpacity80 { color: #9779AD; opacity: 0.8; }

<p style="color:#9779AD;opacity:0.8;">80%</p>

Text with #9779AD 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 #9779AD;}

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

This text has shadow with #9779AD color.

.textShadow {text-shadow: 3px 3px 1px #9779AD, 3px 3px 1px red;}

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

This text has shadow with #9779AD primary color and red secondary color.


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

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

This text has shadow with #9779AD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9779AD on black background.


Color preview on white background

This text has color #9779AD on white background.



Black color preview on #9779AD background

This text has black color on #9779AD background.


White color preview on #9779AD background

This text has white color on #9779AD background.