COLOR #8FA5EB

HEX: #8FA5EB
RGB: (143,165,235)

Color info

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

RGB color model

#8FA5EB color RGB value is (143,165,235).

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

RGB channels and saturation

R 143 of 255 = 56%
G 165 of 255 = 65%
B 235 of 255 = 92%

143
165
235

R + G + B ~ 71%. #8FA5EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 165 + 235 = 543 (100%)
R 143 of 543 ~ 26.34%
G 165 of 543 ~ 30.39%
B 235 of 543 ~ 43.28%

%26.34
%30.39
%43.28

CMYK color model

#8FA5EB color CMYK value is (39,30,0,8).

  • cyan value is 39.15%
  • magenta value is 29.79%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(39,30,0,8)
C39M30Y0K8 
(39%,30%,0%,8%)
(0.39/0.30/0.00/0.08)	

CMYK percentages

%39.15
%29.79
%0
%7.84

Codes

Color #8FA5EB in popluar color models

8FA5EB
RGB143165235
HSL226°69.70%74.12%
HSB/HSV226°39.15%92.16%
CMYK39.15%29.79%0.00%
7.84%

Color #8FA5EB in popluar number systems.

HEX8FA5EB
Decimal143165235
Binary100011111010010111101011
Octal217245353

Shades and tints

Shades of #8FA5EB

#8FA5EB
(143,165,235)
#8296D6
(130,150,214)
#7587C1
(117,135,193)
#6878AC
(104,120,172)
#5B6997
(91,105,151)
#4E5A82
(78,90,130)
#414B6D
(65,75,109)
#343C58
(52,60,88)
#272D43
(39,45,67)
#1A1E2E
(26,30,46)
#0D0F19
(13,15,25)
#000000
(0,0,0)

Tints of #8FA5EB

#8FA5EB
(143,165,235)
#99ADEC
(153,173,236)
#A3B5ED
(163,181,237)
#ADBDEE
(173,189,238)
#B7C5EF
(183,197,239)
#C1CDF0
(193,205,240)
#CBD5F1
(203,213,241)
#D5DDF2
(213,221,242)
#DFE5F3
(223,229,243)
#E9EDF4
(233,237,244)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FA5EB; }

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

This text font color is #8FA5EB.


Background Color

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

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

This div background color is #8FA5EB.


Border color

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

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

This div border color is #8FA5EB.


Opacity

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

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

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

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

This text has shadow with #8FA5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FA5EB on black background.


Color preview on white background

This text has color #8FA5EB on white background.



Black color preview on #8FA5EB background

This text has black color on #8FA5EB background.


White color preview on #8FA5EB background

This text has white color on #8FA5EB background.