COLOR #8BD8C0

HEX: #8BD8C0
RGB: (139,216,192)

Color info

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

RGB color model

#8BD8C0 color RGB value is (139,216,192).

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

RGB channels and saturation

R 139 of 255 = 55%
G 216 of 255 = 85%
B 192 of 255 = 75%

139
216
192

R + G + B ~ 72%. #8BD8C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 216 + 192 = 547 (100%)
R 139 of 547 ~ 25.41%
G 216 of 547 ~ 39.49%
B 192 of 547 ~ 35.1%

%25.41
%39.49
%35.1

CMYK color model

#8BD8C0 color CMYK value is (36,0,11,15).

  • cyan value is 35.65%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 15.29%
CMYK:
(36,0,11,15)
C36M0Y11K15 
(36%,0%,11%,15%)
(0.36/0.00/0.11/0.15)	

CMYK percentages

%35.65
%0
%11.11
%15.29

Codes

Color #8BD8C0 in popluar color models

8BD8C0
RGB139216192
HSL161°49.68%69.61%
HSB/HSV161°35.65%84.71%
CMYK35.65%0.00%11.11%
15.29%

Color #8BD8C0 in popluar number systems.

HEX8BD8C0
Decimal139216192
Binary100010111101100011000000
Octal213330300

Shades and tints

Shades of #8BD8C0

#8BD8C0
(139,216,192)
#7FC5AF
(127,197,175)
#73B29E
(115,178,158)
#679F8D
(103,159,141)
#5B8C7C
(91,140,124)
#4F796B
(79,121,107)
#43665A
(67,102,90)
#375349
(55,83,73)
#2B4038
(43,64,56)
#1F2D27
(31,45,39)
#131A16
(19,26,22)
#000000
(0,0,0)

Tints of #8BD8C0

#8BD8C0
(139,216,192)
#95DBC5
(149,219,197)
#9FDECA
(159,222,202)
#A9E1CF
(169,225,207)
#B3E4D4
(179,228,212)
#BDE7D9
(189,231,217)
#C7EADE
(199,234,222)
#D1EDE3
(209,237,227)
#DBF0E8
(219,240,232)
#E5F3ED
(229,243,237)
#EFF6F2
(239,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BD8C0; }

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

This text font color is #8BD8C0.


Background Color

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

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

This div background color is #8BD8C0.


Border color

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

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

This div border color is #8BD8C0.


Opacity

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

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

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

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

This text has shadow with #8BD8C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BD8C0 on black background.


Color preview on white background

This text has color #8BD8C0 on white background.



Black color preview on #8BD8C0 background

This text has black color on #8BD8C0 background.


White color preview on #8BD8C0 background

This text has white color on #8BD8C0 background.