COLOR #8EABC1

HEX: #8EABC1
RGB: (142,171,193)

Color info

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

RGB color model

#8EABC1 color RGB value is (142,171,193).

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

RGB channels and saturation

R 142 of 255 = 56%
G 171 of 255 = 67%
B 193 of 255 = 76%

142
171
193

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

Portions of RGB colors in percentages

R + G + B =
142 + 171 + 193 = 506 (100%)
R 142 of 506 ~ 28.06%
G 171 of 506 ~ 33.79%
B 193 of 506 ~ 38.14%

%28.06
%33.79
%38.14

CMYK color model

#8EABC1 color CMYK value is (26,11,0,24).

  • cyan value is 26.42%
  • magenta value is 11.40%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(26,11,0,24)
C26M11Y0K24 
(26%,11%,0%,24%)
(0.26/0.11/0.00/0.24)	

CMYK percentages

%26.42
%11.4
%0
%24.31

Codes

Color #8EABC1 in popluar color models

8EABC1
RGB142171193
HSL206°29.14%65.69%
HSB/HSV206°26.42%75.69%
CMYK26.42%11.40%0.00%
24.31%

Color #8EABC1 in popluar number systems.

HEX8EABC1
Decimal142171193
Binary100011101010101111000001
Octal216253301

Shades and tints

Shades of #8EABC1

#8EABC1
(142,171,193)
#829CB0
(130,156,176)
#768D9F
(118,141,159)
#6A7E8E
(106,126,142)
#5E6F7D
(94,111,125)
#52606C
(82,96,108)
#46515B
(70,81,91)
#3A424A
(58,66,74)
#2E3339
(46,51,57)
#222428
(34,36,40)
#161517
(22,21,23)
#000000
(0,0,0)

Tints of #8EABC1

#8EABC1
(142,171,193)
#98B2C6
(152,178,198)
#A2B9CB
(162,185,203)
#ACC0D0
(172,192,208)
#B6C7D5
(182,199,213)
#C0CEDA
(192,206,218)
#CAD5DF
(202,213,223)
#D4DCE4
(212,220,228)
#DEE3E9
(222,227,233)
#E8EAEE
(232,234,238)
#F2F1F3
(242,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EABC1; }

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

This text font color is #8EABC1.


Background Color

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

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

This div background color is #8EABC1.


Border color

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

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

This div border color is #8EABC1.


Opacity

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

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

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

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

This text has shadow with #8EABC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EABC1 on black background.


Color preview on white background

This text has color #8EABC1 on white background.



Black color preview on #8EABC1 background

This text has black color on #8EABC1 background.


White color preview on #8EABC1 background

This text has white color on #8EABC1 background.