COLOR #B991B2

HEX: #B991B2
RGB: (185,145,178)

Color info

#B991B2 contains red, green and blue colors in about the same proportion. Web safe color of #B991B2 is #CC9999 (or #C99).

RGB color model

#B991B2 color RGB value is (185,145,178).

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

RGB channels and saturation

R 185 of 255 = 73%
G 145 of 255 = 57%
B 178 of 255 = 70%

185
145
178

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

Portions of RGB colors in percentages

R + G + B =
185 + 145 + 178 = 508 (100%)
R 185 of 508 ~ 36.42%
G 145 of 508 ~ 28.54%
B 178 of 508 ~ 35.04%

%36.42
%28.54
%35.04

CMYK color model

#B991B2 color CMYK value is (0,22,4,27).

  • cyan value is 0.00%
  • magenta value is 21.62%
  • yellow value is 3.78%
  • key color value is 27.45%
CMYK:
(0,22,4,27)
C0M22Y4K27 
(0%,22%,4%,27%)
(0.00/0.22/0.04/0.27)	

CMYK percentages

%0
%21.62
%3.78
%27.45

Codes

Color #B991B2 in popluar color models

B991B2
RGB185145178
HSL311°22.22%64.71%
HSB/HSV311°21.62%72.55%
CMYK0.00%21.62%3.78%
27.45%

Color #B991B2 in popluar number systems.

HEXB991B2
Decimal185145178
Binary101110011001000110110010
Octal271221262

Shades and tints

Shades of #B991B2

#B991B2
(185,145,178)
#A984A2
(169,132,162)
#997792
(153,119,146)
#896A82
(137,106,130)
#795D72
(121,93,114)
#695062
(105,80,98)
#594352
(89,67,82)
#493642
(73,54,66)
#392932
(57,41,50)
#291C22
(41,28,34)
#190F12
(25,15,18)
#000000
(0,0,0)

Tints of #B991B2

#B991B2
(185,145,178)
#BF9BB9
(191,155,185)
#C5A5C0
(197,165,192)
#CBAFC7
(203,175,199)
#D1B9CE
(209,185,206)
#D7C3D5
(215,195,213)
#DDCDDC
(221,205,220)
#E3D7E3
(227,215,227)
#E9E1EA
(233,225,234)
#EFEBF1
(239,235,241)
#F5F5F8
(245,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B991B2; }

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

This text font color is #B991B2.


Background Color

.myBgColor { background-color: #B991B2; }

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

This div background color is #B991B2.


Border color

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

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

This div border color is #B991B2.


Opacity

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

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

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

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

This text has shadow with #B991B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B991B2 on black background.


Color preview on white background

This text has color #B991B2 on white background.



Black color preview on #B991B2 background

This text has black color on #B991B2 background.


White color preview on #B991B2 background

This text has white color on #B991B2 background.