COLOR #8EABA8

HEX: #8EABA8
RGB: (142,171,168)

Color info

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

RGB color model

#8EABA8 color RGB value is (142,171,168).

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

RGB channels and saturation

R 142 of 255 = 56%
G 171 of 255 = 67%
B 168 of 255 = 66%

142
171
168

R + G + B ~ 63%. #8EABA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 171 + 168 = 481 (100%)
R 142 of 481 ~ 29.52%
G 171 of 481 ~ 35.55%
B 168 of 481 ~ 34.93%

%29.52
%35.55
%34.93

CMYK color model

#8EABA8 color CMYK value is (17,0,2,33).

  • cyan value is 16.96%
  • magenta value is 0.00%
  • yellow value is 1.75%
  • key color value is 32.94%
CMYK:
(17,0,2,33)
C17M0Y2K33 
(17%,0%,2%,33%)
(0.17/0.00/0.02/0.33)	

CMYK percentages

%16.96
%0
%1.75
%32.94

Codes

Color #8EABA8 in popluar color models

8EABA8
RGB142171168
HSL174°14.72%61.37%
HSB/HSV174°16.96%67.06%
CMYK16.96%0.00%1.75%
32.94%

Color #8EABA8 in popluar number systems.

HEX8EABA8
Decimal142171168
Binary100011101010101110101000
Octal216253250

Shades and tints

Shades of #8EABA8

#8EABA8
(142,171,168)
#829C99
(130,156,153)
#768D8A
(118,141,138)
#6A7E7B
(106,126,123)
#5E6F6C
(94,111,108)
#52605D
(82,96,93)
#46514E
(70,81,78)
#3A423F
(58,66,63)
#2E3330
(46,51,48)
#222421
(34,36,33)
#161512
(22,21,18)
#000000
(0,0,0)

Tints of #8EABA8

#8EABA8
(142,171,168)
#98B2AF
(152,178,175)
#A2B9B6
(162,185,182)
#ACC0BD
(172,192,189)
#B6C7C4
(182,199,196)
#C0CECB
(192,206,203)
#CAD5D2
(202,213,210)
#D4DCD9
(212,220,217)
#DEE3E0
(222,227,224)
#E8EAE7
(232,234,231)
#F2F1EE
(242,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EABA8; }

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

This text font color is #8EABA8.


Background Color

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

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

This div background color is #8EABA8.


Border color

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

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

This div border color is #8EABA8.


Opacity

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

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

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

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

This text has shadow with #8EABA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EABA8 on black background.


Color preview on white background

This text has color #8EABA8 on white background.



Black color preview on #8EABA8 background

This text has black color on #8EABA8 background.


White color preview on #8EABA8 background

This text has white color on #8EABA8 background.