COLOR #B880AA

HEX: #B880AA
RGB: (184,128,170)

Color info

#B880AA contains red, green and blue colors in about the same proportion. Web safe color of #B880AA is #CC6699 (or #C69).

RGB color model

#B880AA color RGB value is (184,128,170).

  • red value is 184;
  • green value is 128;
  • blue value is 170.
RGB:
(184,128,170)
(72%,50%,67%)

RGB channels and saturation

R 184 of 255 = 72%
G 128 of 255 = 50%
B 170 of 255 = 67%

184
128
170

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

Portions of RGB colors in percentages

R + G + B =
184 + 128 + 170 = 482 (100%)
R 184 of 482 ~ 38.17%
G 128 of 482 ~ 26.56%
B 170 of 482 ~ 35.27%

%38.17
%26.56
%35.27

CMYK color model

#B880AA color CMYK value is (0,30,8,28).

  • cyan value is 0.00%
  • magenta value is 30.43%
  • yellow value is 7.61%
  • key color value is 27.84%
CMYK:
(0,30,8,28)
C0M30Y8K28 
(0%,30%,8%,28%)
(0.00/0.30/0.08/0.28)	

CMYK percentages

%0
%30.43
%7.61
%27.84

Codes

Color #B880AA in popluar color models

B880AA
RGB184128170
HSL315°28.28%61.18%
HSB/HSV315°30.43%72.16%
CMYK0.00%30.43%7.61%
27.84%

Color #B880AA in popluar number systems.

HEXB880AA
Decimal184128170
Binary101110001000000010101010
Octal270200252

Shades and tints

Shades of #B880AA

#B880AA
(184,128,170)
#A8759B
(168,117,155)
#986A8C
(152,106,140)
#885F7D
(136,95,125)
#78546E
(120,84,110)
#68495F
(104,73,95)
#583E50
(88,62,80)
#483341
(72,51,65)
#382832
(56,40,50)
#281D23
(40,29,35)
#181214
(24,18,20)
#000000
(0,0,0)

Tints of #B880AA

#B880AA
(184,128,170)
#BE8BB1
(190,139,177)
#C496B8
(196,150,184)
#CAA1BF
(202,161,191)
#D0ACC6
(208,172,198)
#D6B7CD
(214,183,205)
#DCC2D4
(220,194,212)
#E2CDDB
(226,205,219)
#E8D8E2
(232,216,226)
#EEE3E9
(238,227,233)
#F4EEF0
(244,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B880AA color. Also use rgb(184,128,170) instead hex code.

Text Font Color

.myTextColor { color: #B880AA; }

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

This text font color is #B880AA.


Background Color

.myBgColor { background-color: #B880AA; }

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

This div background color is #B880AA.


Border color

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

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

This div border color is #B880AA.


Opacity

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

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

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

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

This text has shadow with #B880AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B880AA on black background.


Color preview on white background

This text has color #B880AA on white background.



Black color preview on #B880AA background

This text has black color on #B880AA background.


White color preview on #B880AA background

This text has white color on #B880AA background.