COLOR #8EB0C1

HEX: #8EB0C1
RGB: (142,176,193)

Color info

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

RGB color model

#8EB0C1 color RGB value is (142,176,193).

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

RGB channels and saturation

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

142
176
193

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

Portions of RGB colors in percentages

R + G + B =
142 + 176 + 193 = 511 (100%)
R 142 of 511 ~ 27.79%
G 176 of 511 ~ 34.44%
B 193 of 511 ~ 37.77%

%27.79
%34.44
%37.77

CMYK color model

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

  • cyan value is 26.42%
  • magenta value is 8.81%
  • 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
%8.81
%0
%24.31

Codes

Color #8EB0C1 in popluar color models

8EB0C1
RGB142176193
HSL200°29.14%65.69%
HSB/HSV200°26.42%75.69%
CMYK26.42%8.81%0.00%
24.31%

Color #8EB0C1 in popluar number systems.

HEX8EB0C1
Decimal142176193
Binary100011101011000011000001
Octal216260301

Shades and tints

Shades of #8EB0C1

#8EB0C1
(142,176,193)
#82A0B0
(130,160,176)
#76909F
(118,144,159)
#6A808E
(106,128,142)
#5E707D
(94,112,125)
#52606C
(82,96,108)
#46505B
(70,80,91)
#3A404A
(58,64,74)
#2E3039
(46,48,57)
#222028
(34,32,40)
#161017
(22,16,23)
#000000
(0,0,0)

Tints of #8EB0C1

#8EB0C1
(142,176,193)
#98B7C6
(152,183,198)
#A2BECB
(162,190,203)
#ACC5D0
(172,197,208)
#B6CCD5
(182,204,213)
#C0D3DA
(192,211,218)
#CADADF
(202,218,223)
#D4E1E4
(212,225,228)
#DEE8E9
(222,232,233)
#E8EFEE
(232,239,238)
#F2F6F3
(242,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EB0C1; }

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

This text font color is #8EB0C1.


Background Color

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

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

This div background color is #8EB0C1.


Border color

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

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

This div border color is #8EB0C1.


Opacity

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

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

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

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

This text has shadow with #8EB0C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EB0C1 on black background.


Color preview on white background

This text has color #8EB0C1 on white background.



Black color preview on #8EB0C1 background

This text has black color on #8EB0C1 background.


White color preview on #8EB0C1 background

This text has white color on #8EB0C1 background.