COLOR #B992B5

HEX: #B992B5
RGB: (185,146,181)

Color info

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

RGB color model

#B992B5 color RGB value is (185,146,181).

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

RGB channels and saturation

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

185
146
181

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

Portions of RGB colors in percentages

R + G + B =
185 + 146 + 181 = 512 (100%)
R 185 of 512 ~ 36.13%
G 146 of 512 ~ 28.52%
B 181 of 512 ~ 35.35%

%36.13
%28.52
%35.35

CMYK color model

#B992B5 color CMYK value is (0,21,2,27).

  • cyan value is 0.00%
  • magenta value is 21.08%
  • yellow value is 2.16%
  • key color value is 27.45%
CMYK:
(0,21,2,27)
C0M21Y2K27 
(0%,21%,2%,27%)
(0.00/0.21/0.02/0.27)	

CMYK percentages

%0
%21.08
%2.16
%27.45

Codes

Color #B992B5 in popluar color models

B992B5
RGB185146181
HSL306°21.79%64.90%
HSB/HSV306°21.08%72.55%
CMYK0.00%21.08%2.16%
27.45%

Color #B992B5 in popluar number systems.

HEXB992B5
Decimal185146181
Binary101110011001001010110101
Octal271222265

Shades and tints

Shades of #B992B5

#B992B5
(185,146,181)
#A985A5
(169,133,165)
#997895
(153,120,149)
#896B85
(137,107,133)
#795E75
(121,94,117)
#695165
(105,81,101)
#594455
(89,68,85)
#493745
(73,55,69)
#392A35
(57,42,53)
#291D25
(41,29,37)
#191015
(25,16,21)
#000000
(0,0,0)

Tints of #B992B5

#B992B5
(185,146,181)
#BF9BBB
(191,155,187)
#C5A4C1
(197,164,193)
#CBADC7
(203,173,199)
#D1B6CD
(209,182,205)
#D7BFD3
(215,191,211)
#DDC8D9
(221,200,217)
#E3D1DF
(227,209,223)
#E9DAE5
(233,218,229)
#EFE3EB
(239,227,235)
#F5ECF1
(245,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B992B5; }

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

This text font color is #B992B5.


Background Color

.myBgColor { background-color: #B992B5; }

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

This div background color is #B992B5.


Border color

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

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

This div border color is #B992B5.


Opacity

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

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

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

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

This text has shadow with #B992B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B992B5 on black background.


Color preview on white background

This text has color #B992B5 on white background.



Black color preview on #B992B5 background

This text has black color on #B992B5 background.


White color preview on #B992B5 background

This text has white color on #B992B5 background.