COLOR #B189A9

HEX: #B189A9
RGB: (177,137,169)

Color info

#B189A9 contains red, green and blue colors in about the same proportion. Web safe color of #B189A9 is #999999 (or #999).

RGB color model

#B189A9 color RGB value is (177,137,169).

  • red value is 177;
  • green value is 137;
  • blue value is 169.
RGB:
(177,137,169)
(69%,54%,66%)

RGB channels and saturation

R 177 of 255 = 69%
G 137 of 255 = 54%
B 169 of 255 = 66%

177
137
169

R + G + B ~ 63%. #B189A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 137 + 169 = 483 (100%)
R 177 of 483 ~ 36.65%
G 137 of 483 ~ 28.36%
B 169 of 483 ~ 34.99%

%36.65
%28.36
%34.99

CMYK color model

#B189A9 color CMYK value is (0,23,5,31).

  • cyan value is 0.00%
  • magenta value is 22.60%
  • yellow value is 4.52%
  • key color value is 30.59%
CMYK:
(0,23,5,31)
C0M23Y5K31 
(0%,23%,5%,31%)
(0.00/0.23/0.05/0.31)	

CMYK percentages

%0
%22.6
%4.52
%30.59

Codes

Color #B189A9 in popluar color models

B189A9
RGB177137169
HSL312°20.41%61.57%
HSB/HSV312°22.60%69.41%
CMYK0.00%22.60%4.52%
30.59%

Color #B189A9 in popluar number systems.

HEXB189A9
Decimal177137169
Binary101100011000100110101001
Octal261211251

Shades and tints

Shades of #B189A9

#B189A9
(177,137,169)
#A17D9A
(161,125,154)
#91718B
(145,113,139)
#81657C
(129,101,124)
#71596D
(113,89,109)
#614D5E
(97,77,94)
#51414F
(81,65,79)
#413540
(65,53,64)
#312931
(49,41,49)
#211D22
(33,29,34)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #B189A9

#B189A9
(177,137,169)
#B893B0
(184,147,176)
#BF9DB7
(191,157,183)
#C6A7BE
(198,167,190)
#CDB1C5
(205,177,197)
#D4BBCC
(212,187,204)
#DBC5D3
(219,197,211)
#E2CFDA
(226,207,218)
#E9D9E1
(233,217,225)
#F0E3E8
(240,227,232)
#F7EDEF
(247,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B189A9 color. Also use rgb(177,137,169) instead hex code.

Text Font Color

.myTextColor { color: #B189A9; }

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

This text font color is #B189A9.


Background Color

.myBgColor { background-color: #B189A9; }

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

This div background color is #B189A9.


Border color

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

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

This div border color is #B189A9.


Opacity

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

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

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

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

This text has shadow with #B189A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B189A9 on black background.


Color preview on white background

This text has color #B189A9 on white background.



Black color preview on #B189A9 background

This text has black color on #B189A9 background.


White color preview on #B189A9 background

This text has white color on #B189A9 background.