COLOR #8BC0B9

HEX: #8BC0B9
RGB: (139,192,185)

Color info

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

RGB color model

#8BC0B9 color RGB value is (139,192,185).

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

RGB channels and saturation

R 139 of 255 = 55%
G 192 of 255 = 75%
B 185 of 255 = 73%

139
192
185

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

Portions of RGB colors in percentages

R + G + B =
139 + 192 + 185 = 516 (100%)
R 139 of 516 ~ 26.94%
G 192 of 516 ~ 37.21%
B 185 of 516 ~ 35.85%

%26.94
%37.21
%35.85

CMYK color model

#8BC0B9 color CMYK value is (28,0,4,25).

  • cyan value is 27.60%
  • magenta value is 0.00%
  • yellow value is 3.65%
  • key color value is 24.71%
CMYK:
(28,0,4,25)
C28M0Y4K25 
(28%,0%,4%,25%)
(0.28/0.00/0.04/0.25)	

CMYK percentages

%27.6
%0
%3.65
%24.71

Codes

Color #8BC0B9 in popluar color models

8BC0B9
RGB139192185
HSL172°29.61%64.90%
HSB/HSV172°27.60%75.29%
CMYK27.60%0.00%3.65%
24.71%

Color #8BC0B9 in popluar number systems.

HEX8BC0B9
Decimal139192185
Binary100010111100000010111001
Octal213300271

Shades and tints

Shades of #8BC0B9

#8BC0B9
(139,192,185)
#7FAFA9
(127,175,169)
#739E99
(115,158,153)
#678D89
(103,141,137)
#5B7C79
(91,124,121)
#4F6B69
(79,107,105)
#435A59
(67,90,89)
#374949
(55,73,73)
#2B3839
(43,56,57)
#1F2729
(31,39,41)
#131619
(19,22,25)
#000000
(0,0,0)

Tints of #8BC0B9

#8BC0B9
(139,192,185)
#95C5BF
(149,197,191)
#9FCAC5
(159,202,197)
#A9CFCB
(169,207,203)
#B3D4D1
(179,212,209)
#BDD9D7
(189,217,215)
#C7DEDD
(199,222,221)
#D1E3E3
(209,227,227)
#DBE8E9
(219,232,233)
#E5EDEF
(229,237,239)
#EFF2F5
(239,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BC0B9; }

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

This text font color is #8BC0B9.


Background Color

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

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

This div background color is #8BC0B9.


Border color

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

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

This div border color is #8BC0B9.


Opacity

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

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

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

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

This text has shadow with #8BC0B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BC0B9 on black background.


Color preview on white background

This text has color #8BC0B9 on white background.



Black color preview on #8BC0B9 background

This text has black color on #8BC0B9 background.


White color preview on #8BC0B9 background

This text has white color on #8BC0B9 background.