COLOR #8087F6

HEX: #8087F6
RGB: (128,135,246)

Color info

#8087F6 contains mainly blue color. Web safe color of #8087F6 is #6699FF (or #69F).

RGB color model

#8087F6 color RGB value is (128,135,246).

  • red value is 128;
  • green value is 135;
  • blue value is 246.
RGB:
(128,135,246)
(50%,53%,96%)

RGB channels and saturation

R 128 of 255 = 50%
G 135 of 255 = 53%
B 246 of 255 = 96%

128
135
246

R + G + B ~ 66%. #8087F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 135 + 246 = 509 (100%)
R 128 of 509 ~ 25.15%
G 135 of 509 ~ 26.52%
B 246 of 509 ~ 48.33%

%25.15
%26.52
%48.33

CMYK color model

#8087F6 color CMYK value is (48,45,0,4).

  • cyan value is 47.97%
  • magenta value is 45.12%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(48,45,0,4)
C48M45Y0K4 
(48%,45%,0%,4%)
(0.48/0.45/0.00/0.04)	

CMYK percentages

%47.97
%45.12
%0
%3.53

Codes

Color #8087F6 in popluar color models

8087F6
RGB128135246
HSL236°86.76%73.33%
HSB/HSV236°47.97%96.47%
CMYK47.97%45.12%0.00%
3.53%

Color #8087F6 in popluar number systems.

HEX8087F6
Decimal128135246
Binary100000001000011111110110
Octal200207366

Shades and tints

Shades of #8087F6

#8087F6
(128,135,246)
#757BE0
(117,123,224)
#6A6FCA
(106,111,202)
#5F63B4
(95,99,180)
#54579E
(84,87,158)
#494B88
(73,75,136)
#3E3F72
(62,63,114)
#33335C
(51,51,92)
#282746
(40,39,70)
#1D1B30
(29,27,48)
#120F1A
(18,15,26)
#000000
(0,0,0)

Tints of #8087F6

#8087F6
(128,135,246)
#8B91F6
(139,145,246)
#969BF6
(150,155,246)
#A1A5F6
(161,165,246)
#ACAFF6
(172,175,246)
#B7B9F6
(183,185,246)
#C2C3F6
(194,195,246)
#CDCDF6
(205,205,246)
#D8D7F6
(216,215,246)
#E3E1F6
(227,225,246)
#EEEBF6
(238,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8087F6 color. Also use rgb(128,135,246) instead hex code.

Text Font Color

.myTextColor { color: #8087F6; }

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

This text font color is #8087F6.


Background Color

.myBgColor { background-color: #8087F6; }

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

This div background color is #8087F6.


Border color

.myBorderColor { border: 1px solid #8087F6; }

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

This div border color is #8087F6.


Opacity

.myOpacity80 { color: #8087F6; opacity: 0.8; }

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

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

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

This text has shadow with #8087F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8087F6 on black background.


Color preview on white background

This text has color #8087F6 on white background.



Black color preview on #8087F6 background

This text has black color on #8087F6 background.


White color preview on #8087F6 background

This text has white color on #8087F6 background.