COLOR #B989BC

HEX: #B989BC
RGB: (185,137,188)

Color info

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

RGB color model

#B989BC color RGB value is (185,137,188).

  • red value is 185;
  • green value is 137;
  • blue value is 188.
RGB:
(185,137,188)
(73%,54%,74%)

RGB channels and saturation

R 185 of 255 = 73%
G 137 of 255 = 54%
B 188 of 255 = 74%

185
137
188

R + G + B ~ 67%. #B989BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 137 + 188 = 510 (100%)
R 185 of 510 ~ 36.27%
G 137 of 510 ~ 26.86%
B 188 of 510 ~ 36.86%

%36.27
%26.86
%36.86

CMYK color model

#B989BC color CMYK value is (2,27,0,26).

  • cyan value is 1.60%
  • magenta value is 27.13%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(2,27,0,26)
C2M27Y0K26 
(2%,27%,0%,26%)
(0.02/0.27/0.00/0.26)	

CMYK percentages

%1.6
%27.13
%0
%26.27

Codes

Color #B989BC in popluar color models

B989BC
RGB185137188
HSL296°27.57%63.73%
HSB/HSV296°27.13%73.73%
CMYK1.60%27.13%0.00%
26.27%

Color #B989BC in popluar number systems.

HEXB989BC
Decimal185137188
Binary101110011000100110111100
Octal271211274

Shades and tints

Shades of #B989BC

#B989BC
(185,137,188)
#A97DAB
(169,125,171)
#99719A
(153,113,154)
#896589
(137,101,137)
#795978
(121,89,120)
#694D67
(105,77,103)
#594156
(89,65,86)
#493545
(73,53,69)
#392934
(57,41,52)
#291D23
(41,29,35)
#191112
(25,17,18)
#000000
(0,0,0)

Tints of #B989BC

#B989BC
(185,137,188)
#BF93C2
(191,147,194)
#C59DC8
(197,157,200)
#CBA7CE
(203,167,206)
#D1B1D4
(209,177,212)
#D7BBDA
(215,187,218)
#DDC5E0
(221,197,224)
#E3CFE6
(227,207,230)
#E9D9EC
(233,217,236)
#EFE3F2
(239,227,242)
#F5EDF8
(245,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B989BC; }

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

This text font color is #B989BC.


Background Color

.myBgColor { background-color: #B989BC; }

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

This div background color is #B989BC.


Border color

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

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

This div border color is #B989BC.


Opacity

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

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

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

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

This text has shadow with #B989BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B989BC on black background.


Color preview on white background

This text has color #B989BC on white background.



Black color preview on #B989BC background

This text has black color on #B989BC background.


White color preview on #B989BC background

This text has white color on #B989BC background.