COLOR #8EAFA2

HEX: #8EAFA2 RGB: (142,175,162)

Color info

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

RGB color model

#8EAFA2 color RGB value is (142,175,162).

RGB: (142,175,162) (56%, 69%, 64%)

RGB channels and saturation

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

142
175
162

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

Portions of RGB colors in percentages

R + G + B = 142 + 175 + 162 = 479 (100%)
R 142 of 479 ~ 29.65%
G 175 of 479 ~ 36.53%
B 162 of 479 ~ 33.82'%

%29.65
%36.53
%33.82

CMYK color model

#8EAFA2 color CMYK value is (19,0,7,31).

  • cyan value is 18.86%
  • magenta value is 0.00%
  • yellow value is 7.43%
  • key color value is 31.37%

CMYK: (19,0,7,31)
C19M0Y7K31 (19%, 0%, 7%, 31%)
(0.19 / 0.00 / 0.07 / 0.31)

CMYK percentages

%18.86
%0
%7.43
%31.37

Codes

Color #8EAFA2 in popluar color models

8E AF A2
RGB 142 175 162
HSL 156° 17.10% 62.16%
HSB/HSV 156° 18.86% 68.63%
CMYK 18.86% 0.00% 7.43%
31.37%

Color #8EAFA2 in popluar number systems.

HEX 8E AF A2
Decimal 142 175 162
Binary 10001110 10101111 10100010
Octal 216 257 242

Shades and tints

Shades of #8EAFA2

#8EAFA2
(142,175,162)
#82A094
(130,160,148)
#769186
(118,145,134)
#6A8278
(106,130,120)
#5E736A
(94,115,106)
#52645C
(82,100,92)
#46554E
(70,85,78)
#3A4640
(58,70,64)
#2E3732
(46,55,50)
#222824
(34,40,36)
#161916
(22,25,22)
#000000
(0,0,0)

Tints of #8EAFA2

#8EAFA2
(142,175,162)
#98B6AA
(152,182,170)
#A2BDB2
(162,189,178)
#ACC4BA
(172,196,186)
#B6CBC2
(182,203,194)
#C0D2CA
(192,210,202)
#CAD9D2
(202,217,210)
#D4E0DA
(212,224,218)
#DEE7E2
(222,231,226)
#E8EEEA
(232,238,234)
#F2F5F2
(242,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EAFA2; }

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

This text font color is #8EAFA2.

Background Color

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

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

This div background color is #8EAFA2.

Border color

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

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

This div border color is #8EAFA2.

Opacity

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

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

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

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

This text has shadow with #8EAFA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EAFA2.

Preview

Color preview on black background

This text has color #8EAFA2 on black background.


Color preview on white background

This text has color #8EAFA2 on white background.


Black color preview on #8EAFA2 background

This text has black color on #8EAFA2 background.


White color preview on #8EAFA2 background

This text has white color on #8EAFA2 background.


Related colors

Complementary color

Complementary color for #hex is #71505D.


I love getcolorcode.com

Triadic colors

1 #A28EAF and #AFA28E with #8EAFA2 are triadic colors.

2 #A2AF8E and #AF8EA2 with #8EAFA2 are triadic colors.