COLOR #B189B8

HEX: #B189B8
RGB: (177,137,184)

Color info

#B189B8 contains red, green and blue colors in about the same proportion. Web safe color of #B189B8 is #9999CC (or #99C).

RGB color model

#B189B8 color RGB value is (177,137,184).

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

RGB channels and saturation

R 177 of 255 = 69%
G 137 of 255 = 54%
B 184 of 255 = 72%

177
137
184

R + G + B ~ 65%. #B189B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 137 + 184 = 498 (100%)
R 177 of 498 ~ 35.54%
G 137 of 498 ~ 27.51%
B 184 of 498 ~ 36.95%

%35.54
%27.51
%36.95

CMYK color model

#B189B8 color CMYK value is (4,26,0,28).

  • cyan value is 3.80%
  • magenta value is 25.54%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(4,26,0,28)
C4M26Y0K28 
(4%,26%,0%,28%)
(0.04/0.26/0.00/0.28)	

CMYK percentages

%3.8
%25.54
%0
%27.84

Codes

Color #B189B8 in popluar color models

B189B8
RGB177137184
HSL291°24.87%62.94%
HSB/HSV291°25.54%72.16%
CMYK3.80%25.54%0.00%
27.84%

Color #B189B8 in popluar number systems.

HEXB189B8
Decimal177137184
Binary101100011000100110111000
Octal261211270

Shades and tints

Shades of #B189B8

#B189B8
(177,137,184)
#A17DA8
(161,125,168)
#917198
(145,113,152)
#816588
(129,101,136)
#715978
(113,89,120)
#614D68
(97,77,104)
#514158
(81,65,88)
#413548
(65,53,72)
#312938
(49,41,56)
#211D28
(33,29,40)
#111118
(17,17,24)
#000000
(0,0,0)

Tints of #B189B8

#B189B8
(177,137,184)
#B893BE
(184,147,190)
#BF9DC4
(191,157,196)
#C6A7CA
(198,167,202)
#CDB1D0
(205,177,208)
#D4BBD6
(212,187,214)
#DBC5DC
(219,197,220)
#E2CFE2
(226,207,226)
#E9D9E8
(233,217,232)
#F0E3EE
(240,227,238)
#F7EDF4
(247,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B189B8; }

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

This text font color is #B189B8.


Background Color

.myBgColor { background-color: #B189B8; }

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

This div background color is #B189B8.


Border color

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

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

This div border color is #B189B8.


Opacity

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

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

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

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

This text has shadow with #B189B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B189B8 on black background.


Color preview on white background

This text has color #B189B8 on white background.



Black color preview on #B189B8 background

This text has black color on #B189B8 background.


White color preview on #B189B8 background

This text has white color on #B189B8 background.