COLOR #8EA1CC

HEX: #8EA1CC RGB: (142,161,204)

Color info

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

RGB color model

#8EA1CC color RGB value is (142,161,204).

RGB: (142,161,204) (56%, 63%, 80%)

RGB channels and saturation

R 142 of 255 = 56%
G 161 of 255 = 63%
B 204 of 255 = 80%

142
161
204

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

Portions of RGB colors in percentages

R + G + B = 142 + 161 + 204 = 507 (100%)
R 142 of 507 ~ 28.01%
G 161 of 507 ~ 31.76%
B 204 of 507 ~ 40.24'%

%28.01
%31.76
%40.24

CMYK color model

#8EA1CC color CMYK value is (30,21,0,20).

  • cyan value is 30.39%
  • magenta value is 21.08%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (30,21,0,20)
C30M21Y0K20 (30%, 21%, 0%, 20%)
(0.30 / 0.21 / 0.00 / 0.20)

CMYK percentages

%30.39
%21.08
%0
%20

Codes

Color #8EA1CC in popluar color models

8E A1 CC
RGB 142 161 204
HSL 222° 37.80% 67.84%
HSB/HSV 222° 30.39% 80.00%
CMYK 30.39% 21.08% 0.00%
20.00%

Color #8EA1CC in popluar number systems.

HEX 8E A1 CC
Decimal 142 161 204
Binary 10001110 10100001 11001100
Octal 216 241 314

Shades and tints

Shades of #8EA1CC

#8EA1CC
(142,161,204)
#8293BA
(130,147,186)
#7685A8
(118,133,168)
#6A7796
(106,119,150)
#5E6984
(94,105,132)
#525B72
(82,91,114)
#464D60
(70,77,96)
#3A3F4E
(58,63,78)
#2E313C
(46,49,60)
#22232A
(34,35,42)
#161518
(22,21,24)
#000000
(0,0,0)

Tints of #8EA1CC

#8EA1CC
(142,161,204)
#98A9D0
(152,169,208)
#A2B1D4
(162,177,212)
#ACB9D8
(172,185,216)
#B6C1DC
(182,193,220)
#C0C9E0
(192,201,224)
#CAD1E4
(202,209,228)
#D4D9E8
(212,217,232)
#DEE1EC
(222,225,236)
#E8E9F0
(232,233,240)
#F2F1F4
(242,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EA1CC color. Also use rgb(142,161,204) instead hex code.

Text Font Color

.myTextColor { color: #8EA1CC; }

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

This text font color is #8EA1CC.

Background Color

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

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

This div background color is #8EA1CC.

Border color

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

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

This div border color is #8EA1CC.

Opacity

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

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

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

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

This text has shadow with #8EA1CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EA1CC.

Preview

Color preview on black background

This text has color #8EA1CC on black background.


Color preview on white background

This text has color #8EA1CC on white background.


Black color preview on #8EA1CC background

This text has black color on #8EA1CC background.


White color preview on #8EA1CC background

This text has white color on #8EA1CC background.


Related colors

Complementary color

Complementary color for #hex is #715E33.


I love getcolorcode.com

Triadic colors

1 #CC8EA1 and #A1CC8E with #8EA1CC are triadic colors.

2 #CCA18E and #A18ECC with #8EA1CC are triadic colors.