COLOR #B881A4

HEX: #B881A4
RGB: (184,129,164)

Color info

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

RGB color model

#B881A4 color RGB value is (184,129,164).

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

RGB channels and saturation

R 184 of 255 = 72%
G 129 of 255 = 51%
B 164 of 255 = 64%

184
129
164

R + G + B ~ 62%. #B881A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 129 + 164 = 477 (100%)
R 184 of 477 ~ 38.57%
G 129 of 477 ~ 27.04%
B 164 of 477 ~ 34.38%

%38.57
%27.04
%34.38

CMYK color model

#B881A4 color CMYK value is (0,30,11,28).

  • cyan value is 0.00%
  • magenta value is 29.89%
  • yellow value is 10.87%
  • key color value is 27.84%
CMYK:
(0,30,11,28)
C0M30Y11K28 
(0%,30%,11%,28%)
(0.00/0.30/0.11/0.28)	

CMYK percentages

%0
%29.89
%10.87
%27.84

Codes

Color #B881A4 in popluar color models

B881A4
RGB184129164
HSL322°27.92%61.37%
HSB/HSV322°29.89%72.16%
CMYK0.00%29.89%10.87%
27.84%

Color #B881A4 in popluar number systems.

HEXB881A4
Decimal184129164
Binary101110001000000110100100
Octal270201244

Shades and tints

Shades of #B881A4

#B881A4
(184,129,164)
#A87696
(168,118,150)
#986B88
(152,107,136)
#88607A
(136,96,122)
#78556C
(120,85,108)
#684A5E
(104,74,94)
#583F50
(88,63,80)
#483442
(72,52,66)
#382934
(56,41,52)
#281E26
(40,30,38)
#181318
(24,19,24)
#000000
(0,0,0)

Tints of #B881A4

#B881A4
(184,129,164)
#BE8CAC
(190,140,172)
#C497B4
(196,151,180)
#CAA2BC
(202,162,188)
#D0ADC4
(208,173,196)
#D6B8CC
(214,184,204)
#DCC3D4
(220,195,212)
#E2CEDC
(226,206,220)
#E8D9E4
(232,217,228)
#EEE4EC
(238,228,236)
#F4EFF4
(244,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B881A4; }

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

This text font color is #B881A4.


Background Color

.myBgColor { background-color: #B881A4; }

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

This div background color is #B881A4.


Border color

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

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

This div border color is #B881A4.


Opacity

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

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

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

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

This text has shadow with #B881A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B881A4 on black background.


Color preview on white background

This text has color #B881A4 on white background.



Black color preview on #B881A4 background

This text has black color on #B881A4 background.


White color preview on #B881A4 background

This text has white color on #B881A4 background.