COLOR #8FA4B4

HEX: #8FA4B4 RGB: (143,164,180)

Color info

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

RGB color model

#8FA4B4 color RGB value is (143,164,180).

RGB: (143,164,180) (56%, 64%, 71%)

RGB channels and saturation

R 143 of 255 = 56%
G 164 of 255 = 64%
B 180 of 255 = 71%

143
164
180

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

Portions of RGB colors in percentages

R + G + B = 143 + 164 + 180 = 487 (100%)
R 143 of 487 ~ 29.36%
G 164 of 487 ~ 33.68%
B 180 of 487 ~ 36.96'%

%29.36
%33.68
%36.96

CMYK color model

#8FA4B4 color CMYK value is (21,9,0,29).

  • cyan value is 20.56%
  • magenta value is 8.89%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (21,9,0,29)
C21M9Y0K29 (21%, 9%, 0%, 29%)
(0.21 / 0.09 / 0.00 / 0.29)

CMYK percentages

%20.56
%8.89
%0
%29.41

Codes

Color #8FA4B4 in popluar color models

8F A4 B4
RGB 143 164 180
HSL 206° 19.79% 63.33%
HSB/HSV 206° 20.56% 70.59%
CMYK 20.56% 8.89% 0.00%
29.41%

Color #8FA4B4 in popluar number systems.

HEX 8F A4 B4
Decimal 143 164 180
Binary 10001111 10100100 10110100
Octal 217 244 264

Shades and tints

Shades of #8FA4B4

#8FA4B4
(143,164,180)
#8296A4
(130,150,164)
#758894
(117,136,148)
#687A84
(104,122,132)
#5B6C74
(91,108,116)
#4E5E64
(78,94,100)
#415054
(65,80,84)
#344244
(52,66,68)
#273434
(39,52,52)
#1A2624
(26,38,36)
#0D1814
(13,24,20)
#000000
(0,0,0)

Tints of #8FA4B4

#8FA4B4
(143,164,180)
#99ACBA
(153,172,186)
#A3B4C0
(163,180,192)
#ADBCC6
(173,188,198)
#B7C4CC
(183,196,204)
#C1CCD2
(193,204,210)
#CBD4D8
(203,212,216)
#D5DCDE
(213,220,222)
#DFE4E4
(223,228,228)
#E9ECEA
(233,236,234)
#F3F4F0
(243,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FA4B4; }

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

This text font color is #8FA4B4.

Background Color

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

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

This div background color is #8FA4B4.

Border color

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

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

This div border color is #8FA4B4.

Opacity

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

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

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

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

This text has shadow with #8FA4B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FA4B4.

Preview

Color preview on black background

This text has color #8FA4B4 on black background.


Color preview on white background

This text has color #8FA4B4 on white background.


Black color preview on #8FA4B4 background

This text has black color on #8FA4B4 background.


White color preview on #8FA4B4 background

This text has white color on #8FA4B4 background.


Related colors

Complementary color

Complementary color for #hex is #705B4B.


I love getcolorcode.com

Triadic colors

1 #B48FA4 and #A4B48F with #8FA4B4 are triadic colors.

2 #B4A48F and #A48FB4 with #8FA4B4 are triadic colors.