COLOR #8EADAE

HEX: #8EADAE
RGB: (142,173,174)

Color info

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

RGB color model

#8EADAE color RGB value is (142,173,174).

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

RGB channels and saturation

R 142 of 255 = 56%
G 173 of 255 = 68%
B 174 of 255 = 68%

142
173
174

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

Portions of RGB colors in percentages

R + G + B =
142 + 173 + 174 = 489 (100%)
R 142 of 489 ~ 29.04%
G 173 of 489 ~ 35.38%
B 174 of 489 ~ 35.58%

%29.04
%35.38
%35.58

CMYK color model

#8EADAE color CMYK value is (18,1,0,32).

  • cyan value is 18.39%
  • magenta value is 0.57%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(18,1,0,32)
C18M1Y0K32 
(18%,1%,0%,32%)
(0.18/0.01/0.00/0.32)	

CMYK percentages

%18.39
%0.57
%0
%31.76

Codes

Color #8EADAE in popluar color models

8EADAE
RGB142173174
HSL182°16.49%61.96%
HSB/HSV182°18.39%68.24%
CMYK18.39%0.57%0.00%
31.76%

Color #8EADAE in popluar number systems.

HEX8EADAE
Decimal142173174
Binary100011101010110110101110
Octal216255256

Shades and tints

Shades of #8EADAE

#8EADAE
(142,173,174)
#829E9F
(130,158,159)
#768F90
(118,143,144)
#6A8081
(106,128,129)
#5E7172
(94,113,114)
#526263
(82,98,99)
#465354
(70,83,84)
#3A4445
(58,68,69)
#2E3536
(46,53,54)
#222627
(34,38,39)
#161718
(22,23,24)
#000000
(0,0,0)

Tints of #8EADAE

#8EADAE
(142,173,174)
#98B4B5
(152,180,181)
#A2BBBC
(162,187,188)
#ACC2C3
(172,194,195)
#B6C9CA
(182,201,202)
#C0D0D1
(192,208,209)
#CAD7D8
(202,215,216)
#D4DEDF
(212,222,223)
#DEE5E6
(222,229,230)
#E8ECED
(232,236,237)
#F2F3F4
(242,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EADAE; }

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

This text font color is #8EADAE.


Background Color

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

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

This div background color is #8EADAE.


Border color

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

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

This div border color is #8EADAE.


Opacity

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

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

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

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

This text has shadow with #8EADAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EADAE on black background.


Color preview on white background

This text has color #8EADAE on white background.



Black color preview on #8EADAE background

This text has black color on #8EADAE background.


White color preview on #8EADAE background

This text has white color on #8EADAE background.