COLOR #8EBBAB

HEX: #8EBBAB RGB: (142,187,171)

Color info

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

RGB color model

#8EBBAB color RGB value is (142,187,171).

RGB: (142,187,171) (56%, 73%, 67%)

RGB channels and saturation

R 142 of 255 = 56%
G 187 of 255 = 73%
B 171 of 255 = 67%

142
187
171

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

Portions of RGB colors in percentages

R + G + B = 142 + 187 + 171 = 500 (100%)
R 142 of 500 ~ 28.4%
G 187 of 500 ~ 37.4%
B 171 of 500 ~ 34.2'%

%28.4
%37.4
%34.2

CMYK color model

#8EBBAB color CMYK value is (24,0,9,27).

  • cyan value is 24.06%
  • magenta value is 0.00%
  • yellow value is 8.56%
  • key color value is 26.67%

CMYK: (24,0,9,27)
C24M0Y9K27 (24%, 0%, 9%, 27%)
(0.24 / 0.00 / 0.09 / 0.27)

CMYK percentages

%24.06
%0
%8.56
%26.67

Codes

Color #8EBBAB in popluar color models

8E BB AB
RGB 142 187 171
HSL 159° 24.86% 64.51%
HSB/HSV 159° 24.06% 73.33%
CMYK 24.06% 0.00% 8.56%
26.67%

Color #8EBBAB in popluar number systems.

HEX 8E BB AB
Decimal 142 187 171
Binary 10001110 10111011 10101011
Octal 216 273 253

Shades and tints

Shades of #8EBBAB

#8EBBAB
(142,187,171)
#82AA9C
(130,170,156)
#76998D
(118,153,141)
#6A887E
(106,136,126)
#5E776F
(94,119,111)
#526660
(82,102,96)
#465551
(70,85,81)
#3A4442
(58,68,66)
#2E3333
(46,51,51)
#222224
(34,34,36)
#161115
(22,17,21)
#000000
(0,0,0)

Tints of #8EBBAB

#8EBBAB
(142,187,171)
#98C1B2
(152,193,178)
#A2C7B9
(162,199,185)
#ACCDC0
(172,205,192)
#B6D3C7
(182,211,199)
#C0D9CE
(192,217,206)
#CADFD5
(202,223,213)
#D4E5DC
(212,229,220)
#DEEBE3
(222,235,227)
#E8F1EA
(232,241,234)
#F2F7F1
(242,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EBBAB; }

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

This text font color is #8EBBAB.

Background Color

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

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

This div background color is #8EBBAB.

Border color

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

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

This div border color is #8EBBAB.

Opacity

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

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

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

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

This text has shadow with #8EBBAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EBBAB.

Preview

Color preview on black background

This text has color #8EBBAB on black background.


Color preview on white background

This text has color #8EBBAB on white background.


Black color preview on #8EBBAB background

This text has black color on #8EBBAB background.


White color preview on #8EBBAB background

This text has white color on #8EBBAB background.


Related colors

Complementary color

Complementary color for #hex is #714454.


I love getcolorcode.com

Triadic colors

1 #AB8EBB and #BBAB8E with #8EBBAB are triadic colors.

2 #ABBB8E and #BB8EAB with #8EBBAB are triadic colors.