COLOR #8EAEC0

HEX: #8EAEC0 RGB: (142,174,192)

Color info

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

RGB color model

#8EAEC0 color RGB value is (142,174,192).

RGB: (142,174,192) (56%, 68%, 75%)

RGB channels and saturation

R 142 of 255 = 56%
G 174 of 255 = 68%
B 192 of 255 = 75%

142
174
192

R + G + B ~ 66%. #8EAEC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 142 + 174 + 192 = 508 (100%)
R 142 of 508 ~ 27.95%
G 174 of 508 ~ 34.25%
B 192 of 508 ~ 37.8'%

%27.95
%34.25
%37.8

CMYK color model

#8EAEC0 color CMYK value is (26,9,0,25).

  • cyan value is 26.04%
  • magenta value is 9.38%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (26,9,0,25)
C26M9Y0K25 (26%, 9%, 0%, 25%)
(0.26 / 0.09 / 0.00 / 0.25)

CMYK percentages

%26.04
%9.38
%0
%24.71

Codes

Color #8EAEC0 in popluar color models

8E AE C0
RGB 142 174 192
HSL 202° 28.41% 65.49%
HSB/HSV 202° 26.04% 75.29%
CMYK 26.04% 9.38% 0.00%
24.71%

Color #8EAEC0 in popluar number systems.

HEX 8E AE C0
Decimal 142 174 192
Binary 10001110 10101110 11000000
Octal 216 256 300

Shades and tints

Shades of #8EAEC0

#8EAEC0
(142,174,192)
#829FAF
(130,159,175)
#76909E
(118,144,158)
#6A818D
(106,129,141)
#5E727C
(94,114,124)
#52636B
(82,99,107)
#46545A
(70,84,90)
#3A4549
(58,69,73)
#2E3638
(46,54,56)
#222727
(34,39,39)
#161816
(22,24,22)
#000000
(0,0,0)

Tints of #8EAEC0

#8EAEC0
(142,174,192)
#98B5C5
(152,181,197)
#A2BCCA
(162,188,202)
#ACC3CF
(172,195,207)
#B6CAD4
(182,202,212)
#C0D1D9
(192,209,217)
#CAD8DE
(202,216,222)
#D4DFE3
(212,223,227)
#DEE6E8
(222,230,232)
#E8EDED
(232,237,237)
#F2F4F2
(242,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EAEC0; }

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

This text font color is #8EAEC0.

Background Color

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

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

This div background color is #8EAEC0.

Border color

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

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

This div border color is #8EAEC0.

Opacity

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

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

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

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

This text has shadow with #8EAEC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EAEC0.

Preview

Color preview on black background

This text has color #8EAEC0 on black background.


Color preview on white background

This text has color #8EAEC0 on white background.


Black color preview on #8EAEC0 background

This text has black color on #8EAEC0 background.


White color preview on #8EAEC0 background

This text has white color on #8EAEC0 background.


Related colors

Complementary color

Complementary color for #hex is #71513F.


I love getcolorcode.com

Triadic colors

1 #C08EAE and #AEC08E with #8EAEC0 are triadic colors.

2 #C0AE8E and #AE8EC0 with #8EAEC0 are triadic colors.