COLOR #B66998

HEX: #B66998 RGB: (182,105,152)

Color info

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

RGB color model

#B66998 color RGB value is (182,105,152).

RGB: (182,105,152) (71%, 41%, 60%)

RGB channels and saturation

R 182 of 255 = 71%
G 105 of 255 = 41%
B 152 of 255 = 60%

182
105
152

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

Portions of RGB colors in percentages

R + G + B = 182 + 105 + 152 = 439 (100%)
R 182 of 439 ~ 41.46%
G 105 of 439 ~ 23.92%
B 152 of 439 ~ 34.62'%

%41.46
%23.92
%34.62

CMYK color model

#B66998 color CMYK value is (0,42,16,29).

  • cyan value is 0.00%
  • magenta value is 42.31%
  • yellow value is 16.48%
  • key color value is 28.63%

CMYK: (0,42,16,29)
C0M42Y16K29 (0%, 42%, 16%, 29%)
(0.00 / 0.42 / 0.16 / 0.29)

CMYK percentages

%0
%42.31
%16.48
%28.63

Codes

Color #B66998 in popluar color models

B6 69 98
RGB 182 105 152
HSL 323° 34.53% 56.27%
HSB/HSV 323° 42.31% 71.37%
CMYK 0.00% 42.31% 16.48%
28.63%

Color #B66998 in popluar number systems.

HEX B6 69 98
Decimal 182 105 152
Binary 10110110 1101001 10011000
Octal 266 151 230

Shades and tints

Shades of #B66998

#B66998
(182,105,152)
#A6608B
(166,96,139)
#96577E
(150,87,126)
#864E71
(134,78,113)
#764564
(118,69,100)
#663C57
(102,60,87)
#56334A
(86,51,74)
#462A3D
(70,42,61)
#362130
(54,33,48)
#261823
(38,24,35)
#160F16
(22,15,22)
#000000
(0,0,0)

Tints of #B66998

#B66998
(182,105,152)
#BC76A1
(188,118,161)
#C283AA
(194,131,170)
#C890B3
(200,144,179)
#CE9DBC
(206,157,188)
#D4AAC5
(212,170,197)
#DAB7CE
(218,183,206)
#E0C4D7
(224,196,215)
#E6D1E0
(230,209,224)
#ECDEE9
(236,222,233)
#F2EBF2
(242,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B66998 color. Also use rgb(182,105,152) instead hex code.

Text Font Color

.myTextColor { color: #B66998; }

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

This text font color is #B66998.

Background Color

.myBgColor { background-color: #B66998; }

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

This div background color is #B66998.

Border color

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

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

This div border color is #B66998.

Opacity

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

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

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

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

This text has shadow with #B66998 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B66998.

Preview

Color preview on black background

This text has color #B66998 on black background.


Color preview on white background

This text has color #B66998 on white background.


Black color preview on #B66998 background

This text has black color on #B66998 background.


White color preview on #B66998 background

This text has white color on #B66998 background.


Related colors

Complementary color

Complementary color for #hex is #499667.


I love getcolorcode.com

Triadic colors

1 #98B669 and #6998B6 with #B66998 are triadic colors.

2 #9869B6 and #69B698 with #B66998 are triadic colors.