COLOR #8FA5D6

HEX: #8FA5D6 RGB: (143,165,214)

Color info

#8FA5D6 contains mainly green and blue colors. Web safe color of #8FA5D6 is #9999CC (or #99C).

RGB color model

#8FA5D6 color RGB value is (143,165,214).

RGB: (143,165,214) (56%, 65%, 84%)

RGB channels and saturation

R 143 of 255 = 56%
G 165 of 255 = 65%
B 214 of 255 = 84%

143
165
214

R + G + B ~ 68%. #8FA5D6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 165 + 214 = 522 (100%)
R 143 of 522 ~ 27.39%
G 165 of 522 ~ 31.61%
B 214 of 522 ~ 41'%

%27.39
%31.61
%41

CMYK color model

#8FA5D6 color CMYK value is (33,23,0,16).

  • cyan value is 33.18%
  • magenta value is 22.90%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (33,23,0,16)
C33M23Y0K16 (33%, 23%, 0%, 16%)
(0.33 / 0.23 / 0.00 / 0.16)

CMYK percentages

%33.18
%22.9
%0
%16.08

Codes

Color #8FA5D6 in popluar color models

8F A5 D6
RGB 143 165 214
HSL 221° 46.41% 70.00%
HSB/HSV 221° 33.18% 83.92%
CMYK 33.18% 22.90% 0.00%
16.08%

Color #8FA5D6 in popluar number systems.

HEX 8F A5 D6
Decimal 143 165 214
Binary 10001111 10100101 11010110
Octal 217 245 326

Shades and tints

Shades of #8FA5D6

#8FA5D6
(143,165,214)
#8296C3
(130,150,195)
#7587B0
(117,135,176)
#68789D
(104,120,157)
#5B698A
(91,105,138)
#4E5A77
(78,90,119)
#414B64
(65,75,100)
#343C51
(52,60,81)
#272D3E
(39,45,62)
#1A1E2B
(26,30,43)
#0D0F18
(13,15,24)
#000000
(0,0,0)

Tints of #8FA5D6

#8FA5D6
(143,165,214)
#99ADD9
(153,173,217)
#A3B5DC
(163,181,220)
#ADBDDF
(173,189,223)
#B7C5E2
(183,197,226)
#C1CDE5
(193,205,229)
#CBD5E8
(203,213,232)
#D5DDEB
(213,221,235)
#DFE5EE
(223,229,238)
#E9EDF1
(233,237,241)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FA5D6; }

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

This text font color is #8FA5D6.

Background Color

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

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

This div background color is #8FA5D6.

Border color

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

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

This div border color is #8FA5D6.

Opacity

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

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

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

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

This text has shadow with #8FA5D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FA5D6.

Preview

Color preview on black background

This text has color #8FA5D6 on black background.


Color preview on white background

This text has color #8FA5D6 on white background.


Black color preview on #8FA5D6 background

This text has black color on #8FA5D6 background.


White color preview on #8FA5D6 background

This text has white color on #8FA5D6 background.


Related colors

Complementary color

Complementary color for #hex is #705A29.


I love getcolorcode.com

Triadic colors

1 #D68FA5 and #A5D68F with #8FA5D6 are triadic colors.

2 #D6A58F and #A58FD6 with #8FA5D6 are triadic colors.