COLOR #B982DA

HEX: #B982DA
RGB: (185,130,218)

Color info

#B982DA contains mainly red and blue colors. Web safe color of #B982DA is #CC99CC (or #C9C).

RGB color model

#B982DA color RGB value is (185,130,218).

  • red value is 185;
  • green value is 130;
  • blue value is 218.
RGB:
(185,130,218)
(73%,51%,85%)

RGB channels and saturation

R 185 of 255 = 73%
G 130 of 255 = 51%
B 218 of 255 = 85%

185
130
218

R + G + B ~ 70%. #B982DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 130 + 218 = 533 (100%)
R 185 of 533 ~ 34.71%
G 130 of 533 ~ 24.39%
B 218 of 533 ~ 40.9%

%34.71
%24.39
%40.9

CMYK color model

#B982DA color CMYK value is (15,40,0,15).

  • cyan value is 15.14%
  • magenta value is 40.37%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(15,40,0,15)
C15M40Y0K15 
(15%,40%,0%,15%)
(0.15/0.40/0.00/0.15)	

CMYK percentages

%15.14
%40.37
%0
%14.51

Codes

Color #B982DA in popluar color models

B982DA
RGB185130218
HSL278°54.32%68.24%
HSB/HSV278°40.37%85.49%
CMYK15.14%40.37%0.00%
14.51%

Color #B982DA in popluar number systems.

HEXB982DA
Decimal185130218
Binary101110011000001011011010
Octal271202332

Shades and tints

Shades of #B982DA

#B982DA
(185,130,218)
#A977C7
(169,119,199)
#996CB4
(153,108,180)
#8961A1
(137,97,161)
#79568E
(121,86,142)
#694B7B
(105,75,123)
#594068
(89,64,104)
#493555
(73,53,85)
#392A42
(57,42,66)
#291F2F
(41,31,47)
#19141C
(25,20,28)
#000000
(0,0,0)

Tints of #B982DA

#B982DA
(185,130,218)
#BF8DDD
(191,141,221)
#C598E0
(197,152,224)
#CBA3E3
(203,163,227)
#D1AEE6
(209,174,230)
#D7B9E9
(215,185,233)
#DDC4EC
(221,196,236)
#E3CFEF
(227,207,239)
#E9DAF2
(233,218,242)
#EFE5F5
(239,229,245)
#F5F0F8
(245,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B982DA color. Also use rgb(185,130,218) instead hex code.

Text Font Color

.myTextColor { color: #B982DA; }

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

This text font color is #B982DA.


Background Color

.myBgColor { background-color: #B982DA; }

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

This div background color is #B982DA.


Border color

.myBorderColor { border: 1px solid #B982DA; }

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

This div border color is #B982DA.


Opacity

.myOpacity80 { color: #B982DA; opacity: 0.8; }

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

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

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

This text has shadow with #B982DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B982DA on black background.


Color preview on white background

This text has color #B982DA on white background.



Black color preview on #B982DA background

This text has black color on #B982DA background.


White color preview on #B982DA background

This text has white color on #B982DA background.