COLOR #B888B4

HEX: #B888B4
RGB: (184,136,180)

Color info

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

RGB color model

#B888B4 color RGB value is (184,136,180).

  • red value is 184;
  • green value is 136;
  • blue value is 180.
RGB:
(184,136,180)
(72%,53%,71%)

RGB channels and saturation

R 184 of 255 = 72%
G 136 of 255 = 53%
B 180 of 255 = 71%

184
136
180

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

Portions of RGB colors in percentages

R + G + B =
184 + 136 + 180 = 500 (100%)
R 184 of 500 ~ 36.8%
G 136 of 500 ~ 27.2%
B 180 of 500 ~ 36%

%36.8
%27.2
%36

CMYK color model

#B888B4 color CMYK value is (0,26,2,28).

  • cyan value is 0.00%
  • magenta value is 26.09%
  • yellow value is 2.17%
  • key color value is 27.84%
CMYK:
(0,26,2,28)
C0M26Y2K28 
(0%,26%,2%,28%)
(0.00/0.26/0.02/0.28)	

CMYK percentages

%0
%26.09
%2.17
%27.84

Codes

Color #B888B4 in popluar color models

B888B4
RGB184136180
HSL305°25.26%62.75%
HSB/HSV305°26.09%72.16%
CMYK0.00%26.09%2.17%
27.84%

Color #B888B4 in popluar number systems.

HEXB888B4
Decimal184136180
Binary101110001000100010110100
Octal270210264

Shades and tints

Shades of #B888B4

#B888B4
(184,136,180)
#A87CA4
(168,124,164)
#987094
(152,112,148)
#886484
(136,100,132)
#785874
(120,88,116)
#684C64
(104,76,100)
#584054
(88,64,84)
#483444
(72,52,68)
#382834
(56,40,52)
#281C24
(40,28,36)
#181014
(24,16,20)
#000000
(0,0,0)

Tints of #B888B4

#B888B4
(184,136,180)
#BE92BA
(190,146,186)
#C49CC0
(196,156,192)
#CAA6C6
(202,166,198)
#D0B0CC
(208,176,204)
#D6BAD2
(214,186,210)
#DCC4D8
(220,196,216)
#E2CEDE
(226,206,222)
#E8D8E4
(232,216,228)
#EEE2EA
(238,226,234)
#F4ECF0
(244,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B888B4; }

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

This text font color is #B888B4.


Background Color

.myBgColor { background-color: #B888B4; }

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

This div background color is #B888B4.


Border color

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

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

This div border color is #B888B4.


Opacity

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

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

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

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

This text has shadow with #B888B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B888B4 on black background.


Color preview on white background

This text has color #B888B4 on white background.



Black color preview on #B888B4 background

This text has black color on #B888B4 background.


White color preview on #B888B4 background

This text has white color on #B888B4 background.