COLOR #8EB6B6

HEX: #8EB6B6
RGB: (142,182,182)

Color info

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

RGB color model

#8EB6B6 color RGB value is (142,182,182).

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

RGB channels and saturation

R 142 of 255 = 56%
G 182 of 255 = 71%
B 182 of 255 = 71%

142
182
182

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

Portions of RGB colors in percentages

R + G + B =
142 + 182 + 182 = 506 (100%)
R 142 of 506 ~ 28.06%
G 182 of 506 ~ 35.97%
B 182 of 506 ~ 35.97%

%28.06
%35.97
%35.97

CMYK color model

#8EB6B6 color CMYK value is (22,0,0,29).

  • cyan value is 21.98%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(22,0,0,29)
C22M0Y0K29 
(22%,0%,0%,29%)
(0.22/0.00/0.00/0.29)	

CMYK percentages

%21.98
%0
%0
%28.63

Codes

Color #8EB6B6 in popluar color models

8EB6B6
RGB142182182
HSL180°21.51%63.53%
HSB/HSV180°21.98%71.37%
CMYK21.98%0.00%0.00%
28.63%

Color #8EB6B6 in popluar number systems.

HEX8EB6B6
Decimal142182182
Binary100011101011011010110110
Octal216266266

Shades and tints

Shades of #8EB6B6

#8EB6B6
(142,182,182)
#82A6A6
(130,166,166)
#769696
(118,150,150)
#6A8686
(106,134,134)
#5E7676
(94,118,118)
#526666
(82,102,102)
#465656
(70,86,86)
#3A4646
(58,70,70)
#2E3636
(46,54,54)
#222626
(34,38,38)
#161616
(22,22,22)
#000000
(0,0,0)

Tints of #8EB6B6

#8EB6B6
(142,182,182)
#98BCBC
(152,188,188)
#A2C2C2
(162,194,194)
#ACC8C8
(172,200,200)
#B6CECE
(182,206,206)
#C0D4D4
(192,212,212)
#CADADA
(202,218,218)
#D4E0E0
(212,224,224)
#DEE6E6
(222,230,230)
#E8ECEC
(232,236,236)
#F2F2F2
(242,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EB6B6; }

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

This text font color is #8EB6B6.


Background Color

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

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

This div background color is #8EB6B6.


Border color

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

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

This div border color is #8EB6B6.


Opacity

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

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

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

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

This text has shadow with #8EB6B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EB6B6 on black background.


Color preview on white background

This text has color #8EB6B6 on white background.



Black color preview on #8EB6B6 background

This text has black color on #8EB6B6 background.


White color preview on #8EB6B6 background

This text has white color on #8EB6B6 background.