COLOR #8EB5AB

HEX: #8EB5AB RGB: (142,181,171)

Color info

#8EB5AB contains red, green and blue colors in about the same proportion. Web safe color of #8EB5AB is #99CC99 (or #9C9).

RGB color model

#8EB5AB color RGB value is (142,181,171).

RGB: (142,181,171) (56%, 71%, 67%)

RGB channels and saturation

R 142 of 255 = 56%
G 181 of 255 = 71%
B 171 of 255 = 67%

142
181
171

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

Portions of RGB colors in percentages

R + G + B = 142 + 181 + 171 = 494 (100%)
R 142 of 494 ~ 28.74%
G 181 of 494 ~ 36.64%
B 171 of 494 ~ 34.62'%

%28.74
%36.64
%34.62

CMYK color model

#8EB5AB color CMYK value is (22,0,6,29).

  • cyan value is 21.55%
  • magenta value is 0.00%
  • yellow value is 5.52%
  • key color value is 29.02%

CMYK: (22,0,6,29)
C22M0Y6K29 (22%, 0%, 6%, 29%)
(0.22 / 0.00 / 0.06 / 0.29)

CMYK percentages

%21.55
%0
%5.52
%29.02

Codes

Color #8EB5AB in popluar color models

8E B5 AB
RGB 142 181 171
HSL 165° 20.86% 63.33%
HSB/HSV 165° 21.55% 70.98%
CMYK 21.55% 0.00% 5.52%
29.02%

Color #8EB5AB in popluar number systems.

HEX 8E B5 AB
Decimal 142 181 171
Binary 10001110 10110101 10101011
Octal 216 265 253

Shades and tints

Shades of #8EB5AB

#8EB5AB
(142,181,171)
#82A59C
(130,165,156)
#76958D
(118,149,141)
#6A857E
(106,133,126)
#5E756F
(94,117,111)
#526560
(82,101,96)
#465551
(70,85,81)
#3A4542
(58,69,66)
#2E3533
(46,53,51)
#222524
(34,37,36)
#161515
(22,21,21)
#000000
(0,0,0)

Tints of #8EB5AB

#8EB5AB
(142,181,171)
#98BBB2
(152,187,178)
#A2C1B9
(162,193,185)
#ACC7C0
(172,199,192)
#B6CDC7
(182,205,199)
#C0D3CE
(192,211,206)
#CAD9D5
(202,217,213)
#D4DFDC
(212,223,220)
#DEE5E3
(222,229,227)
#E8EBEA
(232,235,234)
#F2F1F1
(242,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EB5AB; }

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

This text font color is #8EB5AB.

Background Color

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

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

This div background color is #8EB5AB.

Border color

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

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

This div border color is #8EB5AB.

Opacity

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

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

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

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

This text has shadow with #8EB5AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EB5AB.

Preview

Color preview on black background

This text has color #8EB5AB on black background.


Color preview on white background

This text has color #8EB5AB on white background.


Black color preview on #8EB5AB background

This text has black color on #8EB5AB background.


White color preview on #8EB5AB background

This text has white color on #8EB5AB background.


Related colors

Complementary color

Complementary color for #hex is #714A54.


I love getcolorcode.com

Triadic colors

1 #AB8EB5 and #B5AB8E with #8EB5AB are triadic colors.

2 #ABB58E and #B58EAB with #8EB5AB are triadic colors.