COLOR #8EA9AC

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

Color info

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

RGB color model

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

RGB: (142,169,172) (56%, 66%, 67%)

RGB channels and saturation

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

142
169
172

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

Portions of RGB colors in percentages

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

%29.4
%34.99
%35.61

CMYK color model

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

  • cyan value is 17.44%
  • magenta value is 1.74%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (17,2,0,33)
C17M2Y0K33 (17%, 2%, 0%, 33%)
(0.17 / 0.02 / 0.00 / 0.33)

CMYK percentages

%17.44
%1.74
%0
%32.55

Codes

Color #8EA9AC in popluar color models

8E A9 AC
RGB 142 169 172
HSL 186° 15.31% 61.57%
HSB/HSV 186° 17.44% 67.45%
CMYK 17.44% 1.74% 0.00%
32.55%

Color #8EA9AC in popluar number systems.

HEX 8E A9 AC
Decimal 142 169 172
Binary 10001110 10101001 10101100
Octal 216 251 254

Shades and tints

Shades of #8EA9AC

#8EA9AC
(142,169,172)
#829A9D
(130,154,157)
#768B8E
(118,139,142)
#6A7C7F
(106,124,127)
#5E6D70
(94,109,112)
#525E61
(82,94,97)
#464F52
(70,79,82)
#3A4043
(58,64,67)
#2E3134
(46,49,52)
#222225
(34,34,37)
#161316
(22,19,22)
#000000
(0,0,0)

Tints of #8EA9AC

#8EA9AC
(142,169,172)
#98B0B3
(152,176,179)
#A2B7BA
(162,183,186)
#ACBEC1
(172,190,193)
#B6C5C8
(182,197,200)
#C0CCCF
(192,204,207)
#CAD3D6
(202,211,214)
#D4DADD
(212,218,221)
#DEE1E4
(222,225,228)
#E8E8EB
(232,232,235)
#F2EFF2
(242,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EA9AC; }

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

This text font color is #8EA9AC.

Background Color

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

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

This div background color is #8EA9AC.

Border color

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

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

This div border color is #8EA9AC.

Opacity

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

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

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

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

This text has shadow with #8EA9AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EA9AC.

Preview

Color preview on black background

This text has color #8EA9AC on black background.


Color preview on white background

This text has color #8EA9AC on white background.


Black color preview on #8EA9AC background

This text has black color on #8EA9AC background.


White color preview on #8EA9AC background

This text has white color on #8EA9AC background.


Related colors

Complementary color

Complementary color for #hex is #715653.


I love getcolorcode.com

Triadic colors

1 #AC8EA9 and #A9AC8E with #8EA9AC are triadic colors.

2 #ACA98E and #A98EAC with #8EA9AC are triadic colors.