COLOR #9685A3

HEX: #9685A3
RGB: (150,133,163)

Color info

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

RGB color model

#9685A3 color RGB value is (150,133,163).

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

RGB channels and saturation

R 150 of 255 = 59%
G 133 of 255 = 52%
B 163 of 255 = 64%

150
133
163

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

Portions of RGB colors in percentages

R + G + B =
150 + 133 + 163 = 446 (100%)
R 150 of 446 ~ 33.63%
G 133 of 446 ~ 29.82%
B 163 of 446 ~ 36.55%

%33.63
%29.82
%36.55

CMYK color model

#9685A3 color CMYK value is (8,18,0,36).

  • cyan value is 7.98%
  • magenta value is 18.40%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(8,18,0,36)
C8M18Y0K36 
(8%,18%,0%,36%)
(0.08/0.18/0.00/0.36)	

CMYK percentages

%7.98
%18.4
%0
%36.08

Codes

Color #9685A3 in popluar color models

9685A3
RGB150133163
HSL274°14.02%58.04%
HSB/HSV274°18.40%63.92%
CMYK7.98%18.40%0.00%
36.08%

Color #9685A3 in popluar number systems.

HEX9685A3
Decimal150133163
Binary100101101000010110100011
Octal226205243

Shades and tints

Shades of #9685A3

#9685A3
(150,133,163)
#897995
(137,121,149)
#7C6D87
(124,109,135)
#6F6179
(111,97,121)
#62556B
(98,85,107)
#55495D
(85,73,93)
#483D4F
(72,61,79)
#3B3141
(59,49,65)
#2E2533
(46,37,51)
#211925
(33,25,37)
#140D17
(20,13,23)
#000000
(0,0,0)

Tints of #9685A3

#9685A3
(150,133,163)
#9F90AB
(159,144,171)
#A89BB3
(168,155,179)
#B1A6BB
(177,166,187)
#BAB1C3
(186,177,195)
#C3BCCB
(195,188,203)
#CCC7D3
(204,199,211)
#D5D2DB
(213,210,219)
#DEDDE3
(222,221,227)
#E7E8EB
(231,232,235)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9685A3; }

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

This text font color is #9685A3.


Background Color

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

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

This div background color is #9685A3.


Border color

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

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

This div border color is #9685A3.


Opacity

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

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

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

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

This text has shadow with #9685A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9685A3 on black background.


Color preview on white background

This text has color #9685A3 on white background.



Black color preview on #9685A3 background

This text has black color on #9685A3 background.


White color preview on #9685A3 background

This text has white color on #9685A3 background.