COLOR #B981BB

HEX: #B981BB
RGB: (185,129,187)

Color info

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

RGB color model

#B981BB color RGB value is (185,129,187).

  • red value is 185;
  • green value is 129;
  • blue value is 187.
RGB:
(185,129,187)
(73%,51%,73%)

RGB channels and saturation

R 185 of 255 = 73%
G 129 of 255 = 51%
B 187 of 255 = 73%

185
129
187

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

Portions of RGB colors in percentages

R + G + B =
185 + 129 + 187 = 501 (100%)
R 185 of 501 ~ 36.93%
G 129 of 501 ~ 25.75%
B 187 of 501 ~ 37.33%

%36.93
%25.75
%37.33

CMYK color model

#B981BB color CMYK value is (1,31,0,27).

  • cyan value is 1.07%
  • magenta value is 31.02%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(1,31,0,27)
C1M31Y0K27 
(1%,31%,0%,27%)
(0.01/0.31/0.00/0.27)	

CMYK percentages

%1.07
%31.02
%0
%26.67

Codes

Color #B981BB in popluar color models

B981BB
RGB185129187
HSL298°29.90%61.96%
HSB/HSV298°31.02%73.33%
CMYK1.07%31.02%0.00%
26.67%

Color #B981BB in popluar number systems.

HEXB981BB
Decimal185129187
Binary101110011000000110111011
Octal271201273

Shades and tints

Shades of #B981BB

#B981BB
(185,129,187)
#A976AA
(169,118,170)
#996B99
(153,107,153)
#896088
(137,96,136)
#795577
(121,85,119)
#694A66
(105,74,102)
#593F55
(89,63,85)
#493444
(73,52,68)
#392933
(57,41,51)
#291E22
(41,30,34)
#191311
(25,19,17)
#000000
(0,0,0)

Tints of #B981BB

#B981BB
(185,129,187)
#BF8CC1
(191,140,193)
#C597C7
(197,151,199)
#CBA2CD
(203,162,205)
#D1ADD3
(209,173,211)
#D7B8D9
(215,184,217)
#DDC3DF
(221,195,223)
#E3CEE5
(227,206,229)
#E9D9EB
(233,217,235)
#EFE4F1
(239,228,241)
#F5EFF7
(245,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B981BB color. Also use rgb(185,129,187) instead hex code.

Text Font Color

.myTextColor { color: #B981BB; }

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

This text font color is #B981BB.


Background Color

.myBgColor { background-color: #B981BB; }

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

This div background color is #B981BB.


Border color

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

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

This div border color is #B981BB.


Opacity

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

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

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

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

This text has shadow with #B981BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B981BB on black background.


Color preview on white background

This text has color #B981BB on white background.



Black color preview on #B981BB background

This text has black color on #B981BB background.


White color preview on #B981BB background

This text has white color on #B981BB background.