COLOR #9779B7

HEX: #9779B7
RGB: (151,121,183)

Color info

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

RGB color model

#9779B7 color RGB value is (151,121,183).

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

RGB channels and saturation

R 151 of 255 = 59%
G 121 of 255 = 47%
B 183 of 255 = 72%

151
121
183

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

Portions of RGB colors in percentages

R + G + B =
151 + 121 + 183 = 455 (100%)
R 151 of 455 ~ 33.19%
G 121 of 455 ~ 26.59%
B 183 of 455 ~ 40.22%

%33.19
%26.59
%40.22

CMYK color model

#9779B7 color CMYK value is (17,34,0,28).

  • cyan value is 17.49%
  • magenta value is 33.88%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(17,34,0,28)
C17M34Y0K28 
(17%,34%,0%,28%)
(0.17/0.34/0.00/0.28)	

CMYK percentages

%17.49
%33.88
%0
%28.24

Codes

Color #9779B7 in popluar color models

9779B7
RGB151121183
HSL269°30.10%59.61%
HSB/HSV269°33.88%71.76%
CMYK17.49%33.88%0.00%
28.24%

Color #9779B7 in popluar number systems.

HEX9779B7
Decimal151121183
Binary10010111111100110110111
Octal227171267

Shades and tints

Shades of #9779B7

#9779B7
(151,121,183)
#8A6EA7
(138,110,167)
#7D6397
(125,99,151)
#705887
(112,88,135)
#634D77
(99,77,119)
#564267
(86,66,103)
#493757
(73,55,87)
#3C2C47
(60,44,71)
#2F2137
(47,33,55)
#221627
(34,22,39)
#150B17
(21,11,23)
#000000
(0,0,0)

Tints of #9779B7

#9779B7
(151,121,183)
#A085BD
(160,133,189)
#A991C3
(169,145,195)
#B29DC9
(178,157,201)
#BBA9CF
(187,169,207)
#C4B5D5
(196,181,213)
#CDC1DB
(205,193,219)
#D6CDE1
(214,205,225)
#DFD9E7
(223,217,231)
#E8E5ED
(232,229,237)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9779B7; }

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

This text font color is #9779B7.


Background Color

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

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

This div background color is #9779B7.


Border color

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

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

This div border color is #9779B7.


Opacity

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

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

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

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

This text has shadow with #9779B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9779B7 on black background.


Color preview on white background

This text has color #9779B7 on white background.



Black color preview on #9779B7 background

This text has black color on #9779B7 background.


White color preview on #9779B7 background

This text has white color on #9779B7 background.