COLOR #9682B5

HEX: #9682B5 RGB: (150,130,181)

Color info

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

RGB color model

#9682B5 color RGB value is (150,130,181).

RGB: (150,130,181) (59%, 51%, 71%)

RGB channels and saturation

R 150 of 255 = 59%
G 130 of 255 = 51%
B 181 of 255 = 71%

150
130
181

R + G + B ~ 60%. #9682B5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 150 + 130 + 181 = 461 (100%)
R 150 of 461 ~ 32.54%
G 130 of 461 ~ 28.2%
B 181 of 461 ~ 39.26'%

%32.54
%28.2
%39.26

CMYK color model

#9682B5 color CMYK value is (17,28,0,29).

  • cyan value is 17.13%
  • magenta value is 28.18%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (17,28,0,29)
C17M28Y0K29 (17%, 28%, 0%, 29%)
(0.17 / 0.28 / 0.00 / 0.29)

CMYK percentages

%17.13
%28.18
%0
%29.02

Codes

Color #9682B5 in popluar color models

96 82 B5
RGB 150 130 181
HSL 264° 25.63% 60.98%
HSB/HSV 264° 28.18% 70.98%
CMYK 17.13% 28.18% 0.00%
29.02%

Color #9682B5 in popluar number systems.

HEX 96 82 B5
Decimal 150 130 181
Binary 10010110 10000010 10110101
Octal 226 202 265

Shades and tints

Shades of #9682B5

#9682B5
(150,130,181)
#8977A5
(137,119,165)
#7C6C95
(124,108,149)
#6F6185
(111,97,133)
#625675
(98,86,117)
#554B65
(85,75,101)
#484055
(72,64,85)
#3B3545
(59,53,69)
#2E2A35
(46,42,53)
#211F25
(33,31,37)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #9682B5

#9682B5
(150,130,181)
#9F8DBB
(159,141,187)
#A898C1
(168,152,193)
#B1A3C7
(177,163,199)
#BAAECD
(186,174,205)
#C3B9D3
(195,185,211)
#CCC4D9
(204,196,217)
#D5CFDF
(213,207,223)
#DEDAE5
(222,218,229)
#E7E5EB
(231,229,235)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9682B5 color. Also use rgb(150,130,181) instead hex code.

Text Font Color

.myTextColor { color: #9682B5; }

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

This text font color is #9682B5.

Background Color

.myBgColor { background-color: #9682B5; }

<div style="background-color:#9682B5">Inner text</div>

This div background color is #9682B5.

Border color

.myBorderColor { border: 1px solid #9682B5; }

<div style="border:3px solid #9682B5">Div</div>

This div border color is #9682B5.

Opacity

.myOpacity80 { color: #9682B5; opacity: 0.8; }

<p style="color:#9682B5;opacity:0.8;">80%</p>

Text with #9682B5 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 #9682B5;}

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

This text has shadow with #9682B5 color.


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

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

This text has shadow with #9682B5 primary color and red secondary color.


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

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

This text has shadow with #9682B5 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9682B5.

Preview

Color preview on black background

This text has color #9682B5 on black background.


Color preview on white background

This text has color #9682B5 on white background.


Black color preview on #9682B5 background

This text has black color on #9682B5 background.


White color preview on #9682B5 background

This text has white color on #9682B5 background.


Related colors

Complementary color

Complementary color for #hex is #697D4A.


I love getcolorcode.com

Triadic colors

1 #B59682 and #82B596 with #9682B5 are triadic colors.

2 #B58296 and #8296B5 with #9682B5 are triadic colors.