COLOR #8BC6B9

HEX: #8BC6B9
RGB: (139,198,185)

Color info

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

RGB color model

#8BC6B9 color RGB value is (139,198,185).

  • red value is 139;
  • green value is 198;
  • blue value is 185.
RGB:
(139,198,185)
(55%,78%,73%)

RGB channels and saturation

R 139 of 255 = 55%
G 198 of 255 = 78%
B 185 of 255 = 73%

139
198
185

R + G + B ~ 69%. #8BC6B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 198 + 185 = 522 (100%)
R 139 of 522 ~ 26.63%
G 198 of 522 ~ 37.93%
B 185 of 522 ~ 35.44%

%26.63
%37.93
%35.44

CMYK color model

#8BC6B9 color CMYK value is (30,0,7,22).

  • cyan value is 29.80%
  • magenta value is 0.00%
  • yellow value is 6.57%
  • key color value is 22.35%
CMYK:
(30,0,7,22)
C30M0Y7K22 
(30%,0%,7%,22%)
(0.30/0.00/0.07/0.22)	

CMYK percentages

%29.8
%0
%6.57
%22.35

Codes

Color #8BC6B9 in popluar color models

8BC6B9
RGB139198185
HSL167°34.10%66.08%
HSB/HSV167°29.80%77.65%
CMYK29.80%0.00%6.57%
22.35%

Color #8BC6B9 in popluar number systems.

HEX8BC6B9
Decimal139198185
Binary100010111100011010111001
Octal213306271

Shades and tints

Shades of #8BC6B9

#8BC6B9
(139,198,185)
#7FB4A9
(127,180,169)
#73A299
(115,162,153)
#679089
(103,144,137)
#5B7E79
(91,126,121)
#4F6C69
(79,108,105)
#435A59
(67,90,89)
#374849
(55,72,73)
#2B3639
(43,54,57)
#1F2429
(31,36,41)
#131219
(19,18,25)
#000000
(0,0,0)

Tints of #8BC6B9

#8BC6B9
(139,198,185)
#95CBBF
(149,203,191)
#9FD0C5
(159,208,197)
#A9D5CB
(169,213,203)
#B3DAD1
(179,218,209)
#BDDFD7
(189,223,215)
#C7E4DD
(199,228,221)
#D1E9E3
(209,233,227)
#DBEEE9
(219,238,233)
#E5F3EF
(229,243,239)
#EFF8F5
(239,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BC6B9 color. Also use rgb(139,198,185) instead hex code.

Text Font Color

.myTextColor { color: #8BC6B9; }

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

This text font color is #8BC6B9.


Background Color

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

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

This div background color is #8BC6B9.


Border color

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

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

This div border color is #8BC6B9.


Opacity

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

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

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

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

This text has shadow with #8BC6B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BC6B9 on black background.


Color preview on white background

This text has color #8BC6B9 on white background.



Black color preview on #8BC6B9 background

This text has black color on #8BC6B9 background.


White color preview on #8BC6B9 background

This text has white color on #8BC6B9 background.