COLOR #8FABB5

HEX: #8FABB5
RGB: (143,171,181)

Color info

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

RGB color model

#8FABB5 color RGB value is (143,171,181).

  • red value is 143;
  • green value is 171;
  • blue value is 181.
RGB:
(143,171,181)
(56%,67%,71%)

RGB channels and saturation

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

143
171
181

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

Portions of RGB colors in percentages

R + G + B =
143 + 171 + 181 = 495 (100%)
R 143 of 495 ~ 28.89%
G 171 of 495 ~ 34.55%
B 181 of 495 ~ 36.57%

%28.89
%34.55
%36.57

CMYK color model

#8FABB5 color CMYK value is (21,6,0,29).

  • cyan value is 20.99%
  • magenta value is 5.52%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(21,6,0,29)
C21M6Y0K29 
(21%,6%,0%,29%)
(0.21/0.06/0.00/0.29)	

CMYK percentages

%20.99
%5.52
%0
%29.02

Codes

Color #8FABB5 in popluar color models

8FABB5
RGB143171181
HSL196°20.43%63.53%
HSB/HSV196°20.99%70.98%
CMYK20.99%5.52%0.00%
29.02%

Color #8FABB5 in popluar number systems.

HEX8FABB5
Decimal143171181
Binary100011111010101110110101
Octal217253265

Shades and tints

Shades of #8FABB5

#8FABB5
(143,171,181)
#829CA5
(130,156,165)
#758D95
(117,141,149)
#687E85
(104,126,133)
#5B6F75
(91,111,117)
#4E6065
(78,96,101)
#415155
(65,81,85)
#344245
(52,66,69)
#273335
(39,51,53)
#1A2425
(26,36,37)
#0D1515
(13,21,21)
#000000
(0,0,0)

Tints of #8FABB5

#8FABB5
(143,171,181)
#99B2BB
(153,178,187)
#A3B9C1
(163,185,193)
#ADC0C7
(173,192,199)
#B7C7CD
(183,199,205)
#C1CED3
(193,206,211)
#CBD5D9
(203,213,217)
#D5DCDF
(213,220,223)
#DFE3E5
(223,227,229)
#E9EAEB
(233,234,235)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FABB5; }

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

This text font color is #8FABB5.


Background Color

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

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

This div background color is #8FABB5.


Border color

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

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

This div border color is #8FABB5.


Opacity

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

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

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

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

This text has shadow with #8FABB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FABB5 on black background.


Color preview on white background

This text has color #8FABB5 on white background.



Black color preview on #8FABB5 background

This text has black color on #8FABB5 background.


White color preview on #8FABB5 background

This text has white color on #8FABB5 background.