COLOR #B080CC

HEX: #B080CC
RGB: (176,128,204)

Color info

#B080CC contains mainly red and blue colors. Web safe color of #B080CC is #9966CC (or #96C).

RGB color model

#B080CC color RGB value is (176,128,204).

  • red value is 176;
  • green value is 128;
  • blue value is 204.
RGB: (176,128,204) (69%,50%,80%)

RGB channels and saturation

R 176 of 255 = 69%
G 128 of 255 = 50%
B 204 of 255 = 80%

176
128
204

R + G + B ~ 66%. #B080CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 128 + 204 = 508 (100%)
R 176 of 508 ~ 34.65%
G 128 of 508 ~ 25.2%
B 204 of 508 ~ 40.16%

%34.65
%25.2
%40.16

CMYK color model

#B080CC color CMYK value is (14,37,0,20).

  • cyan value is 13.73%
  • magenta value is 37.25%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (14,37,0,20) C14M37Y0K20 (14%,37%,0%,20%) (0.14/0.37/0.00/0.20)

CMYK percentages

%13.73
%37.25
%0
%20

Codes

Color #B080CC in popluar color models

B080CC
RGB176128204
HSL278°42.70%65.10%
HSB/HSV278°37.25%80.00%
CMYK13.73%37.25%0.00%
20.00%

Color #B080CC in popluar number systems.

HEXB080CC
Decimal176128204
Binary101100001000000011001100
Octal260200314

Shades and tints

Shades of #B080CC

#B080CC
(176,128,204)
#A075BA
(160,117,186)
#906AA8
(144,106,168)
#805F96
(128,95,150)
#705484
(112,84,132)
#604972
(96,73,114)
#503E60
(80,62,96)
#40334E
(64,51,78)
#30283C
(48,40,60)
#201D2A
(32,29,42)
#101218
(16,18,24)
#000000
(0,0,0)

Tints of #B080CC

#B080CC
(176,128,204)
#B78BD0
(183,139,208)
#BE96D4
(190,150,212)
#C5A1D8
(197,161,216)
#CCACDC
(204,172,220)
#D3B7E0
(211,183,224)
#DAC2E4
(218,194,228)
#E1CDE8
(225,205,232)
#E8D8EC
(232,216,236)
#EFE3F0
(239,227,240)
#F6EEF4
(246,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B080CC color. Also use rgb(176,128,204) instead hex code.

Text Font Color

.myTextColor { color: #B080CC; }

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

This text font color is #B080CC.


Background Color

.myBgColor { background-color: #B080CC; }

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

This div background color is #B080CC.


Border color

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

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

This div border color is #B080CC.


Opacity

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

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

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

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

This text has shadow with #B080CC color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B080CC on black background.


Color preview on white background

This text has color #B080CC on white background.



Black color preview on #B080CC background

This text has black color on #B080CC background.


White color preview on #B080CC background

This text has white color on #B080CC background.