COLOR #8FA4E5

HEX: #8FA4E5
RGB: (143,164,229)

Color info

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

RGB color model

#8FA4E5 color RGB value is (143,164,229).

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

RGB channels and saturation

R 143 of 255 = 56%
G 164 of 255 = 64%
B 229 of 255 = 90%

143
164
229

R + G + B ~ 70%. #8FA4E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 164 + 229 = 536 (100%)
R 143 of 536 ~ 26.68%
G 164 of 536 ~ 30.6%
B 229 of 536 ~ 42.72%

%26.68
%30.6
%42.72

CMYK color model

#8FA4E5 color CMYK value is (38,28,0,10).

  • cyan value is 37.55%
  • magenta value is 28.38%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(38,28,0,10)
C38M28Y0K10 
(38%,28%,0%,10%)
(0.38/0.28/0.00/0.10)	

CMYK percentages

%37.55
%28.38
%0
%10.2

Codes

Color #8FA4E5 in popluar color models

8FA4E5
RGB143164229
HSL225°62.32%72.94%
HSB/HSV225°37.55%89.80%
CMYK37.55%28.38%0.00%
10.20%

Color #8FA4E5 in popluar number systems.

HEX8FA4E5
Decimal143164229
Binary100011111010010011100101
Octal217244345

Shades and tints

Shades of #8FA4E5

#8FA4E5
(143,164,229)
#8296D1
(130,150,209)
#7588BD
(117,136,189)
#687AA9
(104,122,169)
#5B6C95
(91,108,149)
#4E5E81
(78,94,129)
#41506D
(65,80,109)
#344259
(52,66,89)
#273445
(39,52,69)
#1A2631
(26,38,49)
#0D181D
(13,24,29)
#000000
(0,0,0)

Tints of #8FA4E5

#8FA4E5
(143,164,229)
#99ACE7
(153,172,231)
#A3B4E9
(163,180,233)
#ADBCEB
(173,188,235)
#B7C4ED
(183,196,237)
#C1CCEF
(193,204,239)
#CBD4F1
(203,212,241)
#D5DCF3
(213,220,243)
#DFE4F5
(223,228,245)
#E9ECF7
(233,236,247)
#F3F4F9
(243,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FA4E5; }

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

This text font color is #8FA4E5.


Background Color

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

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

This div background color is #8FA4E5.


Border color

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

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

This div border color is #8FA4E5.


Opacity

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

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

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

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

This text has shadow with #8FA4E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FA4E5 on black background.


Color preview on white background

This text has color #8FA4E5 on white background.



Black color preview on #8FA4E5 background

This text has black color on #8FA4E5 background.


White color preview on #8FA4E5 background

This text has white color on #8FA4E5 background.