COLOR #B089BF

HEX: #B089BF
RGB: (176,137,191)

Color info

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

RGB color model

#B089BF color RGB value is (176,137,191).

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

RGB channels and saturation

R 176 of 255 = 69%
G 137 of 255 = 54%
B 191 of 255 = 75%

176
137
191

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

Portions of RGB colors in percentages

R + G + B =
176 + 137 + 191 = 504 (100%)
R 176 of 504 ~ 34.92%
G 137 of 504 ~ 27.18%
B 191 of 504 ~ 37.9%

%34.92
%27.18
%37.9

CMYK color model

#B089BF color CMYK value is (8,28,0,25).

  • cyan value is 7.85%
  • magenta value is 28.27%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(8,28,0,25)
C8M28Y0K25 
(8%,28%,0%,25%)
(0.08/0.28/0.00/0.25)	

CMYK percentages

%7.85
%28.27
%0
%25.1

Codes

Color #B089BF in popluar color models

B089BF
RGB176137191
HSL283°29.67%64.31%
HSB/HSV283°28.27%74.90%
CMYK7.85%28.27%0.00%
25.10%

Color #B089BF in popluar number systems.

HEXB089BF
Decimal176137191
Binary101100001000100110111111
Octal260211277

Shades and tints

Shades of #B089BF

#B089BF
(176,137,191)
#A07DAE
(160,125,174)
#90719D
(144,113,157)
#80658C
(128,101,140)
#70597B
(112,89,123)
#604D6A
(96,77,106)
#504159
(80,65,89)
#403548
(64,53,72)
#302937
(48,41,55)
#201D26
(32,29,38)
#101115
(16,17,21)
#000000
(0,0,0)

Tints of #B089BF

#B089BF
(176,137,191)
#B793C4
(183,147,196)
#BE9DC9
(190,157,201)
#C5A7CE
(197,167,206)
#CCB1D3
(204,177,211)
#D3BBD8
(211,187,216)
#DAC5DD
(218,197,221)
#E1CFE2
(225,207,226)
#E8D9E7
(232,217,231)
#EFE3EC
(239,227,236)
#F6EDF1
(246,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B089BF; }

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

This text font color is #B089BF.


Background Color

.myBgColor { background-color: #B089BF; }

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

This div background color is #B089BF.


Border color

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

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

This div border color is #B089BF.


Opacity

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

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

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

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

This text has shadow with #B089BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B089BF on black background.


Color preview on white background

This text has color #B089BF on white background.



Black color preview on #B089BF background

This text has black color on #B089BF background.


White color preview on #B089BF background

This text has white color on #B089BF background.