COLOR #8FA5D0

HEX: #8FA5D0 RGB: (143,165,208)

Color info

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

RGB color model

#8FA5D0 color RGB value is (143,165,208).

RGB: (143,165,208) (56%, 65%, 82%)

RGB channels and saturation

R 143 of 255 = 56%
G 165 of 255 = 65%
B 208 of 255 = 82%

143
165
208

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

Portions of RGB colors in percentages

R + G + B = 143 + 165 + 208 = 516 (100%)
R 143 of 516 ~ 27.71%
G 165 of 516 ~ 31.98%
B 208 of 516 ~ 40.31'%

%27.71
%31.98
%40.31

CMYK color model

#8FA5D0 color CMYK value is (31,21,0,18).

  • cyan value is 31.25%
  • magenta value is 20.67%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (31,21,0,18)
C31M21Y0K18 (31%, 21%, 0%, 18%)
(0.31 / 0.21 / 0.00 / 0.18)

CMYK percentages

%31.25
%20.67
%0
%18.43

Codes

Color #8FA5D0 in popluar color models

8F A5 D0
RGB 143 165 208
HSL 220° 40.88% 68.82%
HSB/HSV 220° 31.25% 81.57%
CMYK 31.25% 20.67% 0.00%
18.43%

Color #8FA5D0 in popluar number systems.

HEX 8F A5 D0
Decimal 143 165 208
Binary 10001111 10100101 11010000
Octal 217 245 320

Shades and tints

Shades of #8FA5D0

#8FA5D0
(143,165,208)
#8296BE
(130,150,190)
#7587AC
(117,135,172)
#68789A
(104,120,154)
#5B6988
(91,105,136)
#4E5A76
(78,90,118)
#414B64
(65,75,100)
#343C52
(52,60,82)
#272D40
(39,45,64)
#1A1E2E
(26,30,46)
#0D0F1C
(13,15,28)
#000000
(0,0,0)

Tints of #8FA5D0

#8FA5D0
(143,165,208)
#99ADD4
(153,173,212)
#A3B5D8
(163,181,216)
#ADBDDC
(173,189,220)
#B7C5E0
(183,197,224)
#C1CDE4
(193,205,228)
#CBD5E8
(203,213,232)
#D5DDEC
(213,221,236)
#DFE5F0
(223,229,240)
#E9EDF4
(233,237,244)
#F3F5F8
(243,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FA5D0; }

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

This text font color is #8FA5D0.

Background Color

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

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

This div background color is #8FA5D0.

Border color

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

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

This div border color is #8FA5D0.

Opacity

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

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

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

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

This text has shadow with #8FA5D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FA5D0.

Preview

Color preview on black background

This text has color #8FA5D0 on black background.


Color preview on white background

This text has color #8FA5D0 on white background.


Black color preview on #8FA5D0 background

This text has black color on #8FA5D0 background.


White color preview on #8FA5D0 background

This text has white color on #8FA5D0 background.


Related colors

Complementary color

Complementary color for #hex is #705A2F.


I love getcolorcode.com

Triadic colors

1 #D08FA5 and #A5D08F with #8FA5D0 are triadic colors.

2 #D0A58F and #A58FD0 with #8FA5D0 are triadic colors.