COLOR #8890F7

HEX: #8890F7
RGB: (136,144,247)

Color info

#8890F7 contains mainly blue color. Web safe color of #8890F7 is #9999FF (or #99F).

RGB color model

#8890F7 color RGB value is (136,144,247).

  • red value is 136;
  • green value is 144;
  • blue value is 247.
RGB:
(136,144,247)
(53%,56%,97%)

RGB channels and saturation

R 136 of 255 = 53%
G 144 of 255 = 56%
B 247 of 255 = 97%

136
144
247

R + G + B ~ 69%. #8890F7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 144 + 247 = 527 (100%)
R 136 of 527 ~ 25.81%
G 144 of 527 ~ 27.32%
B 247 of 527 ~ 46.87%

%25.81
%27.32
%46.87

CMYK color model

#8890F7 color CMYK value is (45,42,0,3).

  • cyan value is 44.94%
  • magenta value is 41.70%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(45,42,0,3)
C45M42Y0K3 
(45%,42%,0%,3%)
(0.45/0.42/0.00/0.03)	

CMYK percentages

%44.94
%41.7
%0
%3.14

Codes

Color #8890F7 in popluar color models

8890F7
RGB136144247
HSL236°87.40%75.10%
HSB/HSV236°44.94%96.86%
CMYK44.94%41.70%0.00%
3.14%

Color #8890F7 in popluar number systems.

HEX8890F7
Decimal136144247
Binary100010001001000011110111
Octal210220367

Shades and tints

Shades of #8890F7

#8890F7
(136,144,247)
#7C83E1
(124,131,225)
#7076CB
(112,118,203)
#6469B5
(100,105,181)
#585C9F
(88,92,159)
#4C4F89
(76,79,137)
#404273
(64,66,115)
#34355D
(52,53,93)
#282847
(40,40,71)
#1C1B31
(28,27,49)
#100E1B
(16,14,27)
#000000
(0,0,0)

Tints of #8890F7

#8890F7
(136,144,247)
#929AF7
(146,154,247)
#9CA4F7
(156,164,247)
#A6AEF7
(166,174,247)
#B0B8F7
(176,184,247)
#BAC2F7
(186,194,247)
#C4CCF7
(196,204,247)
#CED6F7
(206,214,247)
#D8E0F7
(216,224,247)
#E2EAF7
(226,234,247)
#ECF4F7
(236,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8890F7 color. Also use rgb(136,144,247) instead hex code.

Text Font Color

.myTextColor { color: #8890F7; }

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

This text font color is #8890F7.


Background Color

.myBgColor { background-color: #8890F7; }

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

This div background color is #8890F7.


Border color

.myBorderColor { border: 1px solid #8890F7; }

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

This div border color is #8890F7.


Opacity

.myOpacity80 { color: #8890F7; opacity: 0.8; }

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

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

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

This text has shadow with #8890F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8890F7 on black background.


Color preview on white background

This text has color #8890F7 on white background.



Black color preview on #8890F7 background

This text has black color on #8890F7 background.


White color preview on #8890F7 background

This text has white color on #8890F7 background.