COLOR #B984CD

HEX: #B984CD
RGB: (185,132,205)

Color info

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

RGB color model

#B984CD color RGB value is (185,132,205).

  • red value is 185;
  • green value is 132;
  • blue value is 205.
RGB:
(185,132,205)
(73%,52%,80%)

RGB channels and saturation

R 185 of 255 = 73%
G 132 of 255 = 52%
B 205 of 255 = 80%

185
132
205

R + G + B ~ 68%. #B984CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 132 + 205 = 522 (100%)
R 185 of 522 ~ 35.44%
G 132 of 522 ~ 25.29%
B 205 of 522 ~ 39.27%

%35.44
%25.29
%39.27

CMYK color model

#B984CD color CMYK value is (10,36,0,20).

  • cyan value is 9.76%
  • magenta value is 35.61%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(10,36,0,20)
C10M36Y0K20 
(10%,36%,0%,20%)
(0.10/0.36/0.00/0.20)	

CMYK percentages

%9.76
%35.61
%0
%19.61

Codes

Color #B984CD in popluar color models

B984CD
RGB185132205
HSL284°42.20%66.08%
HSB/HSV284°35.61%80.39%
CMYK9.76%35.61%0.00%
19.61%

Color #B984CD in popluar number systems.

HEXB984CD
Decimal185132205
Binary101110011000010011001101
Octal271204315

Shades and tints

Shades of #B984CD

#B984CD
(185,132,205)
#A978BB
(169,120,187)
#996CA9
(153,108,169)
#896097
(137,96,151)
#795485
(121,84,133)
#694873
(105,72,115)
#593C61
(89,60,97)
#49304F
(73,48,79)
#39243D
(57,36,61)
#29182B
(41,24,43)
#190C19
(25,12,25)
#000000
(0,0,0)

Tints of #B984CD

#B984CD
(185,132,205)
#BF8FD1
(191,143,209)
#C59AD5
(197,154,213)
#CBA5D9
(203,165,217)
#D1B0DD
(209,176,221)
#D7BBE1
(215,187,225)
#DDC6E5
(221,198,229)
#E3D1E9
(227,209,233)
#E9DCED
(233,220,237)
#EFE7F1
(239,231,241)
#F5F2F5
(245,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B984CD color. Also use rgb(185,132,205) instead hex code.

Text Font Color

.myTextColor { color: #B984CD; }

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

This text font color is #B984CD.


Background Color

.myBgColor { background-color: #B984CD; }

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

This div background color is #B984CD.


Border color

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

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

This div border color is #B984CD.


Opacity

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

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

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

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

This text has shadow with #B984CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B984CD on black background.


Color preview on white background

This text has color #B984CD on white background.



Black color preview on #B984CD background

This text has black color on #B984CD background.


White color preview on #B984CD background

This text has white color on #B984CD background.