COLOR #B66CB3

HEX: #B66CB3
RGB: (182,108,179)

Color info

#B66CB3 contains mainly red and blue colors. Web safe color of #B66CB3 is #CC6699 (or #C69).

RGB color model

#B66CB3 color RGB value is (182,108,179).

  • red value is 182;
  • green value is 108;
  • blue value is 179.
RGB:
(182,108,179)
(71%,42%,70%)

RGB channels and saturation

R 182 of 255 = 71%
G 108 of 255 = 42%
B 179 of 255 = 70%

182
108
179

R + G + B ~ 61%. #B66CB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 108 + 179 = 469 (100%)
R 182 of 469 ~ 38.81%
G 108 of 469 ~ 23.03%
B 179 of 469 ~ 38.17%

%38.81
%23.03
%38.17

CMYK color model

#B66CB3 color CMYK value is (0,41,2,29).

  • cyan value is 0.00%
  • magenta value is 40.66%
  • yellow value is 1.65%
  • key color value is 28.63%
CMYK:
(0,41,2,29)
C0M41Y2K29 
(0%,41%,2%,29%)
(0.00/0.41/0.02/0.29)	

CMYK percentages

%0
%40.66
%1.65
%28.63

Codes

Color #B66CB3 in popluar color models

B66CB3
RGB182108179
HSL302°33.64%56.86%
HSB/HSV302°40.66%71.37%
CMYK0.00%40.66%1.65%
28.63%

Color #B66CB3 in popluar number systems.

HEXB66CB3
Decimal182108179
Binary10110110110110010110011
Octal266154263

Shades and tints

Shades of #B66CB3

#B66CB3
(182,108,179)
#A663A3
(166,99,163)
#965A93
(150,90,147)
#865183
(134,81,131)
#764873
(118,72,115)
#663F63
(102,63,99)
#563653
(86,54,83)
#462D43
(70,45,67)
#362433
(54,36,51)
#261B23
(38,27,35)
#161213
(22,18,19)
#000000
(0,0,0)

Tints of #B66CB3

#B66CB3
(182,108,179)
#BC79B9
(188,121,185)
#C286BF
(194,134,191)
#C893C5
(200,147,197)
#CEA0CB
(206,160,203)
#D4ADD1
(212,173,209)
#DABAD7
(218,186,215)
#E0C7DD
(224,199,221)
#E6D4E3
(230,212,227)
#ECE1E9
(236,225,233)
#F2EEEF
(242,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B66CB3 color. Also use rgb(182,108,179) instead hex code.

Text Font Color

.myTextColor { color: #B66CB3; }

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

This text font color is #B66CB3.


Background Color

.myBgColor { background-color: #B66CB3; }

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

This div background color is #B66CB3.


Border color

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

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

This div border color is #B66CB3.


Opacity

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

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

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

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

This text has shadow with #B66CB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B66CB3 on black background.


Color preview on white background

This text has color #B66CB3 on white background.



Black color preview on #B66CB3 background

This text has black color on #B66CB3 background.


White color preview on #B66CB3 background

This text has white color on #B66CB3 background.