COLOR #8EB1BA

HEX: #8EB1BA
RGB: (142,177,186)

Color info

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

RGB color model

#8EB1BA color RGB value is (142,177,186).

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

RGB channels and saturation

R 142 of 255 = 56%
G 177 of 255 = 69%
B 186 of 255 = 73%

142
177
186

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

Portions of RGB colors in percentages

R + G + B =
142 + 177 + 186 = 505 (100%)
R 142 of 505 ~ 28.12%
G 177 of 505 ~ 35.05%
B 186 of 505 ~ 36.83%

%28.12
%35.05
%36.83

CMYK color model

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

  • cyan value is 23.66%
  • magenta value is 4.84%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(24,5,0,27)
C24M5Y0K27 
(24%,5%,0%,27%)
(0.24/0.05/0.00/0.27)	

CMYK percentages

%23.66
%4.84
%0
%27.06

Codes

Color #8EB1BA in popluar color models

8EB1BA
RGB142177186
HSL192°24.18%64.31%
HSB/HSV192°23.66%72.94%
CMYK23.66%4.84%0.00%
27.06%

Color #8EB1BA in popluar number systems.

HEX8EB1BA
Decimal142177186
Binary100011101011000110111010
Octal216261272

Shades and tints

Shades of #8EB1BA

#8EB1BA
(142,177,186)
#82A1AA
(130,161,170)
#76919A
(118,145,154)
#6A818A
(106,129,138)
#5E717A
(94,113,122)
#52616A
(82,97,106)
#46515A
(70,81,90)
#3A414A
(58,65,74)
#2E313A
(46,49,58)
#22212A
(34,33,42)
#16111A
(22,17,26)
#000000
(0,0,0)

Tints of #8EB1BA

#8EB1BA
(142,177,186)
#98B8C0
(152,184,192)
#A2BFC6
(162,191,198)
#ACC6CC
(172,198,204)
#B6CDD2
(182,205,210)
#C0D4D8
(192,212,216)
#CADBDE
(202,219,222)
#D4E2E4
(212,226,228)
#DEE9EA
(222,233,234)
#E8F0F0
(232,240,240)
#F2F7F6
(242,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EB1BA; }

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

This text font color is #8EB1BA.


Background Color

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

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

This div background color is #8EB1BA.


Border color

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

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

This div border color is #8EB1BA.


Opacity

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

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

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

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

This text has shadow with #8EB1BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EB1BA on black background.


Color preview on white background

This text has color #8EB1BA on white background.



Black color preview on #8EB1BA background

This text has black color on #8EB1BA background.


White color preview on #8EB1BA background

This text has white color on #8EB1BA background.