COLOR #8EADB8

HEX: #8EADB8
RGB: (142,173,184)

Color info

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

RGB color model

#8EADB8 color RGB value is (142,173,184).

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

RGB channels and saturation

R 142 of 255 = 56%
G 173 of 255 = 68%
B 184 of 255 = 72%

142
173
184

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

Portions of RGB colors in percentages

R + G + B =
142 + 173 + 184 = 499 (100%)
R 142 of 499 ~ 28.46%
G 173 of 499 ~ 34.67%
B 184 of 499 ~ 36.87%

%28.46
%34.67
%36.87

CMYK color model

#8EADB8 color CMYK value is (23,6,0,28).

  • cyan value is 22.83%
  • magenta value is 5.98%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(23,6,0,28)
C23M6Y0K28 
(23%,6%,0%,28%)
(0.23/0.06/0.00/0.28)	

CMYK percentages

%22.83
%5.98
%0
%27.84

Codes

Color #8EADB8 in popluar color models

8EADB8
RGB142173184
HSL196°22.83%63.92%
HSB/HSV196°22.83%72.16%
CMYK22.83%5.98%0.00%
27.84%

Color #8EADB8 in popluar number systems.

HEX8EADB8
Decimal142173184
Binary100011101010110110111000
Octal216255270

Shades and tints

Shades of #8EADB8

#8EADB8
(142,173,184)
#829EA8
(130,158,168)
#768F98
(118,143,152)
#6A8088
(106,128,136)
#5E7178
(94,113,120)
#526268
(82,98,104)
#465358
(70,83,88)
#3A4448
(58,68,72)
#2E3538
(46,53,56)
#222628
(34,38,40)
#161718
(22,23,24)
#000000
(0,0,0)

Tints of #8EADB8

#8EADB8
(142,173,184)
#98B4BE
(152,180,190)
#A2BBC4
(162,187,196)
#ACC2CA
(172,194,202)
#B6C9D0
(182,201,208)
#C0D0D6
(192,208,214)
#CAD7DC
(202,215,220)
#D4DEE2
(212,222,226)
#DEE5E8
(222,229,232)
#E8ECEE
(232,236,238)
#F2F3F4
(242,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EADB8; }

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

This text font color is #8EADB8.


Background Color

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

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

This div background color is #8EADB8.


Border color

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

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

This div border color is #8EADB8.


Opacity

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

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

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

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

This text has shadow with #8EADB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EADB8 on black background.


Color preview on white background

This text has color #8EADB8 on white background.



Black color preview on #8EADB8 background

This text has black color on #8EADB8 background.


White color preview on #8EADB8 background

This text has white color on #8EADB8 background.