COLOR #8FA4BF

HEX: #8FA4BF
RGB: (143,164,191)

Color info

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

RGB color model

#8FA4BF color RGB value is (143,164,191).

  • red value is 143;
  • green value is 164;
  • blue value is 191.
RGB:
(143,164,191)
(56%,64%,75%)

RGB channels and saturation

R 143 of 255 = 56%
G 164 of 255 = 64%
B 191 of 255 = 75%

143
164
191

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

Portions of RGB colors in percentages

R + G + B =
143 + 164 + 191 = 498 (100%)
R 143 of 498 ~ 28.71%
G 164 of 498 ~ 32.93%
B 191 of 498 ~ 38.35%

%28.71
%32.93
%38.35

CMYK color model

#8FA4BF color CMYK value is (25,14,0,25).

  • cyan value is 25.13%
  • magenta value is 14.14%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(25,14,0,25)
C25M14Y0K25 
(25%,14%,0%,25%)
(0.25/0.14/0.00/0.25)	

CMYK percentages

%25.13
%14.14
%0
%25.1

Codes

Color #8FA4BF in popluar color models

8FA4BF
RGB143164191
HSL214°27.27%65.49%
HSB/HSV214°25.13%74.90%
CMYK25.13%14.14%0.00%
25.10%

Color #8FA4BF in popluar number systems.

HEX8FA4BF
Decimal143164191
Binary100011111010010010111111
Octal217244277

Shades and tints

Shades of #8FA4BF

#8FA4BF
(143,164,191)
#8296AE
(130,150,174)
#75889D
(117,136,157)
#687A8C
(104,122,140)
#5B6C7B
(91,108,123)
#4E5E6A
(78,94,106)
#415059
(65,80,89)
#344248
(52,66,72)
#273437
(39,52,55)
#1A2626
(26,38,38)
#0D1815
(13,24,21)
#000000
(0,0,0)

Tints of #8FA4BF

#8FA4BF
(143,164,191)
#99ACC4
(153,172,196)
#A3B4C9
(163,180,201)
#ADBCCE
(173,188,206)
#B7C4D3
(183,196,211)
#C1CCD8
(193,204,216)
#CBD4DD
(203,212,221)
#D5DCE2
(213,220,226)
#DFE4E7
(223,228,231)
#E9ECEC
(233,236,236)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FA4BF color. Also use rgb(143,164,191) instead hex code.

Text Font Color

.myTextColor { color: #8FA4BF; }

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

This text font color is #8FA4BF.


Background Color

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

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

This div background color is #8FA4BF.


Border color

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

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

This div border color is #8FA4BF.


Opacity

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

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

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

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

This text has shadow with #8FA4BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FA4BF on black background.


Color preview on white background

This text has color #8FA4BF on white background.



Black color preview on #8FA4BF background

This text has black color on #8FA4BF background.


White color preview on #8FA4BF background

This text has white color on #8FA4BF background.