COLOR #B984BC

HEX: #B984BC RGB: (185,132,188)

Color info

#B984BC contains red, green and blue colors in about the same proportion. Web safe color of #B984BC is #CC99CC (or #C9C).

RGB color model

#B984BC color RGB value is (185,132,188).

RGB: (185,132,188) (73%, 52%, 74%)

RGB channels and saturation

R 185 of 255 = 73%
G 132 of 255 = 52%
B 188 of 255 = 74%

185
132
188

R + G + B ~ 66%. #B984BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 132 + 188 = 505 (100%)
R 185 of 505 ~ 36.63%
G 132 of 505 ~ 26.14%
B 188 of 505 ~ 37.23'%

%36.63
%26.14
%37.23

CMYK color model

#B984BC color CMYK value is (2,30,0,26).

  • cyan value is 1.60%
  • magenta value is 29.79%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK: (2,30,0,26) C2M30Y0K26 (2%,30%,0%,26%) (0.02/0.30/0.00/0.26) 

CMYK percentages

%1.6
%29.79
%0
%26.27

Codes

Color #B984BC in popluar color models

B9 84 BC
RGB 185 132 188
HSL 297° 29.47% 62.75%
HSB/HSV 297° 29.79% 73.73%
CMYK 1.60% 29.79% 0.00%
26.27%

Color #B984BC in popluar number systems.

HEX B9 84 BC
Decimal 185 132 188
Binary 10111001 10000100 10111100
Octal 271 204 274

Shades and tints

Shades of #B984BC

#B984BC
(185,132,188)
#A978AB
(169,120,171)
#996C9A
(153,108,154)
#896089
(137,96,137)
#795478
(121,84,120)
#694867
(105,72,103)
#593C56
(89,60,86)
#493045
(73,48,69)
#392434
(57,36,52)
#291823
(41,24,35)
#190C12
(25,12,18)
#000000
(0,0,0)

Tints of #B984BC

#B984BC
(185,132,188)
#BF8FC2
(191,143,194)
#C59AC8
(197,154,200)
#CBA5CE
(203,165,206)
#D1B0D4
(209,176,212)
#D7BBDA
(215,187,218)
#DDC6E0
(221,198,224)
#E3D1E6
(227,209,230)
#E9DCEC
(233,220,236)
#EFE7F2
(239,231,242)
#F5F2F8
(245,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B984BC; }

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

This text font color is #B984BC.

Background Color

.myBgColor { background-color: #B984BC; }

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

This div background color is #B984BC.

Border color

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

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

This div border color is #B984BC.

Opacity

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

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

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

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

This text has shadow with #B984BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B984BC.

Preview

Color preview on black background

This text has color #B984BC on black background.


Color preview on white background

This text has color #B984BC on white background.


Black color preview on #B984BC background

This text has black color on #B984BC background.


White color preview on #B984BC background

This text has white color on #B984BC background.


Related colors

Complementary color

Complementary color for #hex is #467B43.


I love getcolorcode.com

Triadic colors

1 #BCB984 and #84BCB9 with #B984BC are triadic colors.

2 #BC84B9 and #84B9BC with #B984BC are triadic colors.