COLOR #8BCCB4

HEX: #8BCCB4
RGB: (139,204,180)

Color info

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

RGB color model

#8BCCB4 color RGB value is (139,204,180).

  • red value is 139;
  • green value is 204;
  • blue value is 180.
RGB:
(139,204,180)
(55%,80%,71%)

RGB channels and saturation

R 139 of 255 = 55%
G 204 of 255 = 80%
B 180 of 255 = 71%

139
204
180

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

Portions of RGB colors in percentages

R + G + B =
139 + 204 + 180 = 523 (100%)
R 139 of 523 ~ 26.58%
G 204 of 523 ~ 39.01%
B 180 of 523 ~ 34.42%

%26.58
%39.01
%34.42

CMYK color model

#8BCCB4 color CMYK value is (32,0,12,20).

  • cyan value is 31.86%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 20.00%
CMYK:
(32,0,12,20)
C32M0Y12K20 
(32%,0%,12%,20%)
(0.32/0.00/0.12/0.20)	

CMYK percentages

%31.86
%0
%11.76
%20

Codes

Color #8BCCB4 in popluar color models

8BCCB4
RGB139204180
HSL158°38.92%67.25%
HSB/HSV158°31.86%80.00%
CMYK31.86%0.00%11.76%
20.00%

Color #8BCCB4 in popluar number systems.

HEX8BCCB4
Decimal139204180
Binary100010111100110010110100
Octal213314264

Shades and tints

Shades of #8BCCB4

#8BCCB4
(139,204,180)
#7FBAA4
(127,186,164)
#73A894
(115,168,148)
#679684
(103,150,132)
#5B8474
(91,132,116)
#4F7264
(79,114,100)
#436054
(67,96,84)
#374E44
(55,78,68)
#2B3C34
(43,60,52)
#1F2A24
(31,42,36)
#131814
(19,24,20)
#000000
(0,0,0)

Tints of #8BCCB4

#8BCCB4
(139,204,180)
#95D0BA
(149,208,186)
#9FD4C0
(159,212,192)
#A9D8C6
(169,216,198)
#B3DCCC
(179,220,204)
#BDE0D2
(189,224,210)
#C7E4D8
(199,228,216)
#D1E8DE
(209,232,222)
#DBECE4
(219,236,228)
#E5F0EA
(229,240,234)
#EFF4F0
(239,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BCCB4 color. Also use rgb(139,204,180) instead hex code.

Text Font Color

.myTextColor { color: #8BCCB4; }

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

This text font color is #8BCCB4.


Background Color

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

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

This div background color is #8BCCB4.


Border color

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

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

This div border color is #8BCCB4.


Opacity

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

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

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

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

This text has shadow with #8BCCB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BCCB4 on black background.


Color preview on white background

This text has color #8BCCB4 on white background.



Black color preview on #8BCCB4 background

This text has black color on #8BCCB4 background.


White color preview on #8BCCB4 background

This text has white color on #8BCCB4 background.