COLOR #B098E4

HEX: #B098E4
RGB: (176,152,228)

Color info

#B098E4 contains mainly red and blue colors. Web safe color of #B098E4 is #9999CC (or #99C).

RGB color model

#B098E4 color RGB value is (176,152,228).

  • red value is 176;
  • green value is 152;
  • blue value is 228.
RGB:
(176,152,228)
(69%,60%,89%)

RGB channels and saturation

R 176 of 255 = 69%
G 152 of 255 = 60%
B 228 of 255 = 89%

176
152
228

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

Portions of RGB colors in percentages

R + G + B =
176 + 152 + 228 = 556 (100%)
R 176 of 556 ~ 31.65%
G 152 of 556 ~ 27.34%
B 228 of 556 ~ 41.01%

%31.65
%27.34
%41.01

CMYK color model

#B098E4 color CMYK value is (23,33,0,11).

  • cyan value is 22.81%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(23,33,0,11)
C23M33Y0K11 
(23%,33%,0%,11%)
(0.23/0.33/0.00/0.11)	

CMYK percentages

%22.81
%33.33
%0
%10.59

Codes

Color #B098E4 in popluar color models

B098E4
RGB176152228
HSL259°58.46%74.51%
HSB/HSV259°33.33%89.41%
CMYK22.81%33.33%0.00%
10.59%

Color #B098E4 in popluar number systems.

HEXB098E4
Decimal176152228
Binary101100001001100011100100
Octal260230344

Shades and tints

Shades of #B098E4

#B098E4
(176,152,228)
#A08BD0
(160,139,208)
#907EBC
(144,126,188)
#8071A8
(128,113,168)
#706494
(112,100,148)
#605780
(96,87,128)
#504A6C
(80,74,108)
#403D58
(64,61,88)
#303044
(48,48,68)
#202330
(32,35,48)
#10161C
(16,22,28)
#000000
(0,0,0)

Tints of #B098E4

#B098E4
(176,152,228)
#B7A1E6
(183,161,230)
#BEAAE8
(190,170,232)
#C5B3EA
(197,179,234)
#CCBCEC
(204,188,236)
#D3C5EE
(211,197,238)
#DACEF0
(218,206,240)
#E1D7F2
(225,215,242)
#E8E0F4
(232,224,244)
#EFE9F6
(239,233,246)
#F6F2F8
(246,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B098E4 color. Also use rgb(176,152,228) instead hex code.

Text Font Color

.myTextColor { color: #B098E4; }

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

This text font color is #B098E4.


Background Color

.myBgColor { background-color: #B098E4; }

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

This div background color is #B098E4.


Border color

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

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

This div border color is #B098E4.


Opacity

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

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

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

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

This text has shadow with #B098E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B098E4 on black background.


Color preview on white background

This text has color #B098E4 on white background.



Black color preview on #B098E4 background

This text has black color on #B098E4 background.


White color preview on #B098E4 background

This text has white color on #B098E4 background.