COLOR #B66987

HEX: #B66987 RGB: (182,105,135)

Color info

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

RGB color model

#B66987 color RGB value is (182,105,135).

RGB: (182,105,135) (71%, 41%, 53%)

RGB channels and saturation

R 182 of 255 = 71%
G 105 of 255 = 41%
B 135 of 255 = 53%

182
105
135

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

Portions of RGB colors in percentages

R + G + B = 182 + 105 + 135 = 422 (100%)
R 182 of 422 ~ 43.13%
G 105 of 422 ~ 24.88%
B 135 of 422 ~ 31.99'%

%43.13
%24.88
%31.99

CMYK color model

#B66987 color CMYK value is (0,42,26,29).

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

CMYK: (0,42,26,29)
C0M42Y26K29 (0%, 42%, 26%, 29%)
(0.00 / 0.42 / 0.26 / 0.29)

CMYK percentages

%0
%42.31
%25.82
%28.63

Codes

Color #B66987 in popluar color models

B6 69 87
RGB 182 105 135
HSL 337° 34.53% 56.27%
HSB/HSV 337° 42.31% 71.37%
CMYK 0.00% 42.31% 25.82%
28.63%

Color #B66987 in popluar number systems.

HEX B6 69 87
Decimal 182 105 135
Binary 10110110 1101001 10000111
Octal 266 151 207

Shades and tints

Shades of #B66987

#B66987
(182,105,135)
#A6607B
(166,96,123)
#96576F
(150,87,111)
#864E63
(134,78,99)
#764557
(118,69,87)
#663C4B
(102,60,75)
#56333F
(86,51,63)
#462A33
(70,42,51)
#362127
(54,33,39)
#26181B
(38,24,27)
#160F0F
(22,15,15)
#000000
(0,0,0)

Tints of #B66987

#B66987
(182,105,135)
#BC7691
(188,118,145)
#C2839B
(194,131,155)
#C890A5
(200,144,165)
#CE9DAF
(206,157,175)
#D4AAB9
(212,170,185)
#DAB7C3
(218,183,195)
#E0C4CD
(224,196,205)
#E6D1D7
(230,209,215)
#ECDEE1
(236,222,225)
#F2EBEB
(242,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B66987; }

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

This text font color is #B66987.

Background Color

.myBgColor { background-color: #B66987; }

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

This div background color is #B66987.

Border color

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

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

This div border color is #B66987.

Opacity

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

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

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

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

This text has shadow with #B66987 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B66987.

Preview

Color preview on black background

This text has color #B66987 on black background.


Color preview on white background

This text has color #B66987 on white background.


Black color preview on #B66987 background

This text has black color on #B66987 background.


White color preview on #B66987 background

This text has white color on #B66987 background.


Related colors

Complementary color

Complementary color for #hex is #499678.


I love getcolorcode.com

Triadic colors

1 #87B669 and #6987B6 with #B66987 are triadic colors.

2 #8769B6 and #69B687 with #B66987 are triadic colors.