COLOR #9777AE

HEX: #9777AE
RGB: (151,119,174)

Color info

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

RGB color model

#9777AE color RGB value is (151,119,174).

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

RGB channels and saturation

R 151 of 255 = 59%
G 119 of 255 = 47%
B 174 of 255 = 68%

151
119
174

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

Portions of RGB colors in percentages

R + G + B =
151 + 119 + 174 = 444 (100%)
R 151 of 444 ~ 34.01%
G 119 of 444 ~ 26.8%
B 174 of 444 ~ 39.19%

%34.01
%26.8
%39.19

CMYK color model

#9777AE color CMYK value is (13,32,0,32).

  • cyan value is 13.22%
  • magenta value is 31.61%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(13,32,0,32)
C13M32Y0K32 
(13%,32%,0%,32%)
(0.13/0.32/0.00/0.32)	

CMYK percentages

%13.22
%31.61
%0
%31.76

Codes

Color #9777AE in popluar color models

9777AE
RGB151119174
HSL275°25.35%57.45%
HSB/HSV275°31.61%68.24%
CMYK13.22%31.61%0.00%
31.76%

Color #9777AE in popluar number systems.

HEX9777AE
Decimal151119174
Binary10010111111011110101110
Octal227167256

Shades and tints

Shades of #9777AE

#9777AE
(151,119,174)
#8A6D9F
(138,109,159)
#7D6390
(125,99,144)
#705981
(112,89,129)
#634F72
(99,79,114)
#564563
(86,69,99)
#493B54
(73,59,84)
#3C3145
(60,49,69)
#2F2736
(47,39,54)
#221D27
(34,29,39)
#151318
(21,19,24)
#000000
(0,0,0)

Tints of #9777AE

#9777AE
(151,119,174)
#A083B5
(160,131,181)
#A98FBC
(169,143,188)
#B29BC3
(178,155,195)
#BBA7CA
(187,167,202)
#C4B3D1
(196,179,209)
#CDBFD8
(205,191,216)
#D6CBDF
(214,203,223)
#DFD7E6
(223,215,230)
#E8E3ED
(232,227,237)
#F1EFF4
(241,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9777AE; }

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

This text font color is #9777AE.


Background Color

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

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

This div background color is #9777AE.


Border color

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

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

This div border color is #9777AE.


Opacity

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

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

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

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

This text has shadow with #9777AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9777AE on black background.


Color preview on white background

This text has color #9777AE on white background.



Black color preview on #9777AE background

This text has black color on #9777AE background.


White color preview on #9777AE background

This text has white color on #9777AE background.