COLOR #9683AD

HEX: #9683AD
RGB: (150,131,173)

Color info

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

RGB color model

#9683AD color RGB value is (150,131,173).

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

RGB channels and saturation

R 150 of 255 = 59%
G 131 of 255 = 51%
B 173 of 255 = 68%

150
131
173

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

Portions of RGB colors in percentages

R + G + B =
150 + 131 + 173 = 454 (100%)
R 150 of 454 ~ 33.04%
G 131 of 454 ~ 28.85%
B 173 of 454 ~ 38.11%

%33.04
%28.85
%38.11

CMYK color model

#9683AD color CMYK value is (13,24,0,32).

  • cyan value is 13.29%
  • magenta value is 24.28%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(13,24,0,32)
C13M24Y0K32 
(13%,24%,0%,32%)
(0.13/0.24/0.00/0.32)	

CMYK percentages

%13.29
%24.28
%0
%32.16

Codes

Color #9683AD in popluar color models

9683AD
RGB150131173
HSL267°20.39%59.61%
HSB/HSV267°24.28%67.84%
CMYK13.29%24.28%0.00%
32.16%

Color #9683AD in popluar number systems.

HEX9683AD
Decimal150131173
Binary100101101000001110101101
Octal226203255

Shades and tints

Shades of #9683AD

#9683AD
(150,131,173)
#89789E
(137,120,158)
#7C6D8F
(124,109,143)
#6F6280
(111,98,128)
#625771
(98,87,113)
#554C62
(85,76,98)
#484153
(72,65,83)
#3B3644
(59,54,68)
#2E2B35
(46,43,53)
#212026
(33,32,38)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #9683AD

#9683AD
(150,131,173)
#9F8EB4
(159,142,180)
#A899BB
(168,153,187)
#B1A4C2
(177,164,194)
#BAAFC9
(186,175,201)
#C3BAD0
(195,186,208)
#CCC5D7
(204,197,215)
#D5D0DE
(213,208,222)
#DEDBE5
(222,219,229)
#E7E6EC
(231,230,236)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9683AD; }

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

This text font color is #9683AD.


Background Color

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

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

This div background color is #9683AD.


Border color

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

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

This div border color is #9683AD.


Opacity

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

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

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

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

This text has shadow with #9683AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9683AD on black background.


Color preview on white background

This text has color #9683AD on white background.



Black color preview on #9683AD background

This text has black color on #9683AD background.


White color preview on #9683AD background

This text has white color on #9683AD background.