COLOR #B80B99

HEX: #B80B99
RGB: (184,11,153)

Color info

#B80B99 contains mainly red and blue colors. Web safe color of #B80B99 is #CC0099 (or #C09).

RGB color model

#B80B99 color RGB value is (184,11,153).

  • red value is 184;
  • green value is 11;
  • blue value is 153.
RGB:
(184,11,153)
(72%,4%,60%)

RGB channels and saturation

R 184 of 255 = 72%
G 11 of 255 = 4%
B 153 of 255 = 60%

184
11
153

R + G + B ~ 45%. #B80B99 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
184 + 11 + 153 = 348 (100%)
R 184 of 348 ~ 52.87%
G 11 of 348 ~ 3.16%
B 153 of 348 ~ 43.97%

%52.87
%43.97

CMYK color model

#B80B99 color CMYK value is (0,94,17,28).

  • cyan value is 0.00%
  • magenta value is 94.02%
  • yellow value is 16.85%
  • key color value is 27.84%
CMYK:
(0,94,17,28)
C0M94Y17K28 
(0%,94%,17%,28%)
(0.00/0.94/0.17/0.28)	

CMYK percentages

%0
%94.02
%16.85
%27.84

Codes

Color #B80B99 in popluar color models

B80B99
RGB18411153
HSL311°88.72%38.24%
HSB/HSV311°94.02%72.16%
CMYK0.00%94.02%16.85%
27.84%

Color #B80B99 in popluar number systems.

HEXB80B99
Decimal18411153
Binary10111000101110011001
Octal27013231

Shades and tints

Shades of #B80B99

#B80B99
(184,11,153)
#A80A8C
(168,10,140)
#98097F
(152,9,127)
#880872
(136,8,114)
#780765
(120,7,101)
#680658
(104,6,88)
#58054B
(88,5,75)
#48043E
(72,4,62)
#380331
(56,3,49)
#280224
(40,2,36)
#180117
(24,1,23)
#000000
(0,0,0)

Tints of #B80B99

#B80B99
(184,11,153)
#BE21A2
(190,33,162)
#C437AB
(196,55,171)
#CA4DB4
(202,77,180)
#D063BD
(208,99,189)
#D679C6
(214,121,198)
#DC8FCF
(220,143,207)
#E2A5D8
(226,165,216)
#E8BBE1
(232,187,225)
#EED1EA
(238,209,234)
#F4E7F3
(244,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B80B99 color. Also use rgb(184,11,153) instead hex code.

Text Font Color

.myTextColor { color: #B80B99; }

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

This text font color is #B80B99.


Background Color

.myBgColor { background-color: #B80B99; }

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

This div background color is #B80B99.


Border color

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

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

This div border color is #B80B99.


Opacity

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

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

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

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

This text has shadow with #B80B99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B80B99 on black background.


Color preview on white background

This text has color #B80B99 on white background.



Black color preview on #B80B99 background

This text has black color on #B80B99 background.


White color preview on #B80B99 background

This text has white color on #B80B99 background.