COLOR #B189AD

HEX: #B189AD
RGB: (177,137,173)

Color info

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

RGB color model

#B189AD color RGB value is (177,137,173).

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

RGB channels and saturation

R 177 of 255 = 69%
G 137 of 255 = 54%
B 173 of 255 = 68%

177
137
173

R + G + B ~ 64%. #B189AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 137 + 173 = 487 (100%)
R 177 of 487 ~ 36.34%
G 137 of 487 ~ 28.13%
B 173 of 487 ~ 35.52%

%36.34
%28.13
%35.52

CMYK color model

#B189AD color CMYK value is (0,23,2,31).

  • cyan value is 0.00%
  • magenta value is 22.60%
  • yellow value is 2.26%
  • key color value is 30.59%
CMYK:
(0,23,2,31)
C0M23Y2K31 
(0%,23%,2%,31%)
(0.00/0.23/0.02/0.31)	

CMYK percentages

%0
%22.6
%2.26
%30.59

Codes

Color #B189AD in popluar color models

B189AD
RGB177137173
HSL306°20.41%61.57%
HSB/HSV306°22.60%69.41%
CMYK0.00%22.60%2.26%
30.59%

Color #B189AD in popluar number systems.

HEXB189AD
Decimal177137173
Binary101100011000100110101101
Octal261211255

Shades and tints

Shades of #B189AD

#B189AD
(177,137,173)
#A17D9E
(161,125,158)
#91718F
(145,113,143)
#816580
(129,101,128)
#715971
(113,89,113)
#614D62
(97,77,98)
#514153
(81,65,83)
#413544
(65,53,68)
#312935
(49,41,53)
#211D26
(33,29,38)
#111117
(17,17,23)
#000000
(0,0,0)

Tints of #B189AD

#B189AD
(177,137,173)
#B893B4
(184,147,180)
#BF9DBB
(191,157,187)
#C6A7C2
(198,167,194)
#CDB1C9
(205,177,201)
#D4BBD0
(212,187,208)
#DBC5D7
(219,197,215)
#E2CFDE
(226,207,222)
#E9D9E5
(233,217,229)
#F0E3EC
(240,227,236)
#F7EDF3
(247,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B189AD; }

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

This text font color is #B189AD.


Background Color

.myBgColor { background-color: #B189AD; }

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

This div background color is #B189AD.


Border color

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

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

This div border color is #B189AD.


Opacity

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

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

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

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

This text has shadow with #B189AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B189AD on black background.


Color preview on white background

This text has color #B189AD on white background.



Black color preview on #B189AD background

This text has black color on #B189AD background.


White color preview on #B189AD background

This text has white color on #B189AD background.