COLOR #8EBCAA

HEX: #8EBCAA RGB: (142,188,170)

Color info

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

RGB color model

#8EBCAA color RGB value is (142,188,170).

RGB: (142,188,170) (56%, 74%, 67%)

RGB channels and saturation

R 142 of 255 = 56%
G 188 of 255 = 74%
B 170 of 255 = 67%

142
188
170

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

Portions of RGB colors in percentages

R + G + B = 142 + 188 + 170 = 500 (100%)
R 142 of 500 ~ 28.4%
G 188 of 500 ~ 37.6%
B 170 of 500 ~ 34'%

%28.4
%37.6
%34

CMYK color model

#8EBCAA color CMYK value is (24,0,10,26).

  • cyan value is 24.47%
  • magenta value is 0.00%
  • yellow value is 9.57%
  • key color value is 26.27%

CMYK: (24,0,10,26)
C24M0Y10K26 (24%, 0%, 10%, 26%)
(0.24 / 0.00 / 0.10 / 0.26)

CMYK percentages

%24.47
%0
%9.57
%26.27

Codes

Color #8EBCAA in popluar color models

8E BC AA
RGB 142 188 170
HSL 157° 25.56% 64.71%
HSB/HSV 157° 24.47% 73.73%
CMYK 24.47% 0.00% 9.57%
26.27%

Color #8EBCAA in popluar number systems.

HEX 8E BC AA
Decimal 142 188 170
Binary 10001110 10111100 10101010
Octal 216 274 252

Shades and tints

Shades of #8EBCAA

#8EBCAA
(142,188,170)
#82AB9B
(130,171,155)
#769A8C
(118,154,140)
#6A897D
(106,137,125)
#5E786E
(94,120,110)
#52675F
(82,103,95)
#465650
(70,86,80)
#3A4541
(58,69,65)
#2E3432
(46,52,50)
#222323
(34,35,35)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #8EBCAA

#8EBCAA
(142,188,170)
#98C2B1
(152,194,177)
#A2C8B8
(162,200,184)
#ACCEBF
(172,206,191)
#B6D4C6
(182,212,198)
#C0DACD
(192,218,205)
#CAE0D4
(202,224,212)
#D4E6DB
(212,230,219)
#DEECE2
(222,236,226)
#E8F2E9
(232,242,233)
#F2F8F0
(242,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EBCAA color. Also use rgb(142,188,170) instead hex code.

Text Font Color

.myTextColor { color: #8EBCAA; }

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

This text font color is #8EBCAA.

Background Color

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

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

This div background color is #8EBCAA.

Border color

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

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

This div border color is #8EBCAA.

Opacity

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

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

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

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

This text has shadow with #8EBCAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EBCAA.

Preview

Color preview on black background

This text has color #8EBCAA on black background.


Color preview on white background

This text has color #8EBCAA on white background.


Black color preview on #8EBCAA background

This text has black color on #8EBCAA background.


White color preview on #8EBCAA background

This text has white color on #8EBCAA background.


Related colors

Complementary color

Complementary color for #hex is #714355.


I love getcolorcode.com

Triadic colors

1 #AA8EBC and #BCAA8E with #8EBCAA are triadic colors.

2 #AABC8E and #BC8EAA with #8EBCAA are triadic colors.