COLOR #B890E9

HEX: #B890E9
RGB: (184,144,233)

Color info

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

RGB color model

#B890E9 color RGB value is (184,144,233).

  • red value is 184;
  • green value is 144;
  • blue value is 233.
RGB:
(184,144,233)
(72%,56%,91%)

RGB channels and saturation

R 184 of 255 = 72%
G 144 of 255 = 56%
B 233 of 255 = 91%

184
144
233

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

Portions of RGB colors in percentages

R + G + B =
184 + 144 + 233 = 561 (100%)
R 184 of 561 ~ 32.8%
G 144 of 561 ~ 25.67%
B 233 of 561 ~ 41.53%

%32.8
%25.67
%41.53

CMYK color model

#B890E9 color CMYK value is (21,38,0,9).

  • cyan value is 21.03%
  • magenta value is 38.20%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(21,38,0,9)
C21M38Y0K9 
(21%,38%,0%,9%)
(0.21/0.38/0.00/0.09)	

CMYK percentages

%21.03
%38.2
%0
%8.63

Codes

Color #B890E9 in popluar color models

B890E9
RGB184144233
HSL267°66.92%73.92%
HSB/HSV267°38.20%91.37%
CMYK21.03%38.20%0.00%
8.63%

Color #B890E9 in popluar number systems.

HEXB890E9
Decimal184144233
Binary101110001001000011101001
Octal270220351

Shades and tints

Shades of #B890E9

#B890E9
(184,144,233)
#A883D4
(168,131,212)
#9876BF
(152,118,191)
#8869AA
(136,105,170)
#785C95
(120,92,149)
#684F80
(104,79,128)
#58426B
(88,66,107)
#483556
(72,53,86)
#382841
(56,40,65)
#281B2C
(40,27,44)
#180E17
(24,14,23)
#000000
(0,0,0)

Tints of #B890E9

#B890E9
(184,144,233)
#BE9AEB
(190,154,235)
#C4A4ED
(196,164,237)
#CAAEEF
(202,174,239)
#D0B8F1
(208,184,241)
#D6C2F3
(214,194,243)
#DCCCF5
(220,204,245)
#E2D6F7
(226,214,247)
#E8E0F9
(232,224,249)
#EEEAFB
(238,234,251)
#F4F4FD
(244,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B890E9 color. Also use rgb(184,144,233) instead hex code.

Text Font Color

.myTextColor { color: #B890E9; }

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

This text font color is #B890E9.


Background Color

.myBgColor { background-color: #B890E9; }

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

This div background color is #B890E9.


Border color

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

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

This div border color is #B890E9.


Opacity

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

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

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

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

This text has shadow with #B890E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B890E9 on black background.


Color preview on white background

This text has color #B890E9 on white background.



Black color preview on #B890E9 background

This text has black color on #B890E9 background.


White color preview on #B890E9 background

This text has white color on #B890E9 background.