COLOR #8EB4BC

HEX: #8EB4BC
RGB: (142,180,188)

Color info

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

RGB color model

#8EB4BC color RGB value is (142,180,188).

  • red value is 142;
  • green value is 180;
  • blue value is 188.
RGB:
(142,180,188)
(56%,71%,74%)

RGB channels and saturation

R 142 of 255 = 56%
G 180 of 255 = 71%
B 188 of 255 = 74%

142
180
188

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

Portions of RGB colors in percentages

R + G + B =
142 + 180 + 188 = 510 (100%)
R 142 of 510 ~ 27.84%
G 180 of 510 ~ 35.29%
B 188 of 510 ~ 36.86%

%27.84
%35.29
%36.86

CMYK color model

#8EB4BC color CMYK value is (24,4,0,26).

  • cyan value is 24.47%
  • magenta value is 4.26%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(24,4,0,26)
C24M4Y0K26 
(24%,4%,0%,26%)
(0.24/0.04/0.00/0.26)	

CMYK percentages

%24.47
%4.26
%0
%26.27

Codes

Color #8EB4BC in popluar color models

8EB4BC
RGB142180188
HSL190°25.56%64.71%
HSB/HSV190°24.47%73.73%
CMYK24.47%4.26%0.00%
26.27%

Color #8EB4BC in popluar number systems.

HEX8EB4BC
Decimal142180188
Binary100011101011010010111100
Octal216264274

Shades and tints

Shades of #8EB4BC

#8EB4BC
(142,180,188)
#82A4AB
(130,164,171)
#76949A
(118,148,154)
#6A8489
(106,132,137)
#5E7478
(94,116,120)
#526467
(82,100,103)
#465456
(70,84,86)
#3A4445
(58,68,69)
#2E3434
(46,52,52)
#222423
(34,36,35)
#161412
(22,20,18)
#000000
(0,0,0)

Tints of #8EB4BC

#8EB4BC
(142,180,188)
#98BAC2
(152,186,194)
#A2C0C8
(162,192,200)
#ACC6CE
(172,198,206)
#B6CCD4
(182,204,212)
#C0D2DA
(192,210,218)
#CAD8E0
(202,216,224)
#D4DEE6
(212,222,230)
#DEE4EC
(222,228,236)
#E8EAF2
(232,234,242)
#F2F0F8
(242,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EB4BC color. Also use rgb(142,180,188) instead hex code.

Text Font Color

.myTextColor { color: #8EB4BC; }

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

This text font color is #8EB4BC.


Background Color

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

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

This div background color is #8EB4BC.


Border color

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

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

This div border color is #8EB4BC.


Opacity

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

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

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

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

This text has shadow with #8EB4BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EB4BC on black background.


Color preview on white background

This text has color #8EB4BC on white background.



Black color preview on #8EB4BC background

This text has black color on #8EB4BC background.


White color preview on #8EB4BC background

This text has white color on #8EB4BC background.