COLOR #B89FF6

HEX: #B89FF6
RGB: (184,159,246)

Color info

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

RGB color model

#B89FF6 color RGB value is (184,159,246).

  • red value is 184;
  • green value is 159;
  • blue value is 246.
RGB:
(184,159,246)
(72%,62%,96%)

RGB channels and saturation

R 184 of 255 = 72%
G 159 of 255 = 62%
B 246 of 255 = 96%

184
159
246

R + G + B ~ 77%. #B89FF6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 159 + 246 = 589 (100%)
R 184 of 589 ~ 31.24%
G 159 of 589 ~ 26.99%
B 246 of 589 ~ 41.77%

%31.24
%26.99
%41.77

CMYK color model

#B89FF6 color CMYK value is (25,35,0,4).

  • cyan value is 25.20%
  • magenta value is 35.37%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(25,35,0,4)
C25M35Y0K4 
(25%,35%,0%,4%)
(0.25/0.35/0.00/0.04)	

CMYK percentages

%25.2
%35.37
%0
%3.53

Codes

Color #B89FF6 in popluar color models

B89FF6
RGB184159246
HSL257°82.86%79.41%
HSB/HSV257°35.37%96.47%
CMYK25.20%35.37%0.00%
3.53%

Color #B89FF6 in popluar number systems.

HEXB89FF6
Decimal184159246
Binary101110001001111111110110
Octal270237366

Shades and tints

Shades of #B89FF6

#B89FF6
(184,159,246)
#A891E0
(168,145,224)
#9883CA
(152,131,202)
#8875B4
(136,117,180)
#78679E
(120,103,158)
#685988
(104,89,136)
#584B72
(88,75,114)
#483D5C
(72,61,92)
#382F46
(56,47,70)
#282130
(40,33,48)
#18131A
(24,19,26)
#000000
(0,0,0)

Tints of #B89FF6

#B89FF6
(184,159,246)
#BEA7F6
(190,167,246)
#C4AFF6
(196,175,246)
#CAB7F6
(202,183,246)
#D0BFF6
(208,191,246)
#D6C7F6
(214,199,246)
#DCCFF6
(220,207,246)
#E2D7F6
(226,215,246)
#E8DFF6
(232,223,246)
#EEE7F6
(238,231,246)
#F4EFF6
(244,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B89FF6; }

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

This text font color is #B89FF6.


Background Color

.myBgColor { background-color: #B89FF6; }

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

This div background color is #B89FF6.


Border color

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

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

This div border color is #B89FF6.


Opacity

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

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

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

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

This text has shadow with #B89FF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B89FF6 on black background.


Color preview on white background

This text has color #B89FF6 on white background.



Black color preview on #B89FF6 background

This text has black color on #B89FF6 background.


White color preview on #B89FF6 background

This text has white color on #B89FF6 background.