COLOR #B991B5

HEX: #B991B5
RGB: (185,145,181)

Color info

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

RGB color model

#B991B5 color RGB value is (185,145,181).

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

RGB channels and saturation

R 185 of 255 = 73%
G 145 of 255 = 57%
B 181 of 255 = 71%

185
145
181

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

Portions of RGB colors in percentages

R + G + B =
185 + 145 + 181 = 511 (100%)
R 185 of 511 ~ 36.2%
G 145 of 511 ~ 28.38%
B 181 of 511 ~ 35.42%

%36.2
%28.38
%35.42

CMYK color model

#B991B5 color CMYK value is (0,22,2,27).

  • cyan value is 0.00%
  • magenta value is 21.62%
  • yellow value is 2.16%
  • key color value is 27.45%
CMYK:
(0,22,2,27)
C0M22Y2K27 
(0%,22%,2%,27%)
(0.00/0.22/0.02/0.27)	

CMYK percentages

%0
%21.62
%2.16
%27.45

Codes

Color #B991B5 in popluar color models

B991B5
RGB185145181
HSL306°22.22%64.71%
HSB/HSV306°21.62%72.55%
CMYK0.00%21.62%2.16%
27.45%

Color #B991B5 in popluar number systems.

HEXB991B5
Decimal185145181
Binary101110011001000110110101
Octal271221265

Shades and tints

Shades of #B991B5

#B991B5
(185,145,181)
#A984A5
(169,132,165)
#997795
(153,119,149)
#896A85
(137,106,133)
#795D75
(121,93,117)
#695065
(105,80,101)
#594355
(89,67,85)
#493645
(73,54,69)
#392935
(57,41,53)
#291C25
(41,28,37)
#190F15
(25,15,21)
#000000
(0,0,0)

Tints of #B991B5

#B991B5
(185,145,181)
#BF9BBB
(191,155,187)
#C5A5C1
(197,165,193)
#CBAFC7
(203,175,199)
#D1B9CD
(209,185,205)
#D7C3D3
(215,195,211)
#DDCDD9
(221,205,217)
#E3D7DF
(227,215,223)
#E9E1E5
(233,225,229)
#EFEBEB
(239,235,235)
#F5F5F1
(245,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B991B5; }

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

This text font color is #B991B5.


Background Color

.myBgColor { background-color: #B991B5; }

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

This div background color is #B991B5.


Border color

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

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

This div border color is #B991B5.


Opacity

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

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

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

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

This text has shadow with #B991B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B991B5 on black background.


Color preview on white background

This text has color #B991B5 on white background.



Black color preview on #B991B5 background

This text has black color on #B991B5 background.


White color preview on #B991B5 background

This text has white color on #B991B5 background.