COLOR #B989B7

HEX: #B989B7 RGB: (185,137,183)

Color info

#B989B7 contains red, green and blue colors in about the same proportion. Web safe color of #B989B7 is #CC99CC (or #C9C).

RGB color model

#B989B7 color RGB value is (185,137,183).

RGB: (185,137,183) (73%, 54%, 72%)

RGB channels and saturation

R 185 of 255 = 73%
G 137 of 255 = 54%
B 183 of 255 = 72%

185
137
183

R + G + B ~ 66%. #B989B7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 137 + 183 = 505 (100%)
R 185 of 505 ~ 36.63%
G 137 of 505 ~ 27.13%
B 183 of 505 ~ 36.24'%

%36.63
%27.13
%36.24

CMYK color model

#B989B7 color CMYK value is (0,26,1,27).

  • cyan value is 0.00%
  • magenta value is 25.95%
  • yellow value is 1.08%
  • key color value is 27.45%

CMYK: (0,26,1,27)
C0M26Y1K27 (0%, 26%, 1%, 27%)
(0.00 / 0.26 / 0.01 / 0.27)

CMYK percentages

%0
%25.95
%1.08
%27.45

Codes

Color #B989B7 in popluar color models

B9 89 B7
RGB 185 137 183
HSL 303° 25.53% 63.14%
HSB/HSV 303° 25.95% 72.55%
CMYK 0.00% 25.95% 1.08%
27.45%

Color #B989B7 in popluar number systems.

HEX B9 89 B7
Decimal 185 137 183
Binary 10111001 10001001 10110111
Octal 271 211 267

Shades and tints

Shades of #B989B7

#B989B7
(185,137,183)
#A97DA7
(169,125,167)
#997197
(153,113,151)
#896587
(137,101,135)
#795977
(121,89,119)
#694D67
(105,77,103)
#594157
(89,65,87)
#493547
(73,53,71)
#392937
(57,41,55)
#291D27
(41,29,39)
#191117
(25,17,23)
#000000
(0,0,0)

Tints of #B989B7

#B989B7
(185,137,183)
#BF93BD
(191,147,189)
#C59DC3
(197,157,195)
#CBA7C9
(203,167,201)
#D1B1CF
(209,177,207)
#D7BBD5
(215,187,213)
#DDC5DB
(221,197,219)
#E3CFE1
(227,207,225)
#E9D9E7
(233,217,231)
#EFE3ED
(239,227,237)
#F5EDF3
(245,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B989B7 color. Also use rgb(185,137,183) instead hex code.

Text Font Color

.myTextColor { color: #B989B7; }

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

This text font color is #B989B7.

Background Color

.myBgColor { background-color: #B989B7; }

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

This div background color is #B989B7.

Border color

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

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

This div border color is #B989B7.

Opacity

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

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

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

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

This text has shadow with #B989B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B989B7.

Preview

Color preview on black background

This text has color #B989B7 on black background.


Color preview on white background

This text has color #B989B7 on white background.


Black color preview on #B989B7 background

This text has black color on #B989B7 background.


White color preview on #B989B7 background

This text has white color on #B989B7 background.


Related colors

Complementary color

Complementary color for #hex is #467648.


I love getcolorcode.com

Triadic colors

1 #B7B989 and #89B7B9 with #B989B7 are triadic colors.

2 #B789B9 and #89B9B7 with #B989B7 are triadic colors.