COLOR #8EABCC

HEX: #8EABCC
RGB: (142,171,204)

Color info

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

RGB color model

#8EABCC color RGB value is (142,171,204).

  • red value is 142;
  • green value is 171;
  • blue value is 204.
RGB:
(142,171,204)
(56%,67%,80%)

RGB channels and saturation

R 142 of 255 = 56%
G 171 of 255 = 67%
B 204 of 255 = 80%

142
171
204

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

Portions of RGB colors in percentages

R + G + B =
142 + 171 + 204 = 517 (100%)
R 142 of 517 ~ 27.47%
G 171 of 517 ~ 33.08%
B 204 of 517 ~ 39.46%

%27.47
%33.08
%39.46

CMYK color model

#8EABCC color CMYK value is (30,16,0,20).

  • cyan value is 30.39%
  • magenta value is 16.18%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(30,16,0,20)
C30M16Y0K20 
(30%,16%,0%,20%)
(0.30/0.16/0.00/0.20)	

CMYK percentages

%30.39
%16.18
%0
%20

Codes

Color #8EABCC in popluar color models

8EABCC
RGB142171204
HSL212°37.80%67.84%
HSB/HSV212°30.39%80.00%
CMYK30.39%16.18%0.00%
20.00%

Color #8EABCC in popluar number systems.

HEX8EABCC
Decimal142171204
Binary100011101010101111001100
Octal216253314

Shades and tints

Shades of #8EABCC

#8EABCC
(142,171,204)
#829CBA
(130,156,186)
#768DA8
(118,141,168)
#6A7E96
(106,126,150)
#5E6F84
(94,111,132)
#526072
(82,96,114)
#465160
(70,81,96)
#3A424E
(58,66,78)
#2E333C
(46,51,60)
#22242A
(34,36,42)
#161518
(22,21,24)
#000000
(0,0,0)

Tints of #8EABCC

#8EABCC
(142,171,204)
#98B2D0
(152,178,208)
#A2B9D4
(162,185,212)
#ACC0D8
(172,192,216)
#B6C7DC
(182,199,220)
#C0CEE0
(192,206,224)
#CAD5E4
(202,213,228)
#D4DCE8
(212,220,232)
#DEE3EC
(222,227,236)
#E8EAF0
(232,234,240)
#F2F1F4
(242,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EABCC; }

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

This text font color is #8EABCC.


Background Color

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

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

This div background color is #8EABCC.


Border color

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

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

This div border color is #8EABCC.


Opacity

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

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

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

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

This text has shadow with #8EABCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EABCC on black background.


Color preview on white background

This text has color #8EABCC on white background.



Black color preview on #8EABCC background

This text has black color on #8EABCC background.


White color preview on #8EABCC background

This text has white color on #8EABCC background.