COLOR #8EB2A5

HEX: #8EB2A5 RGB: (142,178,165)

Color info

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

RGB color model

#8EB2A5 color RGB value is (142,178,165).

RGB: (142,178,165) (56%, 70%, 65%)

RGB channels and saturation

R 142 of 255 = 56%
G 178 of 255 = 70%
B 165 of 255 = 65%

142
178
165

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

Portions of RGB colors in percentages

R + G + B = 142 + 178 + 165 = 485 (100%)
R 142 of 485 ~ 29.28%
G 178 of 485 ~ 36.7%
B 165 of 485 ~ 34.02'%

%29.28
%36.7
%34.02

CMYK color model

#8EB2A5 color CMYK value is (20,0,7,30).

  • cyan value is 20.22%
  • magenta value is 0.00%
  • yellow value is 7.30%
  • key color value is 30.20%

CMYK: (20,0,7,30)
C20M0Y7K30 (20%, 0%, 7%, 30%)
(0.20 / 0.00 / 0.07 / 0.30)

CMYK percentages

%20.22
%0
%7.3
%30.2

Codes

Color #8EB2A5 in popluar color models

8E B2 A5
RGB 142 178 165
HSL 158° 18.95% 62.75%
HSB/HSV 158° 20.22% 69.80%
CMYK 20.22% 0.00% 7.30%
30.20%

Color #8EB2A5 in popluar number systems.

HEX 8E B2 A5
Decimal 142 178 165
Binary 10001110 10110010 10100101
Octal 216 262 245

Shades and tints

Shades of #8EB2A5

#8EB2A5
(142,178,165)
#82A296
(130,162,150)
#769287
(118,146,135)
#6A8278
(106,130,120)
#5E7269
(94,114,105)
#52625A
(82,98,90)
#46524B
(70,82,75)
#3A423C
(58,66,60)
#2E322D
(46,50,45)
#22221E
(34,34,30)
#16120F
(22,18,15)
#000000
(0,0,0)

Tints of #8EB2A5

#8EB2A5
(142,178,165)
#98B9AD
(152,185,173)
#A2C0B5
(162,192,181)
#ACC7BD
(172,199,189)
#B6CEC5
(182,206,197)
#C0D5CD
(192,213,205)
#CADCD5
(202,220,213)
#D4E3DD
(212,227,221)
#DEEAE5
(222,234,229)
#E8F1ED
(232,241,237)
#F2F8F5
(242,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EB2A5; }

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

This text font color is #8EB2A5.

Background Color

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

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

This div background color is #8EB2A5.

Border color

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

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

This div border color is #8EB2A5.

Opacity

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

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

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

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

This text has shadow with #8EB2A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EB2A5.

Preview

Color preview on black background

This text has color #8EB2A5 on black background.


Color preview on white background

This text has color #8EB2A5 on white background.


Black color preview on #8EB2A5 background

This text has black color on #8EB2A5 background.


White color preview on #8EB2A5 background

This text has white color on #8EB2A5 background.


Related colors

Complementary color

Complementary color for #hex is #714D5A.


I love getcolorcode.com

Triadic colors

1 #A58EB2 and #B2A58E with #8EB2A5 are triadic colors.

2 #A5B28E and #B28EA5 with #8EB2A5 are triadic colors.