COLOR #B880C6

HEX: #B880C6
RGB: (184,128,198)

Color info

#B880C6 contains mainly red and blue colors. Web safe color of #B880C6 is #CC66CC (or #C6C).

RGB color model

#B880C6 color RGB value is (184,128,198).

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

RGB channels and saturation

R 184 of 255 = 72%
G 128 of 255 = 50%
B 198 of 255 = 78%

184
128
198

R + G + B ~ 67%. #B880C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 128 + 198 = 510 (100%)
R 184 of 510 ~ 36.08%
G 128 of 510 ~ 25.1%
B 198 of 510 ~ 38.82%

%36.08
%25.1
%38.82

CMYK color model

#B880C6 color CMYK value is (7,35,0,22).

  • cyan value is 7.07%
  • magenta value is 35.35%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(7,35,0,22)
C7M35Y0K22 
(7%,35%,0%,22%)
(0.07/0.35/0.00/0.22)	

CMYK percentages

%7.07
%35.35
%0
%22.35

Codes

Color #B880C6 in popluar color models

B880C6
RGB184128198
HSL288°38.04%63.92%
HSB/HSV288°35.35%77.65%
CMYK7.07%35.35%0.00%
22.35%

Color #B880C6 in popluar number systems.

HEXB880C6
Decimal184128198
Binary101110001000000011000110
Octal270200306

Shades and tints

Shades of #B880C6

#B880C6
(184,128,198)
#A875B4
(168,117,180)
#986AA2
(152,106,162)
#885F90
(136,95,144)
#78547E
(120,84,126)
#68496C
(104,73,108)
#583E5A
(88,62,90)
#483348
(72,51,72)
#382836
(56,40,54)
#281D24
(40,29,36)
#181212
(24,18,18)
#000000
(0,0,0)

Tints of #B880C6

#B880C6
(184,128,198)
#BE8BCB
(190,139,203)
#C496D0
(196,150,208)
#CAA1D5
(202,161,213)
#D0ACDA
(208,172,218)
#D6B7DF
(214,183,223)
#DCC2E4
(220,194,228)
#E2CDE9
(226,205,233)
#E8D8EE
(232,216,238)
#EEE3F3
(238,227,243)
#F4EEF8
(244,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B880C6; }

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

This text font color is #B880C6.


Background Color

.myBgColor { background-color: #B880C6; }

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

This div background color is #B880C6.


Border color

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

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

This div border color is #B880C6.


Opacity

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

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

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

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

This text has shadow with #B880C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B880C6 on black background.


Color preview on white background

This text has color #B880C6 on white background.



Black color preview on #B880C6 background

This text has black color on #B880C6 background.


White color preview on #B880C6 background

This text has white color on #B880C6 background.