COLOR #9683B7

HEX: #9683B7
RGB: (150,131,183)

Color info

#9683B7 contains red, green and blue colors in about the same proportion. Web safe color of #9683B7 is #9999CC (or #99C).

RGB color model

#9683B7 color RGB value is (150,131,183).

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

RGB channels and saturation

R 150 of 255 = 59%
G 131 of 255 = 51%
B 183 of 255 = 72%

150
131
183

R + G + B ~ 61%. #9683B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 131 + 183 = 464 (100%)
R 150 of 464 ~ 32.33%
G 131 of 464 ~ 28.23%
B 183 of 464 ~ 39.44%

%32.33
%28.23
%39.44

CMYK color model

#9683B7 color CMYK value is (18,28,0,28).

  • cyan value is 18.03%
  • magenta value is 28.42%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(18,28,0,28)
C18M28Y0K28 
(18%,28%,0%,28%)
(0.18/0.28/0.00/0.28)	

CMYK percentages

%18.03
%28.42
%0
%28.24

Codes

Color #9683B7 in popluar color models

9683B7
RGB150131183
HSL262°26.53%61.57%
HSB/HSV262°28.42%71.76%
CMYK18.03%28.42%0.00%
28.24%

Color #9683B7 in popluar number systems.

HEX9683B7
Decimal150131183
Binary100101101000001110110111
Octal226203267

Shades and tints

Shades of #9683B7

#9683B7
(150,131,183)
#8978A7
(137,120,167)
#7C6D97
(124,109,151)
#6F6287
(111,98,135)
#625777
(98,87,119)
#554C67
(85,76,103)
#484157
(72,65,87)
#3B3647
(59,54,71)
#2E2B37
(46,43,55)
#212027
(33,32,39)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #9683B7

#9683B7
(150,131,183)
#9F8EBD
(159,142,189)
#A899C3
(168,153,195)
#B1A4C9
(177,164,201)
#BAAFCF
(186,175,207)
#C3BAD5
(195,186,213)
#CCC5DB
(204,197,219)
#D5D0E1
(213,208,225)
#DEDBE7
(222,219,231)
#E7E6ED
(231,230,237)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9683B7; }

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

This text font color is #9683B7.


Background Color

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

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

This div background color is #9683B7.


Border color

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

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

This div border color is #9683B7.


Opacity

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

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

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

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

This text has shadow with #9683B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9683B7 on black background.


Color preview on white background

This text has color #9683B7 on white background.



Black color preview on #9683B7 background

This text has black color on #9683B7 background.


White color preview on #9683B7 background

This text has white color on #9683B7 background.