COLOR #8EACA9

HEX: #8EACA9
RGB: (142,172,169)

Color info

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

RGB color model

#8EACA9 color RGB value is (142,172,169).

  • red value is 142;
  • green value is 172;
  • blue value is 169.
RGB:
(142,172,169)
(56%,67%,66%)

RGB channels and saturation

R 142 of 255 = 56%
G 172 of 255 = 67%
B 169 of 255 = 66%

142
172
169

R + G + B ~ 63%. #8EACA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 172 + 169 = 483 (100%)
R 142 of 483 ~ 29.4%
G 172 of 483 ~ 35.61%
B 169 of 483 ~ 34.99%

%29.4
%35.61
%34.99

CMYK color model

#8EACA9 color CMYK value is (17,0,2,33).

  • cyan value is 17.44%
  • magenta value is 0.00%
  • yellow value is 1.74%
  • key color value is 32.55%
CMYK:
(17,0,2,33)
C17M0Y2K33 
(17%,0%,2%,33%)
(0.17/0.00/0.02/0.33)	

CMYK percentages

%17.44
%0
%1.74
%32.55

Codes

Color #8EACA9 in popluar color models

8EACA9
RGB142172169
HSL174°15.31%61.57%
HSB/HSV174°17.44%67.45%
CMYK17.44%0.00%1.74%
32.55%

Color #8EACA9 in popluar number systems.

HEX8EACA9
Decimal142172169
Binary100011101010110010101001
Octal216254251

Shades and tints

Shades of #8EACA9

#8EACA9
(142,172,169)
#829D9A
(130,157,154)
#768E8B
(118,142,139)
#6A7F7C
(106,127,124)
#5E706D
(94,112,109)
#52615E
(82,97,94)
#46524F
(70,82,79)
#3A4340
(58,67,64)
#2E3431
(46,52,49)
#222522
(34,37,34)
#161613
(22,22,19)
#000000
(0,0,0)

Tints of #8EACA9

#8EACA9
(142,172,169)
#98B3B0
(152,179,176)
#A2BAB7
(162,186,183)
#ACC1BE
(172,193,190)
#B6C8C5
(182,200,197)
#C0CFCC
(192,207,204)
#CAD6D3
(202,214,211)
#D4DDDA
(212,221,218)
#DEE4E1
(222,228,225)
#E8EBE8
(232,235,232)
#F2F2EF
(242,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EACA9 color. Also use rgb(142,172,169) instead hex code.

Text Font Color

.myTextColor { color: #8EACA9; }

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

This text font color is #8EACA9.


Background Color

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

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

This div background color is #8EACA9.


Border color

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

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

This div border color is #8EACA9.


Opacity

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

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

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

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

This text has shadow with #8EACA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EACA9 on black background.


Color preview on white background

This text has color #8EACA9 on white background.



Black color preview on #8EACA9 background

This text has black color on #8EACA9 background.


White color preview on #8EACA9 background

This text has white color on #8EACA9 background.