COLOR #8EABAF

HEX: #8EABAF
RGB: (142,171,175)

Color info

#8EABAF contains red, green and blue colors in about the same proportion. Web safe color of #8EABAF is #999999 (or #999).

RGB color model

#8EABAF color RGB value is (142,171,175).

  • red value is 142;
  • green value is 171;
  • blue value is 175.
RGB:
(142,171,175)
(56%,67%,69%)

RGB channels and saturation

R 142 of 255 = 56%
G 171 of 255 = 67%
B 175 of 255 = 69%

142
171
175

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

Portions of RGB colors in percentages

R + G + B =
142 + 171 + 175 = 488 (100%)
R 142 of 488 ~ 29.1%
G 171 of 488 ~ 35.04%
B 175 of 488 ~ 35.86%

%29.1
%35.04
%35.86

CMYK color model

#8EABAF color CMYK value is (19,2,0,31).

  • cyan value is 18.86%
  • magenta value is 2.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(19,2,0,31)
C19M2Y0K31 
(19%,2%,0%,31%)
(0.19/0.02/0.00/0.31)	

CMYK percentages

%18.86
%2.29
%0
%31.37

Codes

Color #8EABAF in popluar color models

8EABAF
RGB142171175
HSL187°17.10%62.16%
HSB/HSV187°18.86%68.63%
CMYK18.86%2.29%0.00%
31.37%

Color #8EABAF in popluar number systems.

HEX8EABAF
Decimal142171175
Binary100011101010101110101111
Octal216253257

Shades and tints

Shades of #8EABAF

#8EABAF
(142,171,175)
#829CA0
(130,156,160)
#768D91
(118,141,145)
#6A7E82
(106,126,130)
#5E6F73
(94,111,115)
#526064
(82,96,100)
#465155
(70,81,85)
#3A4246
(58,66,70)
#2E3337
(46,51,55)
#222428
(34,36,40)
#161519
(22,21,25)
#000000
(0,0,0)

Tints of #8EABAF

#8EABAF
(142,171,175)
#98B2B6
(152,178,182)
#A2B9BD
(162,185,189)
#ACC0C4
(172,192,196)
#B6C7CB
(182,199,203)
#C0CED2
(192,206,210)
#CAD5D9
(202,213,217)
#D4DCE0
(212,220,224)
#DEE3E7
(222,227,231)
#E8EAEE
(232,234,238)
#F2F1F5
(242,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EABAF color. Also use rgb(142,171,175) instead hex code.

Text Font Color

.myTextColor { color: #8EABAF; }

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

This text font color is #8EABAF.


Background Color

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

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

This div background color is #8EABAF.


Border color

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

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

This div border color is #8EABAF.


Opacity

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

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

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

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

This text has shadow with #8EABAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EABAF on black background.


Color preview on white background

This text has color #8EABAF on white background.



Black color preview on #8EABAF background

This text has black color on #8EABAF background.


White color preview on #8EABAF background

This text has white color on #8EABAF background.