COLOR #9B82BA

HEX: #9B82BA RGB: (155,130,186)

Color info

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

RGB color model

#9B82BA color RGB value is (155,130,186).

RGB: (155,130,186) (61%, 51%, 73%)

RGB channels and saturation

R 155 of 255 = 61%
G 130 of 255 = 51%
B 186 of 255 = 73%

155
130
186

R + G + B ~ 62%. #9B82BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 130 + 186 = 471 (100%)
R 155 of 471 ~ 32.91%
G 130 of 471 ~ 27.6%
B 186 of 471 ~ 39.49'%

%32.91
%27.6
%39.49

CMYK color model

#9B82BA color CMYK value is (17,30,0,27).

  • cyan value is 16.67%
  • magenta value is 30.11%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK: (17,30,0,27) C17M30Y0K27 (17%,30%,0%,27%) (0.17/0.30/0.00/0.27) 

CMYK percentages

%16.67
%30.11
%0
%27.06

Codes

Color #9B82BA in popluar color models

9B 82 BA
RGB 155 130 186
HSL 267° 28.87% 61.96%
HSB/HSV 267° 30.11% 72.94%
CMYK 16.67% 30.11% 0.00%
27.06%

Color #9B82BA in popluar number systems.

HEX 9B 82 BA
Decimal 155 130 186
Binary 10011011 10000010 10111010
Octal 233 202 272

Shades and tints

Shades of #9B82BA

#9B82BA
(155,130,186)
#8D77AA
(141,119,170)
#7F6C9A
(127,108,154)
#71618A
(113,97,138)
#63567A
(99,86,122)
#554B6A
(85,75,106)
#47405A
(71,64,90)
#39354A
(57,53,74)
#2B2A3A
(43,42,58)
#1D1F2A
(29,31,42)
#0F141A
(15,20,26)
#000000
(0,0,0)

Tints of #9B82BA

#9B82BA
(155,130,186)
#A48DC0
(164,141,192)
#AD98C6
(173,152,198)
#B6A3CC
(182,163,204)
#BFAED2
(191,174,210)
#C8B9D8
(200,185,216)
#D1C4DE
(209,196,222)
#DACFE4
(218,207,228)
#E3DAEA
(227,218,234)
#ECE5F0
(236,229,240)
#F5F0F6
(245,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B82BA color. Also use rgb(155,130,186) instead hex code.

Text Font Color

.myTextColor { color: #9B82BA; }

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

This text font color is #9B82BA.

Background Color

.myBgColor { background-color: #9B82BA; }

<div style="background-color:#9B82BA">Inner text</div>

This div background color is #9B82BA.

Border color

.myBorderColor { border: 1px solid #9B82BA; }

<div style="border:3px solid #9B82BA">Div</div>

This div border color is #9B82BA.

Opacity

.myOpacity80 { color: #9B82BA; opacity: 0.8; }

<p style="color:#9B82BA;opacity:0.8;">80%</p>

Text with #9B82BA 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 #9B82BA;}

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

This text has shadow with #9B82BA color.


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

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

This text has shadow with #9B82BA primary color and red secondary color.


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

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

This text has shadow with #9B82BA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9B82BA.

Preview

Color preview on black background

This text has color #9B82BA on black background.


Color preview on white background

This text has color #9B82BA on white background.


Black color preview on #9B82BA background

This text has black color on #9B82BA background.


White color preview on #9B82BA background

This text has white color on #9B82BA background.


Related colors

Complementary color

Complementary color for #hex is #647D45.


I love getcolorcode.com

Triadic colors

1 #BA9B82 and #82BA9B with #9B82BA are triadic colors.

2 #BA829B and #829BBA with #9B82BA are triadic colors.