COLOR #8BC9C8

HEX: #8BC9C8
RGB: (139,201,200)

Color info

#8BC9C8 contains mainly green and blue colors. Web safe color of #8BC9C8 is #99CCCC (or #9CC).

RGB color model

#8BC9C8 color RGB value is (139,201,200).

  • red value is 139;
  • green value is 201;
  • blue value is 200.
RGB:
(139,201,200)
(55%,79%,78%)

RGB channels and saturation

R 139 of 255 = 55%
G 201 of 255 = 79%
B 200 of 255 = 78%

139
201
200

R + G + B ~ 71%. #8BC9C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 201 + 200 = 540 (100%)
R 139 of 540 ~ 25.74%
G 201 of 540 ~ 37.22%
B 200 of 540 ~ 37.04%

%25.74
%37.22
%37.04

CMYK color model

#8BC9C8 color CMYK value is (31,0,0,21).

  • cyan value is 30.85%
  • magenta value is 0.00%
  • yellow value is 0.50%
  • key color value is 21.18%
CMYK:
(31,0,0,21)
C31M0Y0K21 
(31%,0%,0%,21%)
(0.31/0.00/0.00/0.21)	

CMYK percentages

%30.85
%0
%0.5
%21.18

Codes

Color #8BC9C8 in popluar color models

8BC9C8
RGB139201200
HSL179°36.47%66.67%
HSB/HSV179°30.85%78.82%
CMYK30.85%0.00%0.50%
21.18%

Color #8BC9C8 in popluar number systems.

HEX8BC9C8
Decimal139201200
Binary100010111100100111001000
Octal213311310

Shades and tints

Shades of #8BC9C8

#8BC9C8
(139,201,200)
#7FB7B6
(127,183,182)
#73A5A4
(115,165,164)
#679392
(103,147,146)
#5B8180
(91,129,128)
#4F6F6E
(79,111,110)
#435D5C
(67,93,92)
#374B4A
(55,75,74)
#2B3938
(43,57,56)
#1F2726
(31,39,38)
#131514
(19,21,20)
#000000
(0,0,0)

Tints of #8BC9C8

#8BC9C8
(139,201,200)
#95CDCD
(149,205,205)
#9FD1D2
(159,209,210)
#A9D5D7
(169,213,215)
#B3D9DC
(179,217,220)
#BDDDE1
(189,221,225)
#C7E1E6
(199,225,230)
#D1E5EB
(209,229,235)
#DBE9F0
(219,233,240)
#E5EDF5
(229,237,245)
#EFF1FA
(239,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BC9C8 color. Also use rgb(139,201,200) instead hex code.

Text Font Color

.myTextColor { color: #8BC9C8; }

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

This text font color is #8BC9C8.


Background Color

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

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

This div background color is #8BC9C8.


Border color

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

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

This div border color is #8BC9C8.


Opacity

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

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

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

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

This text has shadow with #8BC9C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BC9C8 on black background.


Color preview on white background

This text has color #8BC9C8 on white background.



Black color preview on #8BC9C8 background

This text has black color on #8BC9C8 background.


White color preview on #8BC9C8 background

This text has white color on #8BC9C8 background.