COLOR #B66B96

HEX: #B66B96 RGB: (182,107,150)

Color info

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

RGB color model

#B66B96 color RGB value is (182,107,150).

RGB: (182,107,150) (71%, 42%, 59%)

RGB channels and saturation

R 182 of 255 = 71%
G 107 of 255 = 42%
B 150 of 255 = 59%

182
107
150

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

Portions of RGB colors in percentages

R + G + B = 182 + 107 + 150 = 439 (100%)
R 182 of 439 ~ 41.46%
G 107 of 439 ~ 24.37%
B 150 of 439 ~ 34.17'%

%41.46
%24.37
%34.17

CMYK color model

#B66B96 color CMYK value is (0,41,18,29).

  • cyan value is 0.00%
  • magenta value is 41.21%
  • yellow value is 17.58%
  • key color value is 28.63%

CMYK: (0,41,18,29)
C0M41Y18K29 (0%, 41%, 18%, 29%)
(0.00 / 0.41 / 0.18 / 0.29)

CMYK percentages

%0
%41.21
%17.58
%28.63

Codes

Color #B66B96 in popluar color models

B6 6B 96
RGB 182 107 150
HSL 326° 33.94% 56.67%
HSB/HSV 326° 41.21% 71.37%
CMYK 0.00% 41.21% 17.58%
28.63%

Color #B66B96 in popluar number systems.

HEX B6 6B 96
Decimal 182 107 150
Binary 10110110 1101011 10010110
Octal 266 153 226

Shades and tints

Shades of #B66B96

#B66B96
(182,107,150)
#A66289
(166,98,137)
#96597C
(150,89,124)
#86506F
(134,80,111)
#764762
(118,71,98)
#663E55
(102,62,85)
#563548
(86,53,72)
#462C3B
(70,44,59)
#36232E
(54,35,46)
#261A21
(38,26,33)
#161114
(22,17,20)
#000000
(0,0,0)

Tints of #B66B96

#B66B96
(182,107,150)
#BC789F
(188,120,159)
#C285A8
(194,133,168)
#C892B1
(200,146,177)
#CE9FBA
(206,159,186)
#D4ACC3
(212,172,195)
#DAB9CC
(218,185,204)
#E0C6D5
(224,198,213)
#E6D3DE
(230,211,222)
#ECE0E7
(236,224,231)
#F2EDF0
(242,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B66B96 color. Also use rgb(182,107,150) instead hex code.

Text Font Color

.myTextColor { color: #B66B96; }

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

This text font color is #B66B96.

Background Color

.myBgColor { background-color: #B66B96; }

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

This div background color is #B66B96.

Border color

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

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

This div border color is #B66B96.

Opacity

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

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

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

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

This text has shadow with #B66B96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B66B96.

Preview

Color preview on black background

This text has color #B66B96 on black background.


Color preview on white background

This text has color #B66B96 on white background.


Black color preview on #B66B96 background

This text has black color on #B66B96 background.


White color preview on #B66B96 background

This text has white color on #B66B96 background.


Related colors

Complementary color

Complementary color for #hex is #499469.


I love getcolorcode.com

Triadic colors

1 #96B66B and #6B96B6 with #B66B96 are triadic colors.

2 #966BB6 and #6BB696 with #B66B96 are triadic colors.