COLOR #8EB7BF

HEX: #8EB7BF
RGB: (142,183,191)

Color info

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

RGB color model

#8EB7BF color RGB value is (142,183,191).

  • red value is 142;
  • green value is 183;
  • blue value is 191.
RGB:
(142,183,191)
(56%,72%,75%)

RGB channels and saturation

R 142 of 255 = 56%
G 183 of 255 = 72%
B 191 of 255 = 75%

142
183
191

R + G + B ~ 68%. #8EB7BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 183 + 191 = 516 (100%)
R 142 of 516 ~ 27.52%
G 183 of 516 ~ 35.47%
B 191 of 516 ~ 37.02%

%27.52
%35.47
%37.02

CMYK color model

#8EB7BF color CMYK value is (26,4,0,25).

  • cyan value is 25.65%
  • magenta value is 4.19%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(26,4,0,25)
C26M4Y0K25 
(26%,4%,0%,25%)
(0.26/0.04/0.00/0.25)	

CMYK percentages

%25.65
%4.19
%0
%25.1

Codes

Color #8EB7BF in popluar color models

8EB7BF
RGB142183191
HSL190°27.68%65.29%
HSB/HSV190°25.65%74.90%
CMYK25.65%4.19%0.00%
25.10%

Color #8EB7BF in popluar number systems.

HEX8EB7BF
Decimal142183191
Binary100011101011011110111111
Octal216267277

Shades and tints

Shades of #8EB7BF

#8EB7BF
(142,183,191)
#82A7AE
(130,167,174)
#76979D
(118,151,157)
#6A878C
(106,135,140)
#5E777B
(94,119,123)
#52676A
(82,103,106)
#465759
(70,87,89)
#3A4748
(58,71,72)
#2E3737
(46,55,55)
#222726
(34,39,38)
#161715
(22,23,21)
#000000
(0,0,0)

Tints of #8EB7BF

#8EB7BF
(142,183,191)
#98BDC4
(152,189,196)
#A2C3C9
(162,195,201)
#ACC9CE
(172,201,206)
#B6CFD3
(182,207,211)
#C0D5D8
(192,213,216)
#CADBDD
(202,219,221)
#D4E1E2
(212,225,226)
#DEE7E7
(222,231,231)
#E8EDEC
(232,237,236)
#F2F3F1
(242,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EB7BF color. Also use rgb(142,183,191) instead hex code.

Text Font Color

.myTextColor { color: #8EB7BF; }

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

This text font color is #8EB7BF.


Background Color

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

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

This div background color is #8EB7BF.


Border color

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

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

This div border color is #8EB7BF.


Opacity

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

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

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

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

This text has shadow with #8EB7BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EB7BF on black background.


Color preview on white background

This text has color #8EB7BF on white background.



Black color preview on #8EB7BF background

This text has black color on #8EB7BF background.


White color preview on #8EB7BF background

This text has white color on #8EB7BF background.