COLOR #8EB3BB

HEX: #8EB3BB
RGB: (142,179,187)

Color info

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

RGB color model

#8EB3BB color RGB value is (142,179,187).

  • red value is 142;
  • green value is 179;
  • blue value is 187.
RGB:
(142,179,187)
(56%,70%,73%)

RGB channels and saturation

R 142 of 255 = 56%
G 179 of 255 = 70%
B 187 of 255 = 73%

142
179
187

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

Portions of RGB colors in percentages

R + G + B =
142 + 179 + 187 = 508 (100%)
R 142 of 508 ~ 27.95%
G 179 of 508 ~ 35.24%
B 187 of 508 ~ 36.81%

%27.95
%35.24
%36.81

CMYK color model

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

  • cyan value is 24.06%
  • magenta value is 4.28%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(24,4,0,27)
C24M4Y0K27 
(24%,4%,0%,27%)
(0.24/0.04/0.00/0.27)	

CMYK percentages

%24.06
%4.28
%0
%26.67

Codes

Color #8EB3BB in popluar color models

8EB3BB
RGB142179187
HSL191°24.86%64.51%
HSB/HSV191°24.06%73.33%
CMYK24.06%4.28%0.00%
26.67%

Color #8EB3BB in popluar number systems.

HEX8EB3BB
Decimal142179187
Binary100011101011001110111011
Octal216263273

Shades and tints

Shades of #8EB3BB

#8EB3BB
(142,179,187)
#82A3AA
(130,163,170)
#769399
(118,147,153)
#6A8388
(106,131,136)
#5E7377
(94,115,119)
#526366
(82,99,102)
#465355
(70,83,85)
#3A4344
(58,67,68)
#2E3333
(46,51,51)
#222322
(34,35,34)
#161311
(22,19,17)
#000000
(0,0,0)

Tints of #8EB3BB

#8EB3BB
(142,179,187)
#98B9C1
(152,185,193)
#A2BFC7
(162,191,199)
#ACC5CD
(172,197,205)
#B6CBD3
(182,203,211)
#C0D1D9
(192,209,217)
#CAD7DF
(202,215,223)
#D4DDE5
(212,221,229)
#DEE3EB
(222,227,235)
#E8E9F1
(232,233,241)
#F2EFF7
(242,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EB3BB color. Also use rgb(142,179,187) instead hex code.

Text Font Color

.myTextColor { color: #8EB3BB; }

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

This text font color is #8EB3BB.


Background Color

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

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

This div background color is #8EB3BB.


Border color

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

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

This div border color is #8EB3BB.


Opacity

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

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

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

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

This text has shadow with #8EB3BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EB3BB on black background.


Color preview on white background

This text has color #8EB3BB on white background.



Black color preview on #8EB3BB background

This text has black color on #8EB3BB background.


White color preview on #8EB3BB background

This text has white color on #8EB3BB background.