COLOR #8FABB4

HEX: #8FABB4 RGB: (143,171,180)

Color info

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

RGB color model

#8FABB4 color RGB value is (143,171,180).

RGB: (143,171,180) (56%, 67%, 71%)

RGB channels and saturation

R 143 of 255 = 56%
G 171 of 255 = 67%
B 180 of 255 = 71%

143
171
180

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

Portions of RGB colors in percentages

R + G + B = 143 + 171 + 180 = 494 (100%)
R 143 of 494 ~ 28.95%
G 171 of 494 ~ 34.62%
B 180 of 494 ~ 36.44'%

%28.95
%34.62
%36.44

CMYK color model

#8FABB4 color CMYK value is (21,5,0,29).

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

CMYK: (21,5,0,29)
C21M5Y0K29 (21%, 5%, 0%, 29%)
(0.21 / 0.05 / 0.00 / 0.29)

CMYK percentages

%20.56
%5
%0
%29.41

Codes

Color #8FABB4 in popluar color models

8F AB B4
RGB 143 171 180
HSL 195° 19.79% 63.33%
HSB/HSV 195° 20.56% 70.59%
CMYK 20.56% 5.00% 0.00%
29.41%

Color #8FABB4 in popluar number systems.

HEX 8F AB B4
Decimal 143 171 180
Binary 10001111 10101011 10110100
Octal 217 253 264

Shades and tints

Shades of #8FABB4

#8FABB4
(143,171,180)
#829CA4
(130,156,164)
#758D94
(117,141,148)
#687E84
(104,126,132)
#5B6F74
(91,111,116)
#4E6064
(78,96,100)
#415154
(65,81,84)
#344244
(52,66,68)
#273334
(39,51,52)
#1A2424
(26,36,36)
#0D1514
(13,21,20)
#000000
(0,0,0)

Tints of #8FABB4

#8FABB4
(143,171,180)
#99B2BA
(153,178,186)
#A3B9C0
(163,185,192)
#ADC0C6
(173,192,198)
#B7C7CC
(183,199,204)
#C1CED2
(193,206,210)
#CBD5D8
(203,213,216)
#D5DCDE
(213,220,222)
#DFE3E4
(223,227,228)
#E9EAEA
(233,234,234)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FABB4; }

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

This text font color is #8FABB4.

Background Color

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

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

This div background color is #8FABB4.

Border color

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

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

This div border color is #8FABB4.

Opacity

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

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

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

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

This text has shadow with #8FABB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FABB4.

Preview

Color preview on black background

This text has color #8FABB4 on black background.


Color preview on white background

This text has color #8FABB4 on white background.


Black color preview on #8FABB4 background

This text has black color on #8FABB4 background.


White color preview on #8FABB4 background

This text has white color on #8FABB4 background.


Related colors

Complementary color

Complementary color for #hex is #70544B.


I love getcolorcode.com

Triadic colors

1 #B48FAB and #ABB48F with #8FABB4 are triadic colors.

2 #B4AB8F and #AB8FB4 with #8FABB4 are triadic colors.