COLOR #B881A5

HEX: #B881A5
RGB: (184,129,165)

Color info

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

RGB color model

#B881A5 color RGB value is (184,129,165).

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

RGB channels and saturation

R 184 of 255 = 72%
G 129 of 255 = 51%
B 165 of 255 = 65%

184
129
165

R + G + B ~ 63%. #B881A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 129 + 165 = 478 (100%)
R 184 of 478 ~ 38.49%
G 129 of 478 ~ 26.99%
B 165 of 478 ~ 34.52%

%38.49
%26.99
%34.52

CMYK color model

#B881A5 color CMYK value is (0,30,10,28).

  • cyan value is 0.00%
  • magenta value is 29.89%
  • yellow value is 10.33%
  • key color value is 27.84%
CMYK:
(0,30,10,28)
C0M30Y10K28 
(0%,30%,10%,28%)
(0.00/0.30/0.10/0.28)	

CMYK percentages

%0
%29.89
%10.33
%27.84

Codes

Color #B881A5 in popluar color models

B881A5
RGB184129165
HSL321°27.92%61.37%
HSB/HSV321°29.89%72.16%
CMYK0.00%29.89%10.33%
27.84%

Color #B881A5 in popluar number systems.

HEXB881A5
Decimal184129165
Binary101110001000000110100101
Octal270201245

Shades and tints

Shades of #B881A5

#B881A5
(184,129,165)
#A87696
(168,118,150)
#986B87
(152,107,135)
#886078
(136,96,120)
#785569
(120,85,105)
#684A5A
(104,74,90)
#583F4B
(88,63,75)
#48343C
(72,52,60)
#38292D
(56,41,45)
#281E1E
(40,30,30)
#18130F
(24,19,15)
#000000
(0,0,0)

Tints of #B881A5

#B881A5
(184,129,165)
#BE8CAD
(190,140,173)
#C497B5
(196,151,181)
#CAA2BD
(202,162,189)
#D0ADC5
(208,173,197)
#D6B8CD
(214,184,205)
#DCC3D5
(220,195,213)
#E2CEDD
(226,206,221)
#E8D9E5
(232,217,229)
#EEE4ED
(238,228,237)
#F4EFF5
(244,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B881A5; }

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

This text font color is #B881A5.


Background Color

.myBgColor { background-color: #B881A5; }

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

This div background color is #B881A5.


Border color

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

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

This div border color is #B881A5.


Opacity

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

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

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

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

This text has shadow with #B881A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B881A5 on black background.


Color preview on white background

This text has color #B881A5 on white background.



Black color preview on #B881A5 background

This text has black color on #B881A5 background.


White color preview on #B881A5 background

This text has white color on #B881A5 background.