COLOR #8EB2AE

HEX: #8EB2AE
RGB: (142,178,174)

Color info

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

RGB color model

#8EB2AE color RGB value is (142,178,174).

  • red value is 142;
  • green value is 178;
  • blue value is 174.
RGB:
(142,178,174)
(56%,70%,68%)

RGB channels and saturation

R 142 of 255 = 56%
G 178 of 255 = 70%
B 174 of 255 = 68%

142
178
174

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

Portions of RGB colors in percentages

R + G + B =
142 + 178 + 174 = 494 (100%)
R 142 of 494 ~ 28.74%
G 178 of 494 ~ 36.03%
B 174 of 494 ~ 35.22%

%28.74
%36.03
%35.22

CMYK color model

#8EB2AE color CMYK value is (20,0,2,30).

  • cyan value is 20.22%
  • magenta value is 0.00%
  • yellow value is 2.25%
  • key color value is 30.20%
CMYK:
(20,0,2,30)
C20M0Y2K30 
(20%,0%,2%,30%)
(0.20/0.00/0.02/0.30)	

CMYK percentages

%20.22
%0
%2.25
%30.2

Codes

Color #8EB2AE in popluar color models

8EB2AE
RGB142178174
HSL173°18.95%62.75%
HSB/HSV173°20.22%69.80%
CMYK20.22%0.00%2.25%
30.20%

Color #8EB2AE in popluar number systems.

HEX8EB2AE
Decimal142178174
Binary100011101011001010101110
Octal216262256

Shades and tints

Shades of #8EB2AE

#8EB2AE
(142,178,174)
#82A29F
(130,162,159)
#769290
(118,146,144)
#6A8281
(106,130,129)
#5E7272
(94,114,114)
#526263
(82,98,99)
#465254
(70,82,84)
#3A4245
(58,66,69)
#2E3236
(46,50,54)
#222227
(34,34,39)
#161218
(22,18,24)
#000000
(0,0,0)

Tints of #8EB2AE

#8EB2AE
(142,178,174)
#98B9B5
(152,185,181)
#A2C0BC
(162,192,188)
#ACC7C3
(172,199,195)
#B6CECA
(182,206,202)
#C0D5D1
(192,213,209)
#CADCD8
(202,220,216)
#D4E3DF
(212,227,223)
#DEEAE6
(222,234,230)
#E8F1ED
(232,241,237)
#F2F8F4
(242,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EB2AE color. Also use rgb(142,178,174) instead hex code.

Text Font Color

.myTextColor { color: #8EB2AE; }

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

This text font color is #8EB2AE.


Background Color

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

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

This div background color is #8EB2AE.


Border color

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

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

This div border color is #8EB2AE.


Opacity

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

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

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

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

This text has shadow with #8EB2AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EB2AE on black background.


Color preview on white background

This text has color #8EB2AE on white background.



Black color preview on #8EB2AE background

This text has black color on #8EB2AE background.


White color preview on #8EB2AE background

This text has white color on #8EB2AE background.