COLOR #B886AB

HEX: #B886AB
RGB: (184,134,171)

Color info

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

RGB color model

#B886AB color RGB value is (184,134,171).

  • red value is 184;
  • green value is 134;
  • blue value is 171.
RGB:
(184,134,171)
(72%,53%,67%)

RGB channels and saturation

R 184 of 255 = 72%
G 134 of 255 = 53%
B 171 of 255 = 67%

184
134
171

R + G + B ~ 64%. #B886AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 134 + 171 = 489 (100%)
R 184 of 489 ~ 37.63%
G 134 of 489 ~ 27.4%
B 171 of 489 ~ 34.97%

%37.63
%27.4
%34.97

CMYK color model

#B886AB color CMYK value is (0,27,7,28).

  • cyan value is 0.00%
  • magenta value is 27.17%
  • yellow value is 7.07%
  • key color value is 27.84%
CMYK:
(0,27,7,28)
C0M27Y7K28 
(0%,27%,7%,28%)
(0.00/0.27/0.07/0.28)	

CMYK percentages

%0
%27.17
%7.07
%27.84

Codes

Color #B886AB in popluar color models

B886AB
RGB184134171
HSL316°26.04%62.35%
HSB/HSV316°27.17%72.16%
CMYK0.00%27.17%7.07%
27.84%

Color #B886AB in popluar number systems.

HEXB886AB
Decimal184134171
Binary101110001000011010101011
Octal270206253

Shades and tints

Shades of #B886AB

#B886AB
(184,134,171)
#A87A9C
(168,122,156)
#986E8D
(152,110,141)
#88627E
(136,98,126)
#78566F
(120,86,111)
#684A60
(104,74,96)
#583E51
(88,62,81)
#483242
(72,50,66)
#382633
(56,38,51)
#281A24
(40,26,36)
#180E15
(24,14,21)
#000000
(0,0,0)

Tints of #B886AB

#B886AB
(184,134,171)
#BE91B2
(190,145,178)
#C49CB9
(196,156,185)
#CAA7C0
(202,167,192)
#D0B2C7
(208,178,199)
#D6BDCE
(214,189,206)
#DCC8D5
(220,200,213)
#E2D3DC
(226,211,220)
#E8DEE3
(232,222,227)
#EEE9EA
(238,233,234)
#F4F4F1
(244,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B886AB; }

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

This text font color is #B886AB.


Background Color

.myBgColor { background-color: #B886AB; }

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

This div background color is #B886AB.


Border color

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

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

This div border color is #B886AB.


Opacity

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

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

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

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

This text has shadow with #B886AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B886AB on black background.


Color preview on white background

This text has color #B886AB on white background.



Black color preview on #B886AB background

This text has black color on #B886AB background.


White color preview on #B886AB background

This text has white color on #B886AB background.