COLOR #8EAAE9

HEX: #8EAAE9
RGB: (142,170,233)

Color info

#8EAAE9 contains mainly blue color. Web safe color of #8EAAE9 is #9999FF (or #99F).

RGB color model

#8EAAE9 color RGB value is (142,170,233).

  • red value is 142;
  • green value is 170;
  • blue value is 233.
RGB:
(142,170,233)
(56%,67%,91%)

RGB channels and saturation

R 142 of 255 = 56%
G 170 of 255 = 67%
B 233 of 255 = 91%

142
170
233

R + G + B ~ 71%. #8EAAE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 170 + 233 = 545 (100%)
R 142 of 545 ~ 26.06%
G 170 of 545 ~ 31.19%
B 233 of 545 ~ 42.75%

%26.06
%31.19
%42.75

CMYK color model

#8EAAE9 color CMYK value is (39,27,0,9).

  • cyan value is 39.06%
  • magenta value is 27.04%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(39,27,0,9)
C39M27Y0K9 
(39%,27%,0%,9%)
(0.39/0.27/0.00/0.09)	

CMYK percentages

%39.06
%27.04
%0
%8.63

Codes

Color #8EAAE9 in popluar color models

8EAAE9
RGB142170233
HSL222°67.41%73.53%
HSB/HSV222°39.06%91.37%
CMYK39.06%27.04%0.00%
8.63%

Color #8EAAE9 in popluar number systems.

HEX8EAAE9
Decimal142170233
Binary100011101010101011101001
Octal216252351

Shades and tints

Shades of #8EAAE9

#8EAAE9
(142,170,233)
#829BD4
(130,155,212)
#768CBF
(118,140,191)
#6A7DAA
(106,125,170)
#5E6E95
(94,110,149)
#525F80
(82,95,128)
#46506B
(70,80,107)
#3A4156
(58,65,86)
#2E3241
(46,50,65)
#22232C
(34,35,44)
#161417
(22,20,23)
#000000
(0,0,0)

Tints of #8EAAE9

#8EAAE9
(142,170,233)
#98B1EB
(152,177,235)
#A2B8ED
(162,184,237)
#ACBFEF
(172,191,239)
#B6C6F1
(182,198,241)
#C0CDF3
(192,205,243)
#CAD4F5
(202,212,245)
#D4DBF7
(212,219,247)
#DEE2F9
(222,226,249)
#E8E9FB
(232,233,251)
#F2F0FD
(242,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EAAE9 color. Also use rgb(142,170,233) instead hex code.

Text Font Color

.myTextColor { color: #8EAAE9; }

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

This text font color is #8EAAE9.


Background Color

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

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

This div background color is #8EAAE9.


Border color

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

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

This div border color is #8EAAE9.


Opacity

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

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

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

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

This text has shadow with #8EAAE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EAAE9 on black background.


Color preview on white background

This text has color #8EAAE9 on white background.



Black color preview on #8EAAE9 background

This text has black color on #8EAAE9 background.


White color preview on #8EAAE9 background

This text has white color on #8EAAE9 background.