COLOR #B884AF

HEX: #B884AF
RGB: (184,132,175)

Color info

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

RGB color model

#B884AF color RGB value is (184,132,175).

  • red value is 184;
  • green value is 132;
  • blue value is 175.
RGB:
(184,132,175)
(72%,52%,69%)

RGB channels and saturation

R 184 of 255 = 72%
G 132 of 255 = 52%
B 175 of 255 = 69%

184
132
175

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

Portions of RGB colors in percentages

R + G + B =
184 + 132 + 175 = 491 (100%)
R 184 of 491 ~ 37.47%
G 132 of 491 ~ 26.88%
B 175 of 491 ~ 35.64%

%37.47
%26.88
%35.64

CMYK color model

#B884AF color CMYK value is (0,28,5,28).

  • cyan value is 0.00%
  • magenta value is 28.26%
  • yellow value is 4.89%
  • key color value is 27.84%
CMYK:
(0,28,5,28)
C0M28Y5K28 
(0%,28%,5%,28%)
(0.00/0.28/0.05/0.28)	

CMYK percentages

%0
%28.26
%4.89
%27.84

Codes

Color #B884AF in popluar color models

B884AF
RGB184132175
HSL310°26.80%61.96%
HSB/HSV310°28.26%72.16%
CMYK0.00%28.26%4.89%
27.84%

Color #B884AF in popluar number systems.

HEXB884AF
Decimal184132175
Binary101110001000010010101111
Octal270204257

Shades and tints

Shades of #B884AF

#B884AF
(184,132,175)
#A878A0
(168,120,160)
#986C91
(152,108,145)
#886082
(136,96,130)
#785473
(120,84,115)
#684864
(104,72,100)
#583C55
(88,60,85)
#483046
(72,48,70)
#382437
(56,36,55)
#281828
(40,24,40)
#180C19
(24,12,25)
#000000
(0,0,0)

Tints of #B884AF

#B884AF
(184,132,175)
#BE8FB6
(190,143,182)
#C49ABD
(196,154,189)
#CAA5C4
(202,165,196)
#D0B0CB
(208,176,203)
#D6BBD2
(214,187,210)
#DCC6D9
(220,198,217)
#E2D1E0
(226,209,224)
#E8DCE7
(232,220,231)
#EEE7EE
(238,231,238)
#F4F2F5
(244,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B884AF; }

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

This text font color is #B884AF.


Background Color

.myBgColor { background-color: #B884AF; }

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

This div background color is #B884AF.


Border color

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

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

This div border color is #B884AF.


Opacity

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

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

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

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

This text has shadow with #B884AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B884AF on black background.


Color preview on white background

This text has color #B884AF on white background.



Black color preview on #B884AF background

This text has black color on #B884AF background.


White color preview on #B884AF background

This text has white color on #B884AF background.