COLOR #9670AA

HEX: #9670AA
RGB: (150,112,170)

Color info

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

RGB color model

#9670AA color RGB value is (150,112,170).

  • red value is 150;
  • green value is 112;
  • blue value is 170.
RGB:
(150,112,170)
(59%,44%,67%)

RGB channels and saturation

R 150 of 255 = 59%
G 112 of 255 = 44%
B 170 of 255 = 67%

150
112
170

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

Portions of RGB colors in percentages

R + G + B =
150 + 112 + 170 = 432 (100%)
R 150 of 432 ~ 34.72%
G 112 of 432 ~ 25.93%
B 170 of 432 ~ 39.35%

%34.72
%25.93
%39.35

CMYK color model

#9670AA color CMYK value is (12,34,0,33).

  • cyan value is 11.76%
  • magenta value is 34.12%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(12,34,0,33)
C12M34Y0K33 
(12%,34%,0%,33%)
(0.12/0.34/0.00/0.33)	

CMYK percentages

%11.76
%34.12
%0
%33.33

Codes

Color #9670AA in popluar color models

9670AA
RGB150112170
HSL279°25.44%55.29%
HSB/HSV279°34.12%66.67%
CMYK11.76%34.12%0.00%
33.33%

Color #9670AA in popluar number systems.

HEX9670AA
Decimal150112170
Binary10010110111000010101010
Octal226160252

Shades and tints

Shades of #9670AA

#9670AA
(150,112,170)
#89669B
(137,102,155)
#7C5C8C
(124,92,140)
#6F527D
(111,82,125)
#62486E
(98,72,110)
#553E5F
(85,62,95)
#483450
(72,52,80)
#3B2A41
(59,42,65)
#2E2032
(46,32,50)
#211623
(33,22,35)
#140C14
(20,12,20)
#000000
(0,0,0)

Tints of #9670AA

#9670AA
(150,112,170)
#9F7DB1
(159,125,177)
#A88AB8
(168,138,184)
#B197BF
(177,151,191)
#BAA4C6
(186,164,198)
#C3B1CD
(195,177,205)
#CCBED4
(204,190,212)
#D5CBDB
(213,203,219)
#DED8E2
(222,216,226)
#E7E5E9
(231,229,233)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9670AA color. Also use rgb(150,112,170) instead hex code.

Text Font Color

.myTextColor { color: #9670AA; }

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

This text font color is #9670AA.


Background Color

.myBgColor { background-color: #9670AA; }

<div style="background-color:#9670AA">Inner text</div>

This div background color is #9670AA.


Border color

.myBorderColor { border: 1px solid #9670AA; }

<div style="border:3px solid #9670AA">Div</div>

This div border color is #9670AA.


Opacity

.myOpacity80 { color: #9670AA; opacity: 0.8; }

<p style="color:#9670AA;opacity:0.8;">80%</p>

Text with #9670AA 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 #9670AA;}

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

This text has shadow with #9670AA color.

.textShadow {text-shadow: 3px 3px 1px #9670AA, 3px 3px 1px red;}

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

This text has shadow with #9670AA primary color and red secondary color.


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

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

This text has shadow with #9670AA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9670AA on black background.


Color preview on white background

This text has color #9670AA on white background.



Black color preview on #9670AA background

This text has black color on #9670AA background.


White color preview on #9670AA background

This text has white color on #9670AA background.