COLOR #9685AD

HEX: #9685AD
RGB: (150,133,173)

Color info

#9685AD contains red, green and blue colors in about the same proportion. Web safe color of #9685AD is #999999 (or #999).

RGB color model

#9685AD color RGB value is (150,133,173).

  • red value is 150;
  • green value is 133;
  • blue value is 173.
RGB:
(150,133,173)
(59%,52%,68%)

RGB channels and saturation

R 150 of 255 = 59%
G 133 of 255 = 52%
B 173 of 255 = 68%

150
133
173

R + G + B ~ 60%. #9685AD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 133 + 173 = 456 (100%)
R 150 of 456 ~ 32.89%
G 133 of 456 ~ 29.17%
B 173 of 456 ~ 37.94%

%32.89
%29.17
%37.94

CMYK color model

#9685AD color CMYK value is (13,23,0,32).

  • cyan value is 13.29%
  • magenta value is 23.12%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(13,23,0,32)
C13M23Y0K32 
(13%,23%,0%,32%)
(0.13/0.23/0.00/0.32)	

CMYK percentages

%13.29
%23.12
%0
%32.16

Codes

Color #9685AD in popluar color models

9685AD
RGB150133173
HSL266°19.61%60.00%
HSB/HSV266°23.12%67.84%
CMYK13.29%23.12%0.00%
32.16%

Color #9685AD in popluar number systems.

HEX9685AD
Decimal150133173
Binary100101101000010110101101
Octal226205255

Shades and tints

Shades of #9685AD

#9685AD
(150,133,173)
#89799E
(137,121,158)
#7C6D8F
(124,109,143)
#6F6180
(111,97,128)
#625571
(98,85,113)
#554962
(85,73,98)
#483D53
(72,61,83)
#3B3144
(59,49,68)
#2E2535
(46,37,53)
#211926
(33,25,38)
#140D17
(20,13,23)
#000000
(0,0,0)

Tints of #9685AD

#9685AD
(150,133,173)
#9F90B4
(159,144,180)
#A89BBB
(168,155,187)
#B1A6C2
(177,166,194)
#BAB1C9
(186,177,201)
#C3BCD0
(195,188,208)
#CCC7D7
(204,199,215)
#D5D2DE
(213,210,222)
#DEDDE5
(222,221,229)
#E7E8EC
(231,232,236)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9685AD color. Also use rgb(150,133,173) instead hex code.

Text Font Color

.myTextColor { color: #9685AD; }

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

This text font color is #9685AD.


Background Color

.myBgColor { background-color: #9685AD; }

<div style="background-color:#9685AD">Inner text</div>

This div background color is #9685AD.


Border color

.myBorderColor { border: 1px solid #9685AD; }

<div style="border:3px solid #9685AD">Div</div>

This div border color is #9685AD.


Opacity

.myOpacity80 { color: #9685AD; opacity: 0.8; }

<p style="color:#9685AD;opacity:0.8;">80%</p>

Text with #9685AD 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 #9685AD;}

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

This text has shadow with #9685AD color.

.textShadow {text-shadow: 3px 3px 1px #9685AD, 3px 3px 1px red;}

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

This text has shadow with #9685AD primary color and red secondary color.


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

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

This text has shadow with #9685AD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9685AD on black background.


Color preview on white background

This text has color #9685AD on white background.



Black color preview on #9685AD background

This text has black color on #9685AD background.


White color preview on #9685AD background

This text has white color on #9685AD background.