COLOR #8EADB1

HEX: #8EADB1 RGB: (142,173,177)

Color info

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

RGB color model

#8EADB1 color RGB value is (142,173,177).

RGB: (142,173,177) (56%, 68%, 69%)

RGB channels and saturation

R 142 of 255 = 56%
G 173 of 255 = 68%
B 177 of 255 = 69%

142
173
177

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

Portions of RGB colors in percentages

R + G + B = 142 + 173 + 177 = 492 (100%)
R 142 of 492 ~ 28.86%
G 173 of 492 ~ 35.16%
B 177 of 492 ~ 35.98'%

%28.86
%35.16
%35.98

CMYK color model

#8EADB1 color CMYK value is (20,2,0,31).

  • cyan value is 19.77%
  • magenta value is 2.26%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK: (20,2,0,31) C20M2Y0K31 (20%,2%,0%,31%) (0.20/0.02/0.00/0.31) 

CMYK percentages

%19.77
%2.26
%0
%30.59

Codes

Color #8EADB1 in popluar color models

8E AD B1
RGB 142 173 177
HSL 187° 18.32% 62.55%
HSB/HSV 187° 19.77% 69.41%
CMYK 19.77% 2.26% 0.00%
30.59%

Color #8EADB1 in popluar number systems.

HEX 8E AD B1
Decimal 142 173 177
Binary 10001110 10101101 10110001
Octal 216 255 261

Shades and tints

Shades of #8EADB1

#8EADB1
(142,173,177)
#829EA1
(130,158,161)
#768F91
(118,143,145)
#6A8081
(106,128,129)
#5E7171
(94,113,113)
#526261
(82,98,97)
#465351
(70,83,81)
#3A4441
(58,68,65)
#2E3531
(46,53,49)
#222621
(34,38,33)
#161711
(22,23,17)
#000000
(0,0,0)

Tints of #8EADB1

#8EADB1
(142,173,177)
#98B4B8
(152,180,184)
#A2BBBF
(162,187,191)
#ACC2C6
(172,194,198)
#B6C9CD
(182,201,205)
#C0D0D4
(192,208,212)
#CAD7DB
(202,215,219)
#D4DEE2
(212,222,226)
#DEE5E9
(222,229,233)
#E8ECF0
(232,236,240)
#F2F3F7
(242,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EADB1; }

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

This text font color is #8EADB1.

Background Color

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

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

This div background color is #8EADB1.

Border color

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

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

This div border color is #8EADB1.

Opacity

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

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

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

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

This text has shadow with #8EADB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EADB1.

Preview

Color preview on black background

This text has color #8EADB1 on black background.


Color preview on white background

This text has color #8EADB1 on white background.


Black color preview on #8EADB1 background

This text has black color on #8EADB1 background.


White color preview on #8EADB1 background

This text has white color on #8EADB1 background.


Related colors

Complementary color

Complementary color for #hex is #71524E.


I love getcolorcode.com

Triadic colors

1 #B18EAD and #ADB18E with #8EADB1 are triadic colors.

2 #B1AD8E and #AD8EB1 with #8EADB1 are triadic colors.