COLOR #8EAFA4

HEX: #8EAFA4
RGB: (142,175,164)

Color info

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

RGB color model

#8EAFA4 color RGB value is (142,175,164).

  • red value is 142;
  • green value is 175;
  • blue value is 164.
RGB:
(142,175,164)
(56%,69%,64%)

RGB channels and saturation

R 142 of 255 = 56%
G 175 of 255 = 69%
B 164 of 255 = 64%

142
175
164

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

Portions of RGB colors in percentages

R + G + B =
142 + 175 + 164 = 481 (100%)
R 142 of 481 ~ 29.52%
G 175 of 481 ~ 36.38%
B 164 of 481 ~ 34.1%

%29.52
%36.38
%34.1

CMYK color model

#8EAFA4 color CMYK value is (19,0,6,31).

  • cyan value is 18.86%
  • magenta value is 0.00%
  • yellow value is 6.29%
  • key color value is 31.37%
CMYK:
(19,0,6,31)
C19M0Y6K31 
(19%,0%,6%,31%)
(0.19/0.00/0.06/0.31)	

CMYK percentages

%18.86
%0
%6.29
%31.37

Codes

Color #8EAFA4 in popluar color models

8EAFA4
RGB142175164
HSL160°17.10%62.16%
HSB/HSV160°18.86%68.63%
CMYK18.86%0.00%6.29%
31.37%

Color #8EAFA4 in popluar number systems.

HEX8EAFA4
Decimal142175164
Binary100011101010111110100100
Octal216257244

Shades and tints

Shades of #8EAFA4

#8EAFA4
(142,175,164)
#82A096
(130,160,150)
#769188
(118,145,136)
#6A827A
(106,130,122)
#5E736C
(94,115,108)
#52645E
(82,100,94)
#465550
(70,85,80)
#3A4642
(58,70,66)
#2E3734
(46,55,52)
#222826
(34,40,38)
#161918
(22,25,24)
#000000
(0,0,0)

Tints of #8EAFA4

#8EAFA4
(142,175,164)
#98B6AC
(152,182,172)
#A2BDB4
(162,189,180)
#ACC4BC
(172,196,188)
#B6CBC4
(182,203,196)
#C0D2CC
(192,210,204)
#CAD9D4
(202,217,212)
#D4E0DC
(212,224,220)
#DEE7E4
(222,231,228)
#E8EEEC
(232,238,236)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EAFA4 color. Also use rgb(142,175,164) instead hex code.

Text Font Color

.myTextColor { color: #8EAFA4; }

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

This text font color is #8EAFA4.


Background Color

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

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

This div background color is #8EAFA4.


Border color

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

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

This div border color is #8EAFA4.


Opacity

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

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

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

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

This text has shadow with #8EAFA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EAFA4 on black background.


Color preview on white background

This text has color #8EAFA4 on white background.



Black color preview on #8EAFA4 background

This text has black color on #8EAFA4 background.


White color preview on #8EAFA4 background

This text has white color on #8EAFA4 background.