COLOR #8EABBA

HEX: #8EABBA
RGB: (142,171,186)

Color info

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

RGB color model

#8EABBA color RGB value is (142,171,186).

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

RGB channels and saturation

R 142 of 255 = 56%
G 171 of 255 = 67%
B 186 of 255 = 73%

142
171
186

R + G + B ~ 65%. #8EABBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 171 + 186 = 499 (100%)
R 142 of 499 ~ 28.46%
G 171 of 499 ~ 34.27%
B 186 of 499 ~ 37.27%

%28.46
%34.27
%37.27

CMYK color model

#8EABBA color CMYK value is (24,8,0,27).

  • cyan value is 23.66%
  • magenta value is 8.06%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(24,8,0,27)
C24M8Y0K27 
(24%,8%,0%,27%)
(0.24/0.08/0.00/0.27)	

CMYK percentages

%23.66
%8.06
%0
%27.06

Codes

Color #8EABBA in popluar color models

8EABBA
RGB142171186
HSL200°24.18%64.31%
HSB/HSV200°23.66%72.94%
CMYK23.66%8.06%0.00%
27.06%

Color #8EABBA in popluar number systems.

HEX8EABBA
Decimal142171186
Binary100011101010101110111010
Octal216253272

Shades and tints

Shades of #8EABBA

#8EABBA
(142,171,186)
#829CAA
(130,156,170)
#768D9A
(118,141,154)
#6A7E8A
(106,126,138)
#5E6F7A
(94,111,122)
#52606A
(82,96,106)
#46515A
(70,81,90)
#3A424A
(58,66,74)
#2E333A
(46,51,58)
#22242A
(34,36,42)
#16151A
(22,21,26)
#000000
(0,0,0)

Tints of #8EABBA

#8EABBA
(142,171,186)
#98B2C0
(152,178,192)
#A2B9C6
(162,185,198)
#ACC0CC
(172,192,204)
#B6C7D2
(182,199,210)
#C0CED8
(192,206,216)
#CAD5DE
(202,213,222)
#D4DCE4
(212,220,228)
#DEE3EA
(222,227,234)
#E8EAF0
(232,234,240)
#F2F1F6
(242,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EABBA; }

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

This text font color is #8EABBA.


Background Color

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

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

This div background color is #8EABBA.


Border color

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

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

This div border color is #8EABBA.


Opacity

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

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

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

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

This text has shadow with #8EABBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EABBA on black background.


Color preview on white background

This text has color #8EABBA on white background.



Black color preview on #8EABBA background

This text has black color on #8EABBA background.


White color preview on #8EABBA background

This text has white color on #8EABBA background.