COLOR #B991BD

HEX: #B991BD
RGB: (185,145,189)

Color info

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

RGB color model

#B991BD color RGB value is (185,145,189).

  • red value is 185;
  • green value is 145;
  • blue value is 189.
RGB:
(185,145,189)
(73%,57%,74%)

RGB channels and saturation

R 185 of 255 = 73%
G 145 of 255 = 57%
B 189 of 255 = 74%

185
145
189

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

Portions of RGB colors in percentages

R + G + B =
185 + 145 + 189 = 519 (100%)
R 185 of 519 ~ 35.65%
G 145 of 519 ~ 27.94%
B 189 of 519 ~ 36.42%

%35.65
%27.94
%36.42

CMYK color model

#B991BD color CMYK value is (2,23,0,26).

  • cyan value is 2.12%
  • magenta value is 23.28%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(2,23,0,26)
C2M23Y0K26 
(2%,23%,0%,26%)
(0.02/0.23/0.00/0.26)	

CMYK percentages

%2.12
%23.28
%0
%25.88

Codes

Color #B991BD in popluar color models

B991BD
RGB185145189
HSL295°25.00%65.49%
HSB/HSV295°23.28%74.12%
CMYK2.12%23.28%0.00%
25.88%

Color #B991BD in popluar number systems.

HEXB991BD
Decimal185145189
Binary101110011001000110111101
Octal271221275

Shades and tints

Shades of #B991BD

#B991BD
(185,145,189)
#A984AC
(169,132,172)
#99779B
(153,119,155)
#896A8A
(137,106,138)
#795D79
(121,93,121)
#695068
(105,80,104)
#594357
(89,67,87)
#493646
(73,54,70)
#392935
(57,41,53)
#291C24
(41,28,36)
#190F13
(25,15,19)
#000000
(0,0,0)

Tints of #B991BD

#B991BD
(185,145,189)
#BF9BC3
(191,155,195)
#C5A5C9
(197,165,201)
#CBAFCF
(203,175,207)
#D1B9D5
(209,185,213)
#D7C3DB
(215,195,219)
#DDCDE1
(221,205,225)
#E3D7E7
(227,215,231)
#E9E1ED
(233,225,237)
#EFEBF3
(239,235,243)
#F5F5F9
(245,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B991BD color. Also use rgb(185,145,189) instead hex code.

Text Font Color

.myTextColor { color: #B991BD; }

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

This text font color is #B991BD.


Background Color

.myBgColor { background-color: #B991BD; }

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

This div background color is #B991BD.


Border color

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

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

This div border color is #B991BD.


Opacity

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

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

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

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

This text has shadow with #B991BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B991BD on black background.


Color preview on white background

This text has color #B991BD on white background.



Black color preview on #B991BD background

This text has black color on #B991BD background.


White color preview on #B991BD background

This text has white color on #B991BD background.