COLOR #8EAEC6

HEX: #8EAEC6 RGB: (142,174,198)

Color info

#8EAEC6 contains red, green and blue colors in about the same proportion. Web safe color of #8EAEC6 is #9999CC (or #99C).

RGB color model

#8EAEC6 color RGB value is (142,174,198).

RGB: (142,174,198) (56%, 68%, 78%)

RGB channels and saturation

R 142 of 255 = 56%
G 174 of 255 = 68%
B 198 of 255 = 78%

142
174
198

R + G + B ~ 67%. #8EAEC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 142 + 174 + 198 = 514 (100%)
R 142 of 514 ~ 27.63%
G 174 of 514 ~ 33.85%
B 198 of 514 ~ 38.52'%

%27.63
%33.85
%38.52

CMYK color model

#8EAEC6 color CMYK value is (28,12,0,22).

  • cyan value is 28.28%
  • magenta value is 12.12%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (28,12,0,22)
C28M12Y0K22 (28%, 12%, 0%, 22%)
(0.28 / 0.12 / 0.00 / 0.22)

CMYK percentages

%28.28
%12.12
%0
%22.35

Codes

Color #8EAEC6 in popluar color models

8E AE C6
RGB 142 174 198
HSL 206° 32.94% 66.67%
HSB/HSV 206° 28.28% 77.65%
CMYK 28.28% 12.12% 0.00%
22.35%

Color #8EAEC6 in popluar number systems.

HEX 8E AE C6
Decimal 142 174 198
Binary 10001110 10101110 11000110
Octal 216 256 306

Shades and tints

Shades of #8EAEC6

#8EAEC6
(142,174,198)
#829FB4
(130,159,180)
#7690A2
(118,144,162)
#6A8190
(106,129,144)
#5E727E
(94,114,126)
#52636C
(82,99,108)
#46545A
(70,84,90)
#3A4548
(58,69,72)
#2E3636
(46,54,54)
#222724
(34,39,36)
#161812
(22,24,18)
#000000
(0,0,0)

Tints of #8EAEC6

#8EAEC6
(142,174,198)
#98B5CB
(152,181,203)
#A2BCD0
(162,188,208)
#ACC3D5
(172,195,213)
#B6CADA
(182,202,218)
#C0D1DF
(192,209,223)
#CAD8E4
(202,216,228)
#D4DFE9
(212,223,233)
#DEE6EE
(222,230,238)
#E8EDF3
(232,237,243)
#F2F4F8
(242,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EAEC6 color. Also use rgb(142,174,198) instead hex code.

Text Font Color

.myTextColor { color: #8EAEC6; }

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

This text font color is #8EAEC6.

Background Color

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

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

This div background color is #8EAEC6.

Border color

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

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

This div border color is #8EAEC6.

Opacity

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

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

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

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

This text has shadow with #8EAEC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EAEC6.

Preview

Color preview on black background

This text has color #8EAEC6 on black background.


Color preview on white background

This text has color #8EAEC6 on white background.


Black color preview on #8EAEC6 background

This text has black color on #8EAEC6 background.


White color preview on #8EAEC6 background

This text has white color on #8EAEC6 background.


Related colors

Complementary color

Complementary color for #hex is #715139.


I love getcolorcode.com

Triadic colors

1 #C68EAE and #AEC68E with #8EAEC6 are triadic colors.

2 #C6AE8E and #AE8EC6 with #8EAEC6 are triadic colors.