COLOR #8EB7BC

HEX: #8EB7BC RGB: (142,183,188)

Color info

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

RGB color model

#8EB7BC color RGB value is (142,183,188).

RGB: (142,183,188) (56%, 72%, 74%)

RGB channels and saturation

R 142 of 255 = 56%
G 183 of 255 = 72%
B 188 of 255 = 74%

142
183
188

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

Portions of RGB colors in percentages

R + G + B = 142 + 183 + 188 = 513 (100%)
R 142 of 513 ~ 27.68%
G 183 of 513 ~ 35.67%
B 188 of 513 ~ 36.65'%

%27.68
%35.67
%36.65

CMYK color model

#8EB7BC color CMYK value is (24,3,0,26).

  • cyan value is 24.47%
  • magenta value is 2.66%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (24,3,0,26)
C24M3Y0K26 (24%, 3%, 0%, 26%)
(0.24 / 0.03 / 0.00 / 0.26)

CMYK percentages

%24.47
%2.66
%0
%26.27

Codes

Color #8EB7BC in popluar color models

8E B7 BC
RGB 142 183 188
HSL 187° 25.56% 64.71%
HSB/HSV 187° 24.47% 73.73%
CMYK 24.47% 2.66% 0.00%
26.27%

Color #8EB7BC in popluar number systems.

HEX 8E B7 BC
Decimal 142 183 188
Binary 10001110 10110111 10111100
Octal 216 267 274

Shades and tints

Shades of #8EB7BC

#8EB7BC
(142,183,188)
#82A7AB
(130,167,171)
#76979A
(118,151,154)
#6A8789
(106,135,137)
#5E7778
(94,119,120)
#526767
(82,103,103)
#465756
(70,87,86)
#3A4745
(58,71,69)
#2E3734
(46,55,52)
#222723
(34,39,35)
#161712
(22,23,18)
#000000
(0,0,0)

Tints of #8EB7BC

#8EB7BC
(142,183,188)
#98BDC2
(152,189,194)
#A2C3C8
(162,195,200)
#ACC9CE
(172,201,206)
#B6CFD4
(182,207,212)
#C0D5DA
(192,213,218)
#CADBE0
(202,219,224)
#D4E1E6
(212,225,230)
#DEE7EC
(222,231,236)
#E8EDF2
(232,237,242)
#F2F3F8
(242,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EB7BC; }

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

This text font color is #8EB7BC.

Background Color

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

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

This div background color is #8EB7BC.

Border color

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

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

This div border color is #8EB7BC.

Opacity

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

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

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

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

This text has shadow with #8EB7BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EB7BC.

Preview

Color preview on black background

This text has color #8EB7BC on black background.


Color preview on white background

This text has color #8EB7BC on white background.


Black color preview on #8EB7BC background

This text has black color on #8EB7BC background.


White color preview on #8EB7BC background

This text has white color on #8EB7BC background.


Related colors

Complementary color

Complementary color for #hex is #714843.


I love getcolorcode.com

Triadic colors

1 #BC8EB7 and #B7BC8E with #8EB7BC are triadic colors.

2 #BCB78E and #B78EBC with #8EB7BC are triadic colors.