COLOR #8FA5BE

HEX: #8FA5BE RGB: (143,165,190)

Color info

#8FA5BE contains red, green and blue colors in about the same proportion. Web safe color of #8FA5BE is #9999CC (or #99C).

RGB color model

#8FA5BE color RGB value is (143,165,190).

RGB: (143,165,190) (56%, 65%, 75%)

RGB channels and saturation

R 143 of 255 = 56%
G 165 of 255 = 65%
B 190 of 255 = 75%

143
165
190

R + G + B ~ 65%. #8FA5BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 165 + 190 = 498 (100%)
R 143 of 498 ~ 28.71%
G 165 of 498 ~ 33.13%
B 190 of 498 ~ 38.15'%

%28.71
%33.13
%38.15

CMYK color model

#8FA5BE color CMYK value is (25,13,0,25).

  • cyan value is 24.74%
  • magenta value is 13.16%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (25,13,0,25)
C25M13Y0K25 (25%, 13%, 0%, 25%)
(0.25 / 0.13 / 0.00 / 0.25)

CMYK percentages

%24.74
%13.16
%0
%25.49

Codes

Color #8FA5BE in popluar color models

8F A5 BE
RGB 143 165 190
HSL 212° 26.55% 65.29%
HSB/HSV 212° 24.74% 74.51%
CMYK 24.74% 13.16% 0.00%
25.49%

Color #8FA5BE in popluar number systems.

HEX 8F A5 BE
Decimal 143 165 190
Binary 10001111 10100101 10111110
Octal 217 245 276

Shades and tints

Shades of #8FA5BE

#8FA5BE
(143,165,190)
#8296AD
(130,150,173)
#75879C
(117,135,156)
#68788B
(104,120,139)
#5B697A
(91,105,122)
#4E5A69
(78,90,105)
#414B58
(65,75,88)
#343C47
(52,60,71)
#272D36
(39,45,54)
#1A1E25
(26,30,37)
#0D0F14
(13,15,20)
#000000
(0,0,0)

Tints of #8FA5BE

#8FA5BE
(143,165,190)
#99ADC3
(153,173,195)
#A3B5C8
(163,181,200)
#ADBDCD
(173,189,205)
#B7C5D2
(183,197,210)
#C1CDD7
(193,205,215)
#CBD5DC
(203,213,220)
#D5DDE1
(213,221,225)
#DFE5E6
(223,229,230)
#E9EDEB
(233,237,235)
#F3F5F0
(243,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FA5BE; }

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

This text font color is #8FA5BE.

Background Color

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

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

This div background color is #8FA5BE.

Border color

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

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

This div border color is #8FA5BE.

Opacity

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

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

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

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

This text has shadow with #8FA5BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FA5BE.

Preview

Color preview on black background

This text has color #8FA5BE on black background.


Color preview on white background

This text has color #8FA5BE on white background.


Black color preview on #8FA5BE background

This text has black color on #8FA5BE background.


White color preview on #8FA5BE background

This text has white color on #8FA5BE background.


Related colors

Complementary color

Complementary color for #hex is #705A41.


I love getcolorcode.com

Triadic colors

1 #BE8FA5 and #A5BE8F with #8FA5BE are triadic colors.

2 #BEA58F and #A58FBE with #8FA5BE are triadic colors.