COLOR #B883B8

HEX: #B883B8
RGB: (184,131,184)

Color info

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

RGB color model

#B883B8 color RGB value is (184,131,184).

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

RGB channels and saturation

R 184 of 255 = 72%
G 131 of 255 = 51%
B 184 of 255 = 72%

184
131
184

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

Portions of RGB colors in percentages

R + G + B =
184 + 131 + 184 = 499 (100%)
R 184 of 499 ~ 36.87%
G 131 of 499 ~ 26.25%
B 184 of 499 ~ 36.87%

%36.87
%26.25
%36.87

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.80%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(0,29,0,28)
C0M29Y0K28 
(0%,29%,0%,28%)
(0.00/0.29/0.00/0.28)	

CMYK percentages

%0
%28.8
%0
%27.84

Codes

Color #B883B8 in popluar color models

B883B8
RGB184131184
HSL300°27.18%61.76%
HSB/HSV300°28.80%72.16%
CMYK0.00%28.80%0.00%
27.84%

Color #B883B8 in popluar number systems.

HEXB883B8
Decimal184131184
Binary101110001000001110111000
Octal270203270

Shades and tints

Shades of #B883B8

#B883B8
(184,131,184)
#A878A8
(168,120,168)
#986D98
(152,109,152)
#886288
(136,98,136)
#785778
(120,87,120)
#684C68
(104,76,104)
#584158
(88,65,88)
#483648
(72,54,72)
#382B38
(56,43,56)
#282028
(40,32,40)
#181518
(24,21,24)
#000000
(0,0,0)

Tints of #B883B8

#B883B8
(184,131,184)
#BE8EBE
(190,142,190)
#C499C4
(196,153,196)
#CAA4CA
(202,164,202)
#D0AFD0
(208,175,208)
#D6BAD6
(214,186,214)
#DCC5DC
(220,197,220)
#E2D0E2
(226,208,226)
#E8DBE8
(232,219,232)
#EEE6EE
(238,230,238)
#F4F1F4
(244,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B883B8; }

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

This text font color is #B883B8.


Background Color

.myBgColor { background-color: #B883B8; }

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

This div background color is #B883B8.


Border color

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

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

This div border color is #B883B8.


Opacity

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

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

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

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

This text has shadow with #B883B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B883B8 on black background.


Color preview on white background

This text has color #B883B8 on white background.



Black color preview on #B883B8 background

This text has black color on #B883B8 background.


White color preview on #B883B8 background

This text has white color on #B883B8 background.