COLOR #B07CC6

HEX: #B07CC6
RGB: (176,124,198)

Color info

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

RGB color model

#B07CC6 color RGB value is (176,124,198).

  • red value is 176;
  • green value is 124;
  • blue value is 198.
RGB:
(176,124,198)
(69%,49%,78%)

RGB channels and saturation

R 176 of 255 = 69%
G 124 of 255 = 49%
B 198 of 255 = 78%

176
124
198

R + G + B ~ 65%. #B07CC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 124 + 198 = 498 (100%)
R 176 of 498 ~ 35.34%
G 124 of 498 ~ 24.9%
B 198 of 498 ~ 39.76%

%35.34
%24.9
%39.76

CMYK color model

#B07CC6 color CMYK value is (11,37,0,22).

  • cyan value is 11.11%
  • magenta value is 37.37%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(11,37,0,22)
C11M37Y0K22 
(11%,37%,0%,22%)
(0.11/0.37/0.00/0.22)	

CMYK percentages

%11.11
%37.37
%0
%22.35

Codes

Color #B07CC6 in popluar color models

B07CC6
RGB176124198
HSL282°39.36%63.14%
HSB/HSV282°37.37%77.65%
CMYK11.11%37.37%0.00%
22.35%

Color #B07CC6 in popluar number systems.

HEXB07CC6
Decimal176124198
Binary10110000111110011000110
Octal260174306

Shades and tints

Shades of #B07CC6

#B07CC6
(176,124,198)
#A071B4
(160,113,180)
#9066A2
(144,102,162)
#805B90
(128,91,144)
#70507E
(112,80,126)
#60456C
(96,69,108)
#503A5A
(80,58,90)
#402F48
(64,47,72)
#302436
(48,36,54)
#201924
(32,25,36)
#100E12
(16,14,18)
#000000
(0,0,0)

Tints of #B07CC6

#B07CC6
(176,124,198)
#B787CB
(183,135,203)
#BE92D0
(190,146,208)
#C59DD5
(197,157,213)
#CCA8DA
(204,168,218)
#D3B3DF
(211,179,223)
#DABEE4
(218,190,228)
#E1C9E9
(225,201,233)
#E8D4EE
(232,212,238)
#EFDFF3
(239,223,243)
#F6EAF8
(246,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B07CC6 color. Also use rgb(176,124,198) instead hex code.

Text Font Color

.myTextColor { color: #B07CC6; }

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

This text font color is #B07CC6.


Background Color

.myBgColor { background-color: #B07CC6; }

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

This div background color is #B07CC6.


Border color

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

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

This div border color is #B07CC6.


Opacity

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

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

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

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

This text has shadow with #B07CC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B07CC6 on black background.


Color preview on white background

This text has color #B07CC6 on white background.



Black color preview on #B07CC6 background

This text has black color on #B07CC6 background.


White color preview on #B07CC6 background

This text has white color on #B07CC6 background.