COLOR #8F94E6

HEX: #8F94E6 RGB: (143,148,230)

Color info

#8F94E6 contains mainly blue color. Web safe color of #8F94E6 is #9999CC (or #99C).

RGB color model

#8F94E6 color RGB value is (143,148,230).

RGB: (143,148,230) (56%, 58%, 90%)

RGB channels and saturation

R 143 of 255 = 56%
G 148 of 255 = 58%
B 230 of 255 = 90%

143
148
230

R + G + B ~ 68%. #8F94E6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 148 + 230 = 521 (100%)
R 143 of 521 ~ 27.45%
G 148 of 521 ~ 28.41%
B 230 of 521 ~ 44.15'%

%27.45
%28.41
%44.15

CMYK color model

#8F94E6 color CMYK value is (38,36,0,10).

  • cyan value is 37.83%
  • magenta value is 35.65%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (38,36,0,10)
C38M36Y0K10 (38%, 36%, 0%, 10%)
(0.38 / 0.36 / 0.00 / 0.10)

CMYK percentages

%37.83
%35.65
%0
%9.8

Codes

Color #8F94E6 in popluar color models

8F 94 E6
RGB 143 148 230
HSL 237° 63.50% 73.14%
HSB/HSV 237° 37.83% 90.20%
CMYK 37.83% 35.65% 0.00%
9.80%

Color #8F94E6 in popluar number systems.

HEX 8F 94 E6
Decimal 143 148 230
Binary 10001111 10010100 11100110
Octal 217 224 346

Shades and tints

Shades of #8F94E6

#8F94E6
(143,148,230)
#8287D2
(130,135,210)
#757ABE
(117,122,190)
#686DAA
(104,109,170)
#5B6096
(91,96,150)
#4E5382
(78,83,130)
#41466E
(65,70,110)
#34395A
(52,57,90)
#272C46
(39,44,70)
#1A1F32
(26,31,50)
#0D121E
(13,18,30)
#000000
(0,0,0)

Tints of #8F94E6

#8F94E6
(143,148,230)
#999DE8
(153,157,232)
#A3A6EA
(163,166,234)
#ADAFEC
(173,175,236)
#B7B8EE
(183,184,238)
#C1C1F0
(193,193,240)
#CBCAF2
(203,202,242)
#D5D3F4
(213,211,244)
#DFDCF6
(223,220,246)
#E9E5F8
(233,229,248)
#F3EEFA
(243,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F94E6 color. Also use rgb(143,148,230) instead hex code.

Text Font Color

.myTextColor { color: #8F94E6; }

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

This text font color is #8F94E6.

Background Color

.myBgColor { background-color: #8F94E6; }

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

This div background color is #8F94E6.

Border color

.myBorderColor { border: 1px solid #8F94E6; }

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

This div border color is #8F94E6.

Opacity

.myOpacity80 { color: #8F94E6; opacity: 0.8; }

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

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

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

This text has shadow with #8F94E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F94E6.

Preview

Color preview on black background

This text has color #8F94E6 on black background.


Color preview on white background

This text has color #8F94E6 on white background.


Black color preview on #8F94E6 background

This text has black color on #8F94E6 background.


White color preview on #8F94E6 background

This text has white color on #8F94E6 background.


Related colors

Complementary color

Complementary color for #hex is #706B19.


I love getcolorcode.com

Triadic colors

1 #E68F94 and #94E68F with #8F94E6 are triadic colors.

2 #E6948F and #948FE6 with #8F94E6 are triadic colors.