COLOR #9683BD

HEX: #9683BD RGB: (150,131,189)

Color info

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

RGB color model

#9683BD color RGB value is (150,131,189).

RGB: (150,131,189) (59%, 51%, 74%)

RGB channels and saturation

R 150 of 255 = 59%
G 131 of 255 = 51%
B 189 of 255 = 74%

150
131
189

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

Portions of RGB colors in percentages

R + G + B = 150 + 131 + 189 = 470 (100%)
R 150 of 470 ~ 31.91%
G 131 of 470 ~ 27.87%
B 189 of 470 ~ 40.21'%

%31.91
%27.87
%40.21

CMYK color model

#9683BD color CMYK value is (21,31,0,26).

  • cyan value is 20.63%
  • magenta value is 30.69%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK: (21,31,0,26) C21M31Y0K26 (21%,31%,0%,26%) (0.21/0.31/0.00/0.26) 

CMYK percentages

%20.63
%30.69
%0
%25.88

Codes

Color #9683BD in popluar color models

96 83 BD
RGB 150 131 189
HSL 260° 30.53% 62.75%
HSB/HSV 260° 30.69% 74.12%
CMYK 20.63% 30.69% 0.00%
25.88%

Color #9683BD in popluar number systems.

HEX 96 83 BD
Decimal 150 131 189
Binary 10010110 10000011 10111101
Octal 226 203 275

Shades and tints

Shades of #9683BD

#9683BD
(150,131,189)
#8978AC
(137,120,172)
#7C6D9B
(124,109,155)
#6F628A
(111,98,138)
#625779
(98,87,121)
#554C68
(85,76,104)
#484157
(72,65,87)
#3B3646
(59,54,70)
#2E2B35
(46,43,53)
#212024
(33,32,36)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #9683BD

#9683BD
(150,131,189)
#9F8EC3
(159,142,195)
#A899C9
(168,153,201)
#B1A4CF
(177,164,207)
#BAAFD5
(186,175,213)
#C3BADB
(195,186,219)
#CCC5E1
(204,197,225)
#D5D0E7
(213,208,231)
#DEDBED
(222,219,237)
#E7E6F3
(231,230,243)
#F0F1F9
(240,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9683BD; }

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

This text font color is #9683BD.

Background Color

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

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

This div background color is #9683BD.

Border color

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

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

This div border color is #9683BD.

Opacity

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

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

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

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

This text has shadow with #9683BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9683BD.

Preview

Color preview on black background

This text has color #9683BD on black background.


Color preview on white background

This text has color #9683BD on white background.


Black color preview on #9683BD background

This text has black color on #9683BD background.


White color preview on #9683BD background

This text has white color on #9683BD background.


Related colors

Complementary color

Complementary color for #hex is #697C42.


I love getcolorcode.com

Triadic colors

1 #BD9683 and #83BD96 with #9683BD are triadic colors.

2 #BD8396 and #8396BD with #9683BD are triadic colors.