COLOR #B882B7

HEX: #B882B7
RGB: (184,130,183)

Color info

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

RGB color model

#B882B7 color RGB value is (184,130,183).

  • red value is 184;
  • green value is 130;
  • blue value is 183.
RGB:
(184,130,183)
(72%,51%,72%)

RGB channels and saturation

R 184 of 255 = 72%
G 130 of 255 = 51%
B 183 of 255 = 72%

184
130
183

R + G + B ~ 65%. #B882B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 130 + 183 = 497 (100%)
R 184 of 497 ~ 37.02%
G 130 of 497 ~ 26.16%
B 183 of 497 ~ 36.82%

%37.02
%26.16
%36.82

CMYK color model

#B882B7 color CMYK value is (0,29,1,28).

  • cyan value is 0.00%
  • magenta value is 29.35%
  • yellow value is 0.54%
  • key color value is 27.84%
CMYK:
(0,29,1,28)
C0M29Y1K28 
(0%,29%,1%,28%)
(0.00/0.29/0.01/0.28)	

CMYK percentages

%0
%29.35
%0.54
%27.84

Codes

Color #B882B7 in popluar color models

B882B7
RGB184130183
HSL301°27.55%61.57%
HSB/HSV301°29.35%72.16%
CMYK0.00%29.35%0.54%
27.84%

Color #B882B7 in popluar number systems.

HEXB882B7
Decimal184130183
Binary101110001000001010110111
Octal270202267

Shades and tints

Shades of #B882B7

#B882B7
(184,130,183)
#A877A7
(168,119,167)
#986C97
(152,108,151)
#886187
(136,97,135)
#785677
(120,86,119)
#684B67
(104,75,103)
#584057
(88,64,87)
#483547
(72,53,71)
#382A37
(56,42,55)
#281F27
(40,31,39)
#181417
(24,20,23)
#000000
(0,0,0)

Tints of #B882B7

#B882B7
(184,130,183)
#BE8DBD
(190,141,189)
#C498C3
(196,152,195)
#CAA3C9
(202,163,201)
#D0AECF
(208,174,207)
#D6B9D5
(214,185,213)
#DCC4DB
(220,196,219)
#E2CFE1
(226,207,225)
#E8DAE7
(232,218,231)
#EEE5ED
(238,229,237)
#F4F0F3
(244,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B882B7 color. Also use rgb(184,130,183) instead hex code.

Text Font Color

.myTextColor { color: #B882B7; }

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

This text font color is #B882B7.


Background Color

.myBgColor { background-color: #B882B7; }

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

This div background color is #B882B7.


Border color

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

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

This div border color is #B882B7.


Opacity

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

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

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

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

This text has shadow with #B882B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B882B7 on black background.


Color preview on white background

This text has color #B882B7 on white background.



Black color preview on #B882B7 background

This text has black color on #B882B7 background.


White color preview on #B882B7 background

This text has white color on #B882B7 background.