COLOR #8EB6AB

HEX: #8EB6AB
RGB: (142,182,171)

Color info

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

RGB color model

#8EB6AB color RGB value is (142,182,171).

  • red value is 142;
  • green value is 182;
  • blue value is 171.
RGB:
(142,182,171)
(56%,71%,67%)

RGB channels and saturation

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

142
182
171

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

Portions of RGB colors in percentages

R + G + B =
142 + 182 + 171 = 495 (100%)
R 142 of 495 ~ 28.69%
G 182 of 495 ~ 36.77%
B 171 of 495 ~ 34.55%

%28.69
%36.77
%34.55

CMYK color model

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

  • cyan value is 21.98%
  • magenta value is 0.00%
  • yellow value is 6.04%
  • key color value is 28.63%
CMYK:
(22,0,6,29)
C22M0Y6K29 
(22%,0%,6%,29%)
(0.22/0.00/0.06/0.29)	

CMYK percentages

%21.98
%0
%6.04
%28.63

Codes

Color #8EB6AB in popluar color models

8EB6AB
RGB142182171
HSL164°21.51%63.53%
HSB/HSV164°21.98%71.37%
CMYK21.98%0.00%6.04%
28.63%

Color #8EB6AB in popluar number systems.

HEX8EB6AB
Decimal142182171
Binary100011101011011010101011
Octal216266253

Shades and tints

Shades of #8EB6AB

#8EB6AB
(142,182,171)
#82A69C
(130,166,156)
#76968D
(118,150,141)
#6A867E
(106,134,126)
#5E766F
(94,118,111)
#526660
(82,102,96)
#465651
(70,86,81)
#3A4642
(58,70,66)
#2E3633
(46,54,51)
#222624
(34,38,36)
#161615
(22,22,21)
#000000
(0,0,0)

Tints of #8EB6AB

#8EB6AB
(142,182,171)
#98BCB2
(152,188,178)
#A2C2B9
(162,194,185)
#ACC8C0
(172,200,192)
#B6CEC7
(182,206,199)
#C0D4CE
(192,212,206)
#CADAD5
(202,218,213)
#D4E0DC
(212,224,220)
#DEE6E3
(222,230,227)
#E8ECEA
(232,236,234)
#F2F2F1
(242,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EB6AB; }

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

This text font color is #8EB6AB.


Background Color

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

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

This div background color is #8EB6AB.


Border color

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

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

This div border color is #8EB6AB.


Opacity

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

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

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

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

This text has shadow with #8EB6AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EB6AB on black background.


Color preview on white background

This text has color #8EB6AB on white background.



Black color preview on #8EB6AB background

This text has black color on #8EB6AB background.


White color preview on #8EB6AB background

This text has white color on #8EB6AB background.