COLOR #8EBAB0

HEX: #8EBAB0
RGB: (142,186,176)

Color info

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

RGB color model

#8EBAB0 color RGB value is (142,186,176).

  • red value is 142;
  • green value is 186;
  • blue value is 176.
RGB:
(142,186,176)
(56%,73%,69%)

RGB channels and saturation

R 142 of 255 = 56%
G 186 of 255 = 73%
B 176 of 255 = 69%

142
186
176

R + G + B ~ 66%. #8EBAB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 186 + 176 = 504 (100%)
R 142 of 504 ~ 28.17%
G 186 of 504 ~ 36.9%
B 176 of 504 ~ 34.92%

%28.17
%36.9
%34.92

CMYK color model

#8EBAB0 color CMYK value is (24,0,5,27).

  • cyan value is 23.66%
  • magenta value is 0.00%
  • yellow value is 5.38%
  • key color value is 27.06%
CMYK:
(24,0,5,27)
C24M0Y5K27 
(24%,0%,5%,27%)
(0.24/0.00/0.05/0.27)	

CMYK percentages

%23.66
%0
%5.38
%27.06

Codes

Color #8EBAB0 in popluar color models

8EBAB0
RGB142186176
HSL166°24.18%64.31%
HSB/HSV166°23.66%72.94%
CMYK23.66%0.00%5.38%
27.06%

Color #8EBAB0 in popluar number systems.

HEX8EBAB0
Decimal142186176
Binary100011101011101010110000
Octal216272260

Shades and tints

Shades of #8EBAB0

#8EBAB0
(142,186,176)
#82AAA0
(130,170,160)
#769A90
(118,154,144)
#6A8A80
(106,138,128)
#5E7A70
(94,122,112)
#526A60
(82,106,96)
#465A50
(70,90,80)
#3A4A40
(58,74,64)
#2E3A30
(46,58,48)
#222A20
(34,42,32)
#161A10
(22,26,16)
#000000
(0,0,0)

Tints of #8EBAB0

#8EBAB0
(142,186,176)
#98C0B7
(152,192,183)
#A2C6BE
(162,198,190)
#ACCCC5
(172,204,197)
#B6D2CC
(182,210,204)
#C0D8D3
(192,216,211)
#CADEDA
(202,222,218)
#D4E4E1
(212,228,225)
#DEEAE8
(222,234,232)
#E8F0EF
(232,240,239)
#F2F6F6
(242,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EBAB0 color. Also use rgb(142,186,176) instead hex code.

Text Font Color

.myTextColor { color: #8EBAB0; }

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

This text font color is #8EBAB0.


Background Color

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

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

This div background color is #8EBAB0.


Border color

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

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

This div border color is #8EBAB0.


Opacity

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

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

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

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

This text has shadow with #8EBAB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EBAB0 on black background.


Color preview on white background

This text has color #8EBAB0 on white background.



Black color preview on #8EBAB0 background

This text has black color on #8EBAB0 background.


White color preview on #8EBAB0 background

This text has white color on #8EBAB0 background.