COLOR #B989EB

HEX: #B989EB
RGB: (185,137,235)

Color info

#B989EB contains mainly red and blue colors. Web safe color of #B989EB is #CC99FF (or #C9F).

RGB color model

#B989EB color RGB value is (185,137,235).

  • red value is 185;
  • green value is 137;
  • blue value is 235.
RGB:
(185,137,235)
(73%,54%,92%)

RGB channels and saturation

R 185 of 255 = 73%
G 137 of 255 = 54%
B 235 of 255 = 92%

185
137
235

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

Portions of RGB colors in percentages

R + G + B =
185 + 137 + 235 = 557 (100%)
R 185 of 557 ~ 33.21%
G 137 of 557 ~ 24.6%
B 235 of 557 ~ 42.19%

%33.21
%24.6
%42.19

CMYK color model

#B989EB color CMYK value is (21,42,0,8).

  • cyan value is 21.28%
  • magenta value is 41.70%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(21,42,0,8)
C21M42Y0K8 
(21%,42%,0%,8%)
(0.21/0.42/0.00/0.08)	

CMYK percentages

%21.28
%41.7
%0
%7.84

Codes

Color #B989EB in popluar color models

B989EB
RGB185137235
HSL269°71.01%72.94%
HSB/HSV269°41.70%92.16%
CMYK21.28%41.70%0.00%
7.84%

Color #B989EB in popluar number systems.

HEXB989EB
Decimal185137235
Binary101110011000100111101011
Octal271211353

Shades and tints

Shades of #B989EB

#B989EB
(185,137,235)
#A97DD6
(169,125,214)
#9971C1
(153,113,193)
#8965AC
(137,101,172)
#795997
(121,89,151)
#694D82
(105,77,130)
#59416D
(89,65,109)
#493558
(73,53,88)
#392943
(57,41,67)
#291D2E
(41,29,46)
#191119
(25,17,25)
#000000
(0,0,0)

Tints of #B989EB

#B989EB
(185,137,235)
#BF93EC
(191,147,236)
#C59DED
(197,157,237)
#CBA7EE
(203,167,238)
#D1B1EF
(209,177,239)
#D7BBF0
(215,187,240)
#DDC5F1
(221,197,241)
#E3CFF2
(227,207,242)
#E9D9F3
(233,217,243)
#EFE3F4
(239,227,244)
#F5EDF5
(245,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B989EB color. Also use rgb(185,137,235) instead hex code.

Text Font Color

.myTextColor { color: #B989EB; }

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

This text font color is #B989EB.


Background Color

.myBgColor { background-color: #B989EB; }

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

This div background color is #B989EB.


Border color

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

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

This div border color is #B989EB.


Opacity

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

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

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

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

This text has shadow with #B989EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B989EB on black background.


Color preview on white background

This text has color #B989EB on white background.



Black color preview on #B989EB background

This text has black color on #B989EB background.


White color preview on #B989EB background

This text has white color on #B989EB background.