COLOR #9683D3

HEX: #9683D3 RGB: (150,131,211)

Color info

#9683D3 contains mainly blue color. Web safe color of #9683D3 is #9999CC (or #99C).

RGB color model

#9683D3 color RGB value is (150,131,211).

RGB: (150,131,211) (59%, 51%, 83%)

RGB channels and saturation

R 150 of 255 = 59%
G 131 of 255 = 51%
B 211 of 255 = 83%

150
131
211

R + G + B ~ 64%. #9683D3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 131 + 211 = 492 (100%)
R 150 of 492 ~ 30.49%
G 131 of 492 ~ 26.63%
B 211 of 492 ~ 42.89'%

%30.49
%26.63
%42.89

CMYK color model

#9683D3 color CMYK value is (29,38,0,17).

  • cyan value is 28.91%
  • magenta value is 37.91%
  • yellow value is 0.00%
  • key color value is 17.25%

CMYK: (29,38,0,17)
C29M38Y0K17 (29%, 38%, 0%, 17%)
(0.29 / 0.38 / 0.00 / 0.17)

CMYK percentages

%28.91
%37.91
%0
%17.25

Codes

Color #9683D3 in popluar color models

96 83 D3
RGB 150 131 211
HSL 254° 47.62% 67.06%
HSB/HSV 254° 37.91% 82.75%
CMYK 28.91% 37.91% 0.00%
17.25%

Color #9683D3 in popluar number systems.

HEX 96 83 D3
Decimal 150 131 211
Binary 10010110 10000011 11010011
Octal 226 203 323

Shades and tints

Shades of #9683D3

#9683D3
(150,131,211)
#8978C0
(137,120,192)
#7C6DAD
(124,109,173)
#6F629A
(111,98,154)
#625787
(98,87,135)
#554C74
(85,76,116)
#484161
(72,65,97)
#3B364E
(59,54,78)
#2E2B3B
(46,43,59)
#212028
(33,32,40)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #9683D3

#9683D3
(150,131,211)
#9F8ED7
(159,142,215)
#A899DB
(168,153,219)
#B1A4DF
(177,164,223)
#BAAFE3
(186,175,227)
#C3BAE7
(195,186,231)
#CCC5EB
(204,197,235)
#D5D0EF
(213,208,239)
#DEDBF3
(222,219,243)
#E7E6F7
(231,230,247)
#F0F1FB
(240,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9683D3; }

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

This text font color is #9683D3.

Background Color

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

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

This div background color is #9683D3.

Border color

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

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

This div border color is #9683D3.

Opacity

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

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

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

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

This text has shadow with #9683D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9683D3.

Preview

Color preview on black background

This text has color #9683D3 on black background.


Color preview on white background

This text has color #9683D3 on white background.


Black color preview on #9683D3 background

This text has black color on #9683D3 background.


White color preview on #9683D3 background

This text has white color on #9683D3 background.


Related colors

Complementary color

Complementary color for #hex is #697C2C.


I love getcolorcode.com

Triadic colors

1 #D39683 and #83D396 with #9683D3 are triadic colors.

2 #D38396 and #8396D3 with #9683D3 are triadic colors.