COLOR #B087E3

HEX: #B087E3
RGB: (176,135,227)

Color info

#B087E3 contains mainly red and blue colors. Web safe color of #B087E3 is #9999CC (or #99C).

RGB color model

#B087E3 color RGB value is (176,135,227).

  • red value is 176;
  • green value is 135;
  • blue value is 227.
RGB:
(176,135,227)
(69%,53%,89%)

RGB channels and saturation

R 176 of 255 = 69%
G 135 of 255 = 53%
B 227 of 255 = 89%

176
135
227

R + G + B ~ 70%. #B087E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 135 + 227 = 538 (100%)
R 176 of 538 ~ 32.71%
G 135 of 538 ~ 25.09%
B 227 of 538 ~ 42.19%

%32.71
%25.09
%42.19

CMYK color model

#B087E3 color CMYK value is (22,41,0,11).

  • cyan value is 22.47%
  • magenta value is 40.53%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(22,41,0,11)
C22M41Y0K11 
(22%,41%,0%,11%)
(0.22/0.41/0.00/0.11)	

CMYK percentages

%22.47
%40.53
%0
%10.98

Codes

Color #B087E3 in popluar color models

B087E3
RGB176135227
HSL267°62.16%70.98%
HSB/HSV267°40.53%89.02%
CMYK22.47%40.53%0.00%
10.98%

Color #B087E3 in popluar number systems.

HEXB087E3
Decimal176135227
Binary101100001000011111100011
Octal260207343

Shades and tints

Shades of #B087E3

#B087E3
(176,135,227)
#A07BCF
(160,123,207)
#906FBB
(144,111,187)
#8063A7
(128,99,167)
#705793
(112,87,147)
#604B7F
(96,75,127)
#503F6B
(80,63,107)
#403357
(64,51,87)
#302743
(48,39,67)
#201B2F
(32,27,47)
#100F1B
(16,15,27)
#000000
(0,0,0)

Tints of #B087E3

#B087E3
(176,135,227)
#B791E5
(183,145,229)
#BE9BE7
(190,155,231)
#C5A5E9
(197,165,233)
#CCAFEB
(204,175,235)
#D3B9ED
(211,185,237)
#DAC3EF
(218,195,239)
#E1CDF1
(225,205,241)
#E8D7F3
(232,215,243)
#EFE1F5
(239,225,245)
#F6EBF7
(246,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B087E3 color. Also use rgb(176,135,227) instead hex code.

Text Font Color

.myTextColor { color: #B087E3; }

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

This text font color is #B087E3.


Background Color

.myBgColor { background-color: #B087E3; }

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

This div background color is #B087E3.


Border color

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

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

This div border color is #B087E3.


Opacity

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

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

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

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

This text has shadow with #B087E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B087E3 on black background.


Color preview on white background

This text has color #B087E3 on white background.



Black color preview on #B087E3 background

This text has black color on #B087E3 background.


White color preview on #B087E3 background

This text has white color on #B087E3 background.