COLOR #B298F7

HEX: #B298F7
RGB: (178,152,247)

Color info

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

RGB color model

#B298F7 color RGB value is (178,152,247).

  • red value is 178;
  • green value is 152;
  • blue value is 247.
RGB:
(178,152,247)
(70%,60%,97%)

RGB channels and saturation

R 178 of 255 = 70%
G 152 of 255 = 60%
B 247 of 255 = 97%

178
152
247

R + G + B ~ 76%. #B298F7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 152 + 247 = 577 (100%)
R 178 of 577 ~ 30.85%
G 152 of 577 ~ 26.34%
B 247 of 577 ~ 42.81%

%30.85
%26.34
%42.81

CMYK color model

#B298F7 color CMYK value is (28,38,0,3).

  • cyan value is 27.94%
  • magenta value is 38.46%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(28,38,0,3)
C28M38Y0K3 
(28%,38%,0%,3%)
(0.28/0.38/0.00/0.03)	

CMYK percentages

%27.94
%38.46
%0
%3.14

Codes

Color #B298F7 in popluar color models

B298F7
RGB178152247
HSL256°85.59%78.24%
HSB/HSV256°38.46%96.86%
CMYK27.94%38.46%0.00%
3.14%

Color #B298F7 in popluar number systems.

HEXB298F7
Decimal178152247
Binary101100101001100011110111
Octal262230367

Shades and tints

Shades of #B298F7

#B298F7
(178,152,247)
#A28BE1
(162,139,225)
#927ECB
(146,126,203)
#8271B5
(130,113,181)
#72649F
(114,100,159)
#625789
(98,87,137)
#524A73
(82,74,115)
#423D5D
(66,61,93)
#323047
(50,48,71)
#222331
(34,35,49)
#12161B
(18,22,27)
#000000
(0,0,0)

Tints of #B298F7

#B298F7
(178,152,247)
#B9A1F7
(185,161,247)
#C0AAF7
(192,170,247)
#C7B3F7
(199,179,247)
#CEBCF7
(206,188,247)
#D5C5F7
(213,197,247)
#DCCEF7
(220,206,247)
#E3D7F7
(227,215,247)
#EAE0F7
(234,224,247)
#F1E9F7
(241,233,247)
#F8F2F7
(248,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B298F7 color. Also use rgb(178,152,247) instead hex code.

Text Font Color

.myTextColor { color: #B298F7; }

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

This text font color is #B298F7.


Background Color

.myBgColor { background-color: #B298F7; }

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

This div background color is #B298F7.


Border color

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

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

This div border color is #B298F7.


Opacity

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

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

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

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

This text has shadow with #B298F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B298F7 on black background.


Color preview on white background

This text has color #B298F7 on white background.



Black color preview on #B298F7 background

This text has black color on #B298F7 background.


White color preview on #B298F7 background

This text has white color on #B298F7 background.