COLOR #8EAEC7

HEX: #8EAEC7
RGB: (142,174,199)

Color info

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

RGB color model

#8EAEC7 color RGB value is (142,174,199).

  • red value is 142;
  • green value is 174;
  • blue value is 199.
RGB:
(142,174,199)
(56%,68%,78%)

RGB channels and saturation

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

142
174
199

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

Portions of RGB colors in percentages

R + G + B =
142 + 174 + 199 = 515 (100%)
R 142 of 515 ~ 27.57%
G 174 of 515 ~ 33.79%
B 199 of 515 ~ 38.64%

%27.57
%33.79
%38.64

CMYK color model

#8EAEC7 color CMYK value is (29,13,0,22).

  • cyan value is 28.64%
  • magenta value is 12.56%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(29,13,0,22)
C29M13Y0K22 
(29%,13%,0%,22%)
(0.29/0.13/0.00/0.22)	

CMYK percentages

%28.64
%12.56
%0
%21.96

Codes

Color #8EAEC7 in popluar color models

8EAEC7
RGB142174199
HSL206°33.73%66.86%
HSB/HSV206°28.64%78.04%
CMYK28.64%12.56%0.00%
21.96%

Color #8EAEC7 in popluar number systems.

HEX8EAEC7
Decimal142174199
Binary100011101010111011000111
Octal216256307

Shades and tints

Shades of #8EAEC7

#8EAEC7
(142,174,199)
#829FB5
(130,159,181)
#7690A3
(118,144,163)
#6A8191
(106,129,145)
#5E727F
(94,114,127)
#52636D
(82,99,109)
#46545B
(70,84,91)
#3A4549
(58,69,73)
#2E3637
(46,54,55)
#222725
(34,39,37)
#161813
(22,24,19)
#000000
(0,0,0)

Tints of #8EAEC7

#8EAEC7
(142,174,199)
#98B5CC
(152,181,204)
#A2BCD1
(162,188,209)
#ACC3D6
(172,195,214)
#B6CADB
(182,202,219)
#C0D1E0
(192,209,224)
#CAD8E5
(202,216,229)
#D4DFEA
(212,223,234)
#DEE6EF
(222,230,239)
#E8EDF4
(232,237,244)
#F2F4F9
(242,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EAEC7; }

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

This text font color is #8EAEC7.


Background Color

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

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

This div background color is #8EAEC7.


Border color

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

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

This div border color is #8EAEC7.


Opacity

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

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

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

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

This text has shadow with #8EAEC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EAEC7 on black background.


Color preview on white background

This text has color #8EAEC7 on white background.



Black color preview on #8EAEC7 background

This text has black color on #8EAEC7 background.


White color preview on #8EAEC7 background

This text has white color on #8EAEC7 background.