COLOR #B266B2

HEX: #B266B2
RGB: (178,102,178)

Color info

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

RGB color model

#B266B2 color RGB value is (178,102,178).

  • red value is 178;
  • green value is 102;
  • blue value is 178.
RGB:
(178,102,178)
(70%,40%,70%)

RGB channels and saturation

R 178 of 255 = 70%
G 102 of 255 = 40%
B 178 of 255 = 70%

178
102
178

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

Portions of RGB colors in percentages

R + G + B =
178 + 102 + 178 = 458 (100%)
R 178 of 458 ~ 38.86%
G 102 of 458 ~ 22.27%
B 178 of 458 ~ 38.86%

%38.86
%22.27
%38.86

CMYK color model

#B266B2 color CMYK value is (0,43,0,30).

  • cyan value is 0.00%
  • magenta value is 42.70%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(0,43,0,30)
C0M43Y0K30 
(0%,43%,0%,30%)
(0.00/0.43/0.00/0.30)	

CMYK percentages

%0
%42.7
%0
%30.2

Codes

Color #B266B2 in popluar color models

B266B2
RGB178102178
HSL300°33.04%54.90%
HSB/HSV300°42.70%69.80%
CMYK0.00%42.70%0.00%
30.20%

Color #B266B2 in popluar number systems.

HEXB266B2
Decimal178102178
Binary10110010110011010110010
Octal262146262

Shades and tints

Shades of #B266B2

#B266B2
(178,102,178)
#A25DA2
(162,93,162)
#925492
(146,84,146)
#824B82
(130,75,130)
#724272
(114,66,114)
#623962
(98,57,98)
#523052
(82,48,82)
#422742
(66,39,66)
#321E32
(50,30,50)
#221522
(34,21,34)
#120C12
(18,12,18)
#000000
(0,0,0)

Tints of #B266B2

#B266B2
(178,102,178)
#B973B9
(185,115,185)
#C080C0
(192,128,192)
#C78DC7
(199,141,199)
#CE9ACE
(206,154,206)
#D5A7D5
(213,167,213)
#DCB4DC
(220,180,220)
#E3C1E3
(227,193,227)
#EACEEA
(234,206,234)
#F1DBF1
(241,219,241)
#F8E8F8
(248,232,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B266B2; }

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

This text font color is #B266B2.


Background Color

.myBgColor { background-color: #B266B2; }

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

This div background color is #B266B2.


Border color

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

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

This div border color is #B266B2.


Opacity

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

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

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

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

This text has shadow with #B266B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B266B2 on black background.


Color preview on white background

This text has color #B266B2 on white background.



Black color preview on #B266B2 background

This text has black color on #B266B2 background.


White color preview on #B266B2 background

This text has white color on #B266B2 background.