COLOR #8FA5E6

HEX: #8FA5E6
RGB: (143,165,230)

Color info

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

RGB color model

#8FA5E6 color RGB value is (143,165,230).

  • red value is 143;
  • green value is 165;
  • blue value is 230.
RGB:
(143,165,230)
(56%,65%,90%)

RGB channels and saturation

R 143 of 255 = 56%
G 165 of 255 = 65%
B 230 of 255 = 90%

143
165
230

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

Portions of RGB colors in percentages

R + G + B =
143 + 165 + 230 = 538 (100%)
R 143 of 538 ~ 26.58%
G 165 of 538 ~ 30.67%
B 230 of 538 ~ 42.75%

%26.58
%30.67
%42.75

CMYK color model

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

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

CMYK percentages

%37.83
%28.26
%0
%9.8

Codes

Color #8FA5E6 in popluar color models

8FA5E6
RGB143165230
HSL225°63.50%73.14%
HSB/HSV225°37.83%90.20%
CMYK37.83%28.26%0.00%
9.80%

Color #8FA5E6 in popluar number systems.

HEX8FA5E6
Decimal143165230
Binary100011111010010111100110
Octal217245346

Shades and tints

Shades of #8FA5E6

#8FA5E6
(143,165,230)
#8296D2
(130,150,210)
#7587BE
(117,135,190)
#6878AA
(104,120,170)
#5B6996
(91,105,150)
#4E5A82
(78,90,130)
#414B6E
(65,75,110)
#343C5A
(52,60,90)
#272D46
(39,45,70)
#1A1E32
(26,30,50)
#0D0F1E
(13,15,30)
#000000
(0,0,0)

Tints of #8FA5E6

#8FA5E6
(143,165,230)
#99ADE8
(153,173,232)
#A3B5EA
(163,181,234)
#ADBDEC
(173,189,236)
#B7C5EE
(183,197,238)
#C1CDF0
(193,205,240)
#CBD5F2
(203,213,242)
#D5DDF4
(213,221,244)
#DFE5F6
(223,229,246)
#E9EDF8
(233,237,248)
#F3F5FA
(243,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FA5E6; }

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

This text font color is #8FA5E6.


Background Color

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

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

This div background color is #8FA5E6.


Border color

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

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

This div border color is #8FA5E6.


Opacity

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

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

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

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

This text has shadow with #8FA5E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FA5E6 on black background.


Color preview on white background

This text has color #8FA5E6 on white background.



Black color preview on #8FA5E6 background

This text has black color on #8FA5E6 background.


White color preview on #8FA5E6 background

This text has white color on #8FA5E6 background.