COLOR #9782B6

HEX: #9782B6
RGB: (151,130,182)

Color info

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

RGB color model

#9782B6 color RGB value is (151,130,182).

  • red value is 151;
  • green value is 130;
  • blue value is 182.
RGB:
(151,130,182)
(59%,51%,71%)

RGB channels and saturation

R 151 of 255 = 59%
G 130 of 255 = 51%
B 182 of 255 = 71%

151
130
182

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

Portions of RGB colors in percentages

R + G + B =
151 + 130 + 182 = 463 (100%)
R 151 of 463 ~ 32.61%
G 130 of 463 ~ 28.08%
B 182 of 463 ~ 39.31%

%32.61
%28.08
%39.31

CMYK color model

#9782B6 color CMYK value is (17,29,0,29).

  • cyan value is 17.03%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(17,29,0,29)
C17M29Y0K29 
(17%,29%,0%,29%)
(0.17/0.29/0.00/0.29)	

CMYK percentages

%17.03
%28.57
%0
%28.63

Codes

Color #9782B6 in popluar color models

9782B6
RGB151130182
HSL264°26.26%61.18%
HSB/HSV264°28.57%71.37%
CMYK17.03%28.57%0.00%
28.63%

Color #9782B6 in popluar number systems.

HEX9782B6
Decimal151130182
Binary100101111000001010110110
Octal227202266

Shades and tints

Shades of #9782B6

#9782B6
(151,130,182)
#8A77A6
(138,119,166)
#7D6C96
(125,108,150)
#706186
(112,97,134)
#635676
(99,86,118)
#564B66
(86,75,102)
#494056
(73,64,86)
#3C3546
(60,53,70)
#2F2A36
(47,42,54)
#221F26
(34,31,38)
#151416
(21,20,22)
#000000
(0,0,0)

Tints of #9782B6

#9782B6
(151,130,182)
#A08DBC
(160,141,188)
#A998C2
(169,152,194)
#B2A3C8
(178,163,200)
#BBAECE
(187,174,206)
#C4B9D4
(196,185,212)
#CDC4DA
(205,196,218)
#D6CFE0
(214,207,224)
#DFDAE6
(223,218,230)
#E8E5EC
(232,229,236)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9782B6 color. Also use rgb(151,130,182) instead hex code.

Text Font Color

.myTextColor { color: #9782B6; }

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

This text font color is #9782B6.


Background Color

.myBgColor { background-color: #9782B6; }

<div style="background-color:#9782B6">Inner text</div>

This div background color is #9782B6.


Border color

.myBorderColor { border: 1px solid #9782B6; }

<div style="border:3px solid #9782B6">Div</div>

This div border color is #9782B6.


Opacity

.myOpacity80 { color: #9782B6; opacity: 0.8; }

<p style="color:#9782B6;opacity:0.8;">80%</p>

Text with #9782B6 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 #9782B6;}

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

This text has shadow with #9782B6 color.

.textShadow {text-shadow: 3px 3px 1px #9782B6, 3px 3px 1px red;}

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

This text has shadow with #9782B6 primary color and red secondary color.


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

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

This text has shadow with #9782B6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9782B6 on black background.


Color preview on white background

This text has color #9782B6 on white background.



Black color preview on #9782B6 background

This text has black color on #9782B6 background.


White color preview on #9782B6 background

This text has white color on #9782B6 background.