COLOR #B089AB

HEX: #B089AB
RGB: (176,137,171)

Color info

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

RGB color model

#B089AB color RGB value is (176,137,171).

  • red value is 176;
  • green value is 137;
  • blue value is 171.
RGB:
(176,137,171)
(69%,54%,67%)

RGB channels and saturation

R 176 of 255 = 69%
G 137 of 255 = 54%
B 171 of 255 = 67%

176
137
171

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

Portions of RGB colors in percentages

R + G + B =
176 + 137 + 171 = 484 (100%)
R 176 of 484 ~ 36.36%
G 137 of 484 ~ 28.31%
B 171 of 484 ~ 35.33%

%36.36
%28.31
%35.33

CMYK color model

#B089AB color CMYK value is (0,22,3,31).

  • cyan value is 0.00%
  • magenta value is 22.16%
  • yellow value is 2.84%
  • key color value is 30.98%
CMYK:
(0,22,3,31)
C0M22Y3K31 
(0%,22%,3%,31%)
(0.00/0.22/0.03/0.31)	

CMYK percentages

%0
%22.16
%2.84
%30.98

Codes

Color #B089AB in popluar color models

B089AB
RGB176137171
HSL308°19.80%61.37%
HSB/HSV308°22.16%69.02%
CMYK0.00%22.16%2.84%
30.98%

Color #B089AB in popluar number systems.

HEXB089AB
Decimal176137171
Binary101100001000100110101011
Octal260211253

Shades and tints

Shades of #B089AB

#B089AB
(176,137,171)
#A07D9C
(160,125,156)
#90718D
(144,113,141)
#80657E
(128,101,126)
#70596F
(112,89,111)
#604D60
(96,77,96)
#504151
(80,65,81)
#403542
(64,53,66)
#302933
(48,41,51)
#201D24
(32,29,36)
#101115
(16,17,21)
#000000
(0,0,0)

Tints of #B089AB

#B089AB
(176,137,171)
#B793B2
(183,147,178)
#BE9DB9
(190,157,185)
#C5A7C0
(197,167,192)
#CCB1C7
(204,177,199)
#D3BBCE
(211,187,206)
#DAC5D5
(218,197,213)
#E1CFDC
(225,207,220)
#E8D9E3
(232,217,227)
#EFE3EA
(239,227,234)
#F6EDF1
(246,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B089AB color. Also use rgb(176,137,171) instead hex code.

Text Font Color

.myTextColor { color: #B089AB; }

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

This text font color is #B089AB.


Background Color

.myBgColor { background-color: #B089AB; }

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

This div background color is #B089AB.


Border color

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

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

This div border color is #B089AB.


Opacity

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

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

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

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

This text has shadow with #B089AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B089AB on black background.


Color preview on white background

This text has color #B089AB on white background.



Black color preview on #B089AB background

This text has black color on #B089AB background.


White color preview on #B089AB background

This text has white color on #B089AB background.