COLOR #B898F6

HEX: #B898F6 RGB: (184,152,246)

Color info

#B898F6 contains mainly blue color. Web safe color of #B898F6 is #CC99FF (or #C9F).

RGB color model

#B898F6 color RGB value is (184,152,246).

RGB: (184,152,246) (72%, 60%, 96%)

RGB channels and saturation

R 184 of 255 = 72%
G 152 of 255 = 60%
B 246 of 255 = 96%

184
152
246

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

Portions of RGB colors in percentages

R + G + B = 184 + 152 + 246 = 582 (100%)
R 184 of 582 ~ 31.62%
G 152 of 582 ~ 26.12%
B 246 of 582 ~ 42.27'%

%31.62
%26.12
%42.27

CMYK color model

#B898F6 color CMYK value is (25,38,0,4).

  • cyan value is 25.20%
  • magenta value is 38.21%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (25,38,0,4)
C25M38Y0K4 (25%, 38%, 0%, 4%)
(0.25 / 0.38 / 0.00 / 0.04)

CMYK percentages

%25.2
%38.21
%0
%3.53

Codes

Color #B898F6 in popluar color models

B8 98 F6
RGB 184 152 246
HSL 260° 83.93% 78.04%
HSB/HSV 260° 38.21% 96.47%
CMYK 25.20% 38.21% 0.00%
3.53%

Color #B898F6 in popluar number systems.

HEX B8 98 F6
Decimal 184 152 246
Binary 10111000 10011000 11110110
Octal 270 230 366

Shades and tints

Shades of #B898F6

#B898F6
(184,152,246)
#A88BE0
(168,139,224)
#987ECA
(152,126,202)
#8871B4
(136,113,180)
#78649E
(120,100,158)
#685788
(104,87,136)
#584A72
(88,74,114)
#483D5C
(72,61,92)
#383046
(56,48,70)
#282330
(40,35,48)
#18161A
(24,22,26)
#000000
(0,0,0)

Tints of #B898F6

#B898F6
(184,152,246)
#BEA1F6
(190,161,246)
#C4AAF6
(196,170,246)
#CAB3F6
(202,179,246)
#D0BCF6
(208,188,246)
#D6C5F6
(214,197,246)
#DCCEF6
(220,206,246)
#E2D7F6
(226,215,246)
#E8E0F6
(232,224,246)
#EEE9F6
(238,233,246)
#F4F2F6
(244,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B898F6 color. Also use rgb(184,152,246) instead hex code.

Text Font Color

.myTextColor { color: #B898F6; }

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

This text font color is #B898F6.

Background Color

.myBgColor { background-color: #B898F6; }

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

This div background color is #B898F6.

Border color

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

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

This div border color is #B898F6.

Opacity

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

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

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

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

This text has shadow with #B898F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B898F6.

Preview

Color preview on black background

This text has color #B898F6 on black background.


Color preview on white background

This text has color #B898F6 on white background.


Black color preview on #B898F6 background

This text has black color on #B898F6 background.


White color preview on #B898F6 background

This text has white color on #B898F6 background.


Related colors

Complementary color

Complementary color for #hex is #476709.


I love getcolorcode.com

Triadic colors

1 #F6B898 and #98F6B8 with #B898F6 are triadic colors.

2 #F698B8 and #98B8F6 with #B898F6 are triadic colors.