COLOR #9776AC

HEX: #9776AC
RGB: (151,118,172)

Color info

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

RGB color model

#9776AC color RGB value is (151,118,172).

  • red value is 151;
  • green value is 118;
  • blue value is 172.
RGB:
(151,118,172)
(59%,46%,67%)

RGB channels and saturation

R 151 of 255 = 59%
G 118 of 255 = 46%
B 172 of 255 = 67%

151
118
172

R + G + B ~ 57%. #9776AC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 118 + 172 = 441 (100%)
R 151 of 441 ~ 34.24%
G 118 of 441 ~ 26.76%
B 172 of 441 ~ 39%

%34.24
%26.76
%39

CMYK color model

#9776AC color CMYK value is (12,31,0,33).

  • cyan value is 12.21%
  • magenta value is 31.40%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(12,31,0,33)
C12M31Y0K33 
(12%,31%,0%,33%)
(0.12/0.31/0.00/0.33)	

CMYK percentages

%12.21
%31.4
%0
%32.55

Codes

Color #9776AC in popluar color models

9776AC
RGB151118172
HSL277°24.55%56.86%
HSB/HSV277°31.40%67.45%
CMYK12.21%31.40%0.00%
32.55%

Color #9776AC in popluar number systems.

HEX9776AC
Decimal151118172
Binary10010111111011010101100
Octal227166254

Shades and tints

Shades of #9776AC

#9776AC
(151,118,172)
#8A6C9D
(138,108,157)
#7D628E
(125,98,142)
#70587F
(112,88,127)
#634E70
(99,78,112)
#564461
(86,68,97)
#493A52
(73,58,82)
#3C3043
(60,48,67)
#2F2634
(47,38,52)
#221C25
(34,28,37)
#151216
(21,18,22)
#000000
(0,0,0)

Tints of #9776AC

#9776AC
(151,118,172)
#A082B3
(160,130,179)
#A98EBA
(169,142,186)
#B29AC1
(178,154,193)
#BBA6C8
(187,166,200)
#C4B2CF
(196,178,207)
#CDBED6
(205,190,214)
#D6CADD
(214,202,221)
#DFD6E4
(223,214,228)
#E8E2EB
(232,226,235)
#F1EEF2
(241,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9776AC color. Also use rgb(151,118,172) instead hex code.

Text Font Color

.myTextColor { color: #9776AC; }

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

This text font color is #9776AC.


Background Color

.myBgColor { background-color: #9776AC; }

<div style="background-color:#9776AC">Inner text</div>

This div background color is #9776AC.


Border color

.myBorderColor { border: 1px solid #9776AC; }

<div style="border:3px solid #9776AC">Div</div>

This div border color is #9776AC.


Opacity

.myOpacity80 { color: #9776AC; opacity: 0.8; }

<p style="color:#9776AC;opacity:0.8;">80%</p>

Text with #9776AC 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 #9776AC;}

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

This text has shadow with #9776AC color.

.textShadow {text-shadow: 3px 3px 1px #9776AC, 3px 3px 1px red;}

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

This text has shadow with #9776AC primary color and red secondary color.


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

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

This text has shadow with #9776AC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9776AC on black background.


Color preview on white background

This text has color #9776AC on white background.



Black color preview on #9776AC background

This text has black color on #9776AC background.


White color preview on #9776AC background

This text has white color on #9776AC background.