COLOR #8FA3BB

HEX: #8FA3BB RGB: (143,163,187)

Color info

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

RGB color model

#8FA3BB color RGB value is (143,163,187).

RGB: (143,163,187) (56%, 64%, 73%)

RGB channels and saturation

R 143 of 255 = 56%
G 163 of 255 = 64%
B 187 of 255 = 73%

143
163
187

R + G + B ~ 64%. #8FA3BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 163 + 187 = 493 (100%)
R 143 of 493 ~ 29.01%
G 163 of 493 ~ 33.06%
B 187 of 493 ~ 37.93'%

%29.01
%33.06
%37.93

CMYK color model

#8FA3BB color CMYK value is (24,13,0,27).

  • cyan value is 23.53%
  • magenta value is 12.83%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (24,13,0,27)
C24M13Y0K27 (24%, 13%, 0%, 27%)
(0.24 / 0.13 / 0.00 / 0.27)

CMYK percentages

%23.53
%12.83
%0
%26.67

Codes

Color #8FA3BB in popluar color models

8F A3 BB
RGB 143 163 187
HSL 213° 24.44% 64.71%
HSB/HSV 213° 23.53% 73.33%
CMYK 23.53% 12.83% 0.00%
26.67%

Color #8FA3BB in popluar number systems.

HEX 8F A3 BB
Decimal 143 163 187
Binary 10001111 10100011 10111011
Octal 217 243 273

Shades and tints

Shades of #8FA3BB

#8FA3BB
(143,163,187)
#8295AA
(130,149,170)
#758799
(117,135,153)
#687988
(104,121,136)
#5B6B77
(91,107,119)
#4E5D66
(78,93,102)
#414F55
(65,79,85)
#344144
(52,65,68)
#273333
(39,51,51)
#1A2522
(26,37,34)
#0D1711
(13,23,17)
#000000
(0,0,0)

Tints of #8FA3BB

#8FA3BB
(143,163,187)
#99ABC1
(153,171,193)
#A3B3C7
(163,179,199)
#ADBBCD
(173,187,205)
#B7C3D3
(183,195,211)
#C1CBD9
(193,203,217)
#CBD3DF
(203,211,223)
#D5DBE5
(213,219,229)
#DFE3EB
(223,227,235)
#E9EBF1
(233,235,241)
#F3F3F7
(243,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FA3BB color. Also use rgb(143,163,187) instead hex code.

Text Font Color

.myTextColor { color: #8FA3BB; }

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

This text font color is #8FA3BB.

Background Color

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

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

This div background color is #8FA3BB.

Border color

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

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

This div border color is #8FA3BB.

Opacity

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

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

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

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

This text has shadow with #8FA3BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FA3BB.

Preview

Color preview on black background

This text has color #8FA3BB on black background.


Color preview on white background

This text has color #8FA3BB on white background.


Black color preview on #8FA3BB background

This text has black color on #8FA3BB background.


White color preview on #8FA3BB background

This text has white color on #8FA3BB background.


Related colors

Complementary color

Complementary color for #hex is #705C44.


I love getcolorcode.com

Triadic colors

1 #BB8FA3 and #A3BB8F with #8FA3BB are triadic colors.

2 #BBA38F and #A38FBB with #8FA3BB are triadic colors.