COLOR #B089F8

HEX: #B089F8
RGB: (176,137,248)

Color info

#B089F8 contains mainly blue color. Web safe color of #B089F8 is #9999FF (or #99F).

RGB color model

#B089F8 color RGB value is (176,137,248).

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

RGB channels and saturation

R 176 of 255 = 69%
G 137 of 255 = 54%
B 248 of 255 = 97%

176
137
248

R + G + B ~ 73%. #B089F8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 137 + 248 = 561 (100%)
R 176 of 561 ~ 31.37%
G 137 of 561 ~ 24.42%
B 248 of 561 ~ 44.21%

%31.37
%24.42
%44.21

CMYK color model

#B089F8 color CMYK value is (29,45,0,3).

  • cyan value is 29.03%
  • magenta value is 44.76%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(29,45,0,3)
C29M45Y0K3 
(29%,45%,0%,3%)
(0.29/0.45/0.00/0.03)	

CMYK percentages

%29.03
%44.76
%0
%2.75

Codes

Color #B089F8 in popluar color models

B089F8
RGB176137248
HSL261°88.80%75.49%
HSB/HSV261°44.76%97.25%
CMYK29.03%44.76%0.00%
2.75%

Color #B089F8 in popluar number systems.

HEXB089F8
Decimal176137248
Binary101100001000100111111000
Octal260211370

Shades and tints

Shades of #B089F8

#B089F8
(176,137,248)
#A07DE2
(160,125,226)
#9071CC
(144,113,204)
#8065B6
(128,101,182)
#7059A0
(112,89,160)
#604D8A
(96,77,138)
#504174
(80,65,116)
#40355E
(64,53,94)
#302948
(48,41,72)
#201D32
(32,29,50)
#10111C
(16,17,28)
#000000
(0,0,0)

Tints of #B089F8

#B089F8
(176,137,248)
#B793F8
(183,147,248)
#BE9DF8
(190,157,248)
#C5A7F8
(197,167,248)
#CCB1F8
(204,177,248)
#D3BBF8
(211,187,248)
#DAC5F8
(218,197,248)
#E1CFF8
(225,207,248)
#E8D9F8
(232,217,248)
#EFE3F8
(239,227,248)
#F6EDF8
(246,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B089F8; }

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

This text font color is #B089F8.


Background Color

.myBgColor { background-color: #B089F8; }

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

This div background color is #B089F8.


Border color

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

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

This div border color is #B089F8.


Opacity

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

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

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

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

This text has shadow with #B089F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B089F8 on black background.


Color preview on white background

This text has color #B089F8 on white background.



Black color preview on #B089F8 background

This text has black color on #B089F8 background.


White color preview on #B089F8 background

This text has white color on #B089F8 background.