COLOR #8892F6

HEX: #8892F6 RGB: (136,146,246)

Color info

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

RGB color model

#8892F6 color RGB value is (136,146,246).

RGB: (136,146,246) (53%, 57%, 96%)

RGB channels and saturation

R 136 of 255 = 53%
G 146 of 255 = 57%
B 246 of 255 = 96%

136
146
246

R + G + B ~ 69%. #8892F6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 146 + 246 = 528 (100%)
R 136 of 528 ~ 25.76%
G 146 of 528 ~ 27.65%
B 246 of 528 ~ 46.59'%

%25.76
%27.65
%46.59

CMYK color model

#8892F6 color CMYK value is (45,41,0,4).

  • cyan value is 44.72%
  • magenta value is 40.65%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (45,41,0,4)
C45M41Y0K4 (45%, 41%, 0%, 4%)
(0.45 / 0.41 / 0.00 / 0.04)

CMYK percentages

%44.72
%40.65
%0
%3.53

Codes

Color #8892F6 in popluar color models

88 92 F6
RGB 136 146 246
HSL 235° 85.94% 74.90%
HSB/HSV 235° 44.72% 96.47%
CMYK 44.72% 40.65% 0.00%
3.53%

Color #8892F6 in popluar number systems.

HEX 88 92 F6
Decimal 136 146 246
Binary 10001000 10010010 11110110
Octal 210 222 366

Shades and tints

Shades of #8892F6

#8892F6
(136,146,246)
#7C85E0
(124,133,224)
#7078CA
(112,120,202)
#646BB4
(100,107,180)
#585E9E
(88,94,158)
#4C5188
(76,81,136)
#404472
(64,68,114)
#34375C
(52,55,92)
#282A46
(40,42,70)
#1C1D30
(28,29,48)
#10101A
(16,16,26)
#000000
(0,0,0)

Tints of #8892F6

#8892F6
(136,146,246)
#929BF6
(146,155,246)
#9CA4F6
(156,164,246)
#A6ADF6
(166,173,246)
#B0B6F6
(176,182,246)
#BABFF6
(186,191,246)
#C4C8F6
(196,200,246)
#CED1F6
(206,209,246)
#D8DAF6
(216,218,246)
#E2E3F6
(226,227,246)
#ECECF6
(236,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8892F6 color. Also use rgb(136,146,246) instead hex code.

Text Font Color

.myTextColor { color: #8892F6; }

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

This text font color is #8892F6.

Background Color

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

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

This div background color is #8892F6.

Border color

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

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

This div border color is #8892F6.

Opacity

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

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

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

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

This text has shadow with #8892F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8892F6.

Preview

Color preview on black background

This text has color #8892F6 on black background.


Color preview on white background

This text has color #8892F6 on white background.


Black color preview on #8892F6 background

This text has black color on #8892F6 background.


White color preview on #8892F6 background

This text has white color on #8892F6 background.


Related colors

Complementary color

Complementary color for #hex is #776D09.


I love getcolorcode.com

Triadic colors

1 #F68892 and #92F688 with #8892F6 are triadic colors.

2 #F69288 and #9288F6 with #8892F6 are triadic colors.