COLOR #9777B7

HEX: #9777B7
RGB: (151,119,183)

Color info

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

RGB color model

#9777B7 color RGB value is (151,119,183).

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

RGB channels and saturation

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

151
119
183

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

Portions of RGB colors in percentages

R + G + B =
151 + 119 + 183 = 453 (100%)
R 151 of 453 ~ 33.33%
G 119 of 453 ~ 26.27%
B 183 of 453 ~ 40.4%

%33.33
%26.27
%40.4

CMYK color model

#9777B7 color CMYK value is (17,35,0,28).

  • cyan value is 17.49%
  • magenta value is 34.97%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(17,35,0,28)
C17M35Y0K28 
(17%,35%,0%,28%)
(0.17/0.35/0.00/0.28)	

CMYK percentages

%17.49
%34.97
%0
%28.24

Codes

Color #9777B7 in popluar color models

9777B7
RGB151119183
HSL270°30.77%59.22%
HSB/HSV270°34.97%71.76%
CMYK17.49%34.97%0.00%
28.24%

Color #9777B7 in popluar number systems.

HEX9777B7
Decimal151119183
Binary10010111111011110110111
Octal227167267

Shades and tints

Shades of #9777B7

#9777B7
(151,119,183)
#8A6DA7
(138,109,167)
#7D6397
(125,99,151)
#705987
(112,89,135)
#634F77
(99,79,119)
#564567
(86,69,103)
#493B57
(73,59,87)
#3C3147
(60,49,71)
#2F2737
(47,39,55)
#221D27
(34,29,39)
#151317
(21,19,23)
#000000
(0,0,0)

Tints of #9777B7

#9777B7
(151,119,183)
#A083BD
(160,131,189)
#A98FC3
(169,143,195)
#B29BC9
(178,155,201)
#BBA7CF
(187,167,207)
#C4B3D5
(196,179,213)
#CDBFDB
(205,191,219)
#D6CBE1
(214,203,225)
#DFD7E7
(223,215,231)
#E8E3ED
(232,227,237)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9777B7; }

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

This text font color is #9777B7.


Background Color

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

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

This div background color is #9777B7.


Border color

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

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

This div border color is #9777B7.


Opacity

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

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

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

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

This text has shadow with #9777B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9777B7 on black background.


Color preview on white background

This text has color #9777B7 on white background.



Black color preview on #9777B7 background

This text has black color on #9777B7 background.


White color preview on #9777B7 background

This text has white color on #9777B7 background.