COLOR #B07EC6

HEX: #B07EC6 RGB: (176,126,198)

Color info

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

RGB color model

#B07EC6 color RGB value is (176,126,198).

RGB: (176,126,198) (69%, 49%, 78%)

RGB channels and saturation

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

176
126
198

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

Portions of RGB colors in percentages

R + G + B = 176 + 126 + 198 = 500 (100%)
R 176 of 500 ~ 35.2%
G 126 of 500 ~ 25.2%
B 198 of 500 ~ 39.6'%

%35.2
%25.2
%39.6

CMYK color model

#B07EC6 color CMYK value is (11,36,0,22).

  • cyan value is 11.11%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (11,36,0,22)
C11M36Y0K22 (11%, 36%, 0%, 22%)
(0.11 / 0.36 / 0.00 / 0.22)

CMYK percentages

%11.11
%36.36
%0
%22.35

Codes

Color #B07EC6 in popluar color models

B0 7E C6
RGB 176 126 198
HSL 282° 38.71% 63.53%
HSB/HSV 282° 36.36% 77.65%
CMYK 11.11% 36.36% 0.00%
22.35%

Color #B07EC6 in popluar number systems.

HEX B0 7E C6
Decimal 176 126 198
Binary 10110000 1111110 11000110
Octal 260 176 306

Shades and tints

Shades of #B07EC6

#B07EC6
(176,126,198)
#A073B4
(160,115,180)
#9068A2
(144,104,162)
#805D90
(128,93,144)
#70527E
(112,82,126)
#60476C
(96,71,108)
#503C5A
(80,60,90)
#403148
(64,49,72)
#302636
(48,38,54)
#201B24
(32,27,36)
#101012
(16,16,18)
#000000
(0,0,0)

Tints of #B07EC6

#B07EC6
(176,126,198)
#B789CB
(183,137,203)
#BE94D0
(190,148,208)
#C59FD5
(197,159,213)
#CCAADA
(204,170,218)
#D3B5DF
(211,181,223)
#DAC0E4
(218,192,228)
#E1CBE9
(225,203,233)
#E8D6EE
(232,214,238)
#EFE1F3
(239,225,243)
#F6ECF8
(246,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B07EC6; }

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

This text font color is #B07EC6.

Background Color

.myBgColor { background-color: #B07EC6; }

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

This div background color is #B07EC6.

Border color

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

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

This div border color is #B07EC6.

Opacity

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

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

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

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

This text has shadow with #B07EC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B07EC6.

Preview

Color preview on black background

This text has color #B07EC6 on black background.


Color preview on white background

This text has color #B07EC6 on white background.


Black color preview on #B07EC6 background

This text has black color on #B07EC6 background.


White color preview on #B07EC6 background

This text has white color on #B07EC6 background.


Related colors

Complementary color

Complementary color for #hex is #4F8139.


I love getcolorcode.com

Triadic colors

1 #C6B07E and #7EC6B0 with #B07EC6 are triadic colors.

2 #C67EB0 and #7EB0C6 with #B07EC6 are triadic colors.