COLOR #8EB3BD

HEX: #8EB3BD
RGB: (142,179,189)

Color info

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

RGB color model

#8EB3BD color RGB value is (142,179,189).

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

RGB channels and saturation

R 142 of 255 = 56%
G 179 of 255 = 70%
B 189 of 255 = 74%

142
179
189

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

Portions of RGB colors in percentages

R + G + B =
142 + 179 + 189 = 510 (100%)
R 142 of 510 ~ 27.84%
G 179 of 510 ~ 35.1%
B 189 of 510 ~ 37.06%

%27.84
%35.1
%37.06

CMYK color model

#8EB3BD color CMYK value is (25,5,0,26).

  • cyan value is 24.87%
  • magenta value is 5.29%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(25,5,0,26)
C25M5Y0K26 
(25%,5%,0%,26%)
(0.25/0.05/0.00/0.26)	

CMYK percentages

%24.87
%5.29
%0
%25.88

Codes

Color #8EB3BD in popluar color models

8EB3BD
RGB142179189
HSL193°26.26%64.90%
HSB/HSV193°24.87%74.12%
CMYK24.87%5.29%0.00%
25.88%

Color #8EB3BD in popluar number systems.

HEX8EB3BD
Decimal142179189
Binary100011101011001110111101
Octal216263275

Shades and tints

Shades of #8EB3BD

#8EB3BD
(142,179,189)
#82A3AC
(130,163,172)
#76939B
(118,147,155)
#6A838A
(106,131,138)
#5E7379
(94,115,121)
#526368
(82,99,104)
#465357
(70,83,87)
#3A4346
(58,67,70)
#2E3335
(46,51,53)
#222324
(34,35,36)
#161313
(22,19,19)
#000000
(0,0,0)

Tints of #8EB3BD

#8EB3BD
(142,179,189)
#98B9C3
(152,185,195)
#A2BFC9
(162,191,201)
#ACC5CF
(172,197,207)
#B6CBD5
(182,203,213)
#C0D1DB
(192,209,219)
#CAD7E1
(202,215,225)
#D4DDE7
(212,221,231)
#DEE3ED
(222,227,237)
#E8E9F3
(232,233,243)
#F2EFF9
(242,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EB3BD; }

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

This text font color is #8EB3BD.


Background Color

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

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

This div background color is #8EB3BD.


Border color

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

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

This div border color is #8EB3BD.


Opacity

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

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

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

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

This text has shadow with #8EB3BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EB3BD on black background.


Color preview on white background

This text has color #8EB3BD on white background.



Black color preview on #8EB3BD background

This text has black color on #8EB3BD background.


White color preview on #8EB3BD background

This text has white color on #8EB3BD background.