COLOR #B26CA4

HEX: #B26CA4
RGB: (178,108,164)

Color info

#B26CA4 contains mainly red and blue colors. Web safe color of #B26CA4 is #996699 (or #969).

RGB color model

#B26CA4 color RGB value is (178,108,164).

  • red value is 178;
  • green value is 108;
  • blue value is 164.
RGB:
(178,108,164)
(70%,42%,64%)

RGB channels and saturation

R 178 of 255 = 70%
G 108 of 255 = 42%
B 164 of 255 = 64%

178
108
164

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

Portions of RGB colors in percentages

R + G + B =
178 + 108 + 164 = 450 (100%)
R 178 of 450 ~ 39.56%
G 108 of 450 ~ 24%
B 164 of 450 ~ 36.44%

%39.56
%24
%36.44

CMYK color model

#B26CA4 color CMYK value is (0,39,8,30).

  • cyan value is 0.00%
  • magenta value is 39.33%
  • yellow value is 7.87%
  • key color value is 30.20%
CMYK:
(0,39,8,30)
C0M39Y8K30 
(0%,39%,8%,30%)
(0.00/0.39/0.08/0.30)	

CMYK percentages

%0
%39.33
%7.87
%30.2

Codes

Color #B26CA4 in popluar color models

B26CA4
RGB178108164
HSL312°31.25%56.08%
HSB/HSV312°39.33%69.80%
CMYK0.00%39.33%7.87%
30.20%

Color #B26CA4 in popluar number systems.

HEXB26CA4
Decimal178108164
Binary10110010110110010100100
Octal262154244

Shades and tints

Shades of #B26CA4

#B26CA4
(178,108,164)
#A26396
(162,99,150)
#925A88
(146,90,136)
#82517A
(130,81,122)
#72486C
(114,72,108)
#623F5E
(98,63,94)
#523650
(82,54,80)
#422D42
(66,45,66)
#322434
(50,36,52)
#221B26
(34,27,38)
#121218
(18,18,24)
#000000
(0,0,0)

Tints of #B26CA4

#B26CA4
(178,108,164)
#B979AC
(185,121,172)
#C086B4
(192,134,180)
#C793BC
(199,147,188)
#CEA0C4
(206,160,196)
#D5ADCC
(213,173,204)
#DCBAD4
(220,186,212)
#E3C7DC
(227,199,220)
#EAD4E4
(234,212,228)
#F1E1EC
(241,225,236)
#F8EEF4
(248,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B26CA4 color. Also use rgb(178,108,164) instead hex code.

Text Font Color

.myTextColor { color: #B26CA4; }

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

This text font color is #B26CA4.


Background Color

.myBgColor { background-color: #B26CA4; }

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

This div background color is #B26CA4.


Border color

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

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

This div border color is #B26CA4.


Opacity

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

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

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

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

This text has shadow with #B26CA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B26CA4 on black background.


Color preview on white background

This text has color #B26CA4 on white background.



Black color preview on #B26CA4 background

This text has black color on #B26CA4 background.


White color preview on #B26CA4 background

This text has white color on #B26CA4 background.