COLOR #8FA0EB

HEX: #8FA0EB
RGB: (143,160,235)

Color info

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

RGB color model

#8FA0EB color RGB value is (143,160,235).

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

RGB channels and saturation

R 143 of 255 = 56%
G 160 of 255 = 63%
B 235 of 255 = 92%

143
160
235

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

Portions of RGB colors in percentages

R + G + B =
143 + 160 + 235 = 538 (100%)
R 143 of 538 ~ 26.58%
G 160 of 538 ~ 29.74%
B 235 of 538 ~ 43.68%

%26.58
%29.74
%43.68

CMYK color model

#8FA0EB color CMYK value is (39,32,0,8).

  • cyan value is 39.15%
  • magenta value is 31.91%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(39,32,0,8)
C39M32Y0K8 
(39%,32%,0%,8%)
(0.39/0.32/0.00/0.08)	

CMYK percentages

%39.15
%31.91
%0
%7.84

Codes

Color #8FA0EB in popluar color models

8FA0EB
RGB143160235
HSL229°69.70%74.12%
HSB/HSV229°39.15%92.16%
CMYK39.15%31.91%0.00%
7.84%

Color #8FA0EB in popluar number systems.

HEX8FA0EB
Decimal143160235
Binary100011111010000011101011
Octal217240353

Shades and tints

Shades of #8FA0EB

#8FA0EB
(143,160,235)
#8292D6
(130,146,214)
#7584C1
(117,132,193)
#6876AC
(104,118,172)
#5B6897
(91,104,151)
#4E5A82
(78,90,130)
#414C6D
(65,76,109)
#343E58
(52,62,88)
#273043
(39,48,67)
#1A222E
(26,34,46)
#0D1419
(13,20,25)
#000000
(0,0,0)

Tints of #8FA0EB

#8FA0EB
(143,160,235)
#99A8EC
(153,168,236)
#A3B0ED
(163,176,237)
#ADB8EE
(173,184,238)
#B7C0EF
(183,192,239)
#C1C8F0
(193,200,240)
#CBD0F1
(203,208,241)
#D5D8F2
(213,216,242)
#DFE0F3
(223,224,243)
#E9E8F4
(233,232,244)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FA0EB; }

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

This text font color is #8FA0EB.


Background Color

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

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

This div background color is #8FA0EB.


Border color

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

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

This div border color is #8FA0EB.


Opacity

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

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

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

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

This text has shadow with #8FA0EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FA0EB on black background.


Color preview on white background

This text has color #8FA0EB on white background.



Black color preview on #8FA0EB background

This text has black color on #8FA0EB background.


White color preview on #8FA0EB background

This text has white color on #8FA0EB background.