COLOR #8EA8CF

HEX: #8EA8CF RGB: (142,168,207)

Color info

#8EA8CF contains mainly green and blue colors. Web safe color of #8EA8CF is #9999CC (or #99C).

RGB color model

#8EA8CF color RGB value is (142,168,207).

RGB: (142,168,207) (56%, 66%, 81%)

RGB channels and saturation

R 142 of 255 = 56%
G 168 of 255 = 66%
B 207 of 255 = 81%

142
168
207

R + G + B ~ 68%. #8EA8CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 142 + 168 + 207 = 517 (100%)
R 142 of 517 ~ 27.47%
G 168 of 517 ~ 32.5%
B 207 of 517 ~ 40.04'%

%27.47
%32.5
%40.04

CMYK color model

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

  • cyan value is 31.40%
  • magenta value is 18.84%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK: (31,19,0,19) C31M19Y0K19 (31%,19%,0%,19%) (0.31/0.19/0.00/0.19) 

CMYK percentages

%31.4
%18.84
%0
%18.82

Codes

Color #8EA8CF in popluar color models

8E A8 CF
RGB 142 168 207
HSL 216° 40.37% 68.43%
HSB/HSV 216° 31.40% 81.18%
CMYK 31.40% 18.84% 0.00%
18.82%

Color #8EA8CF in popluar number systems.

HEX 8E A8 CF
Decimal 142 168 207
Binary 10001110 10101000 11001111
Octal 216 250 317

Shades and tints

Shades of #8EA8CF

#8EA8CF
(142,168,207)
#8299BD
(130,153,189)
#768AAB
(118,138,171)
#6A7B99
(106,123,153)
#5E6C87
(94,108,135)
#525D75
(82,93,117)
#464E63
(70,78,99)
#3A3F51
(58,63,81)
#2E303F
(46,48,63)
#22212D
(34,33,45)
#16121B
(22,18,27)
#000000
(0,0,0)

Tints of #8EA8CF

#8EA8CF
(142,168,207)
#98AFD3
(152,175,211)
#A2B6D7
(162,182,215)
#ACBDDB
(172,189,219)
#B6C4DF
(182,196,223)
#C0CBE3
(192,203,227)
#CAD2E7
(202,210,231)
#D4D9EB
(212,217,235)
#DEE0EF
(222,224,239)
#E8E7F3
(232,231,243)
#F2EEF7
(242,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EA8CF color. Also use rgb(142,168,207) instead hex code.

Text Font Color

.myTextColor { color: #8EA8CF; }

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

This text font color is #8EA8CF.

Background Color

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

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

This div background color is #8EA8CF.

Border color

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

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

This div border color is #8EA8CF.

Opacity

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

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

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

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

This text has shadow with #8EA8CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EA8CF.

Preview

Color preview on black background

This text has color #8EA8CF on black background.


Color preview on white background

This text has color #8EA8CF on white background.


Black color preview on #8EA8CF background

This text has black color on #8EA8CF background.


White color preview on #8EA8CF background

This text has white color on #8EA8CF background.


Related colors

Complementary color

Complementary color for #hex is #715730.


I love getcolorcode.com

Triadic colors

1 #CF8EA8 and #A8CF8E with #8EA8CF are triadic colors.

2 #CFA88E and #A88ECF with #8EA8CF are triadic colors.