COLOR #8EAFC1

HEX: #8EAFC1
RGB: (142,175,193)

Color info

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

RGB color model

#8EAFC1 color RGB value is (142,175,193).

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

RGB channels and saturation

R 142 of 255 = 56%
G 175 of 255 = 69%
B 193 of 255 = 76%

142
175
193

R + G + B ~ 67%. #8EAFC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 175 + 193 = 510 (100%)
R 142 of 510 ~ 27.84%
G 175 of 510 ~ 34.31%
B 193 of 510 ~ 37.84%

%27.84
%34.31
%37.84

CMYK color model

#8EAFC1 color CMYK value is (26,9,0,24).

  • cyan value is 26.42%
  • magenta value is 9.33%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(26,9,0,24)
C26M9Y0K24 
(26%,9%,0%,24%)
(0.26/0.09/0.00/0.24)	

CMYK percentages

%26.42
%9.33
%0
%24.31

Codes

Color #8EAFC1 in popluar color models

8EAFC1
RGB142175193
HSL201°29.14%65.69%
HSB/HSV201°26.42%75.69%
CMYK26.42%9.33%0.00%
24.31%

Color #8EAFC1 in popluar number systems.

HEX8EAFC1
Decimal142175193
Binary100011101010111111000001
Octal216257301

Shades and tints

Shades of #8EAFC1

#8EAFC1
(142,175,193)
#82A0B0
(130,160,176)
#76919F
(118,145,159)
#6A828E
(106,130,142)
#5E737D
(94,115,125)
#52646C
(82,100,108)
#46555B
(70,85,91)
#3A464A
(58,70,74)
#2E3739
(46,55,57)
#222828
(34,40,40)
#161917
(22,25,23)
#000000
(0,0,0)

Tints of #8EAFC1

#8EAFC1
(142,175,193)
#98B6C6
(152,182,198)
#A2BDCB
(162,189,203)
#ACC4D0
(172,196,208)
#B6CBD5
(182,203,213)
#C0D2DA
(192,210,218)
#CAD9DF
(202,217,223)
#D4E0E4
(212,224,228)
#DEE7E9
(222,231,233)
#E8EEEE
(232,238,238)
#F2F5F3
(242,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EAFC1; }

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

This text font color is #8EAFC1.


Background Color

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

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

This div background color is #8EAFC1.


Border color

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

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

This div border color is #8EAFC1.


Opacity

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

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

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

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

This text has shadow with #8EAFC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EAFC1 on black background.


Color preview on white background

This text has color #8EAFC1 on white background.



Black color preview on #8EAFC1 background

This text has black color on #8EAFC1 background.


White color preview on #8EAFC1 background

This text has white color on #8EAFC1 background.