COLOR #8FA4F4

HEX: #8FA4F4
RGB: (143,164,244)

Color info

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

RGB color model

#8FA4F4 color RGB value is (143,164,244).

  • red value is 143;
  • green value is 164;
  • blue value is 244.
RGB:
(143,164,244)
(56%,64%,96%)

RGB channels and saturation

R 143 of 255 = 56%
G 164 of 255 = 64%
B 244 of 255 = 96%

143
164
244

R + G + B ~ 72%. #8FA4F4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 164 + 244 = 551 (100%)
R 143 of 551 ~ 25.95%
G 164 of 551 ~ 29.76%
B 244 of 551 ~ 44.28%

%25.95
%29.76
%44.28

CMYK color model

#8FA4F4 color CMYK value is (41,33,0,4).

  • cyan value is 41.39%
  • magenta value is 32.79%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(41,33,0,4)
C41M33Y0K4 
(41%,33%,0%,4%)
(0.41/0.33/0.00/0.04)	

CMYK percentages

%41.39
%32.79
%0
%4.31

Codes

Color #8FA4F4 in popluar color models

8FA4F4
RGB143164244
HSL228°82.11%75.88%
HSB/HSV228°41.39%95.69%
CMYK41.39%32.79%0.00%
4.31%

Color #8FA4F4 in popluar number systems.

HEX8FA4F4
Decimal143164244
Binary100011111010010011110100
Octal217244364

Shades and tints

Shades of #8FA4F4

#8FA4F4
(143,164,244)
#8296DE
(130,150,222)
#7588C8
(117,136,200)
#687AB2
(104,122,178)
#5B6C9C
(91,108,156)
#4E5E86
(78,94,134)
#415070
(65,80,112)
#34425A
(52,66,90)
#273444
(39,52,68)
#1A262E
(26,38,46)
#0D1818
(13,24,24)
#000000
(0,0,0)

Tints of #8FA4F4

#8FA4F4
(143,164,244)
#99ACF5
(153,172,245)
#A3B4F6
(163,180,246)
#ADBCF7
(173,188,247)
#B7C4F8
(183,196,248)
#C1CCF9
(193,204,249)
#CBD4FA
(203,212,250)
#D5DCFB
(213,220,251)
#DFE4FC
(223,228,252)
#E9ECFD
(233,236,253)
#F3F4FE
(243,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FA4F4 color. Also use rgb(143,164,244) instead hex code.

Text Font Color

.myTextColor { color: #8FA4F4; }

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

This text font color is #8FA4F4.


Background Color

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

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

This div background color is #8FA4F4.


Border color

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

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

This div border color is #8FA4F4.


Opacity

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

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

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

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

This text has shadow with #8FA4F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FA4F4 on black background.


Color preview on white background

This text has color #8FA4F4 on white background.



Black color preview on #8FA4F4 background

This text has black color on #8FA4F4 background.


White color preview on #8FA4F4 background

This text has white color on #8FA4F4 background.