COLOR #8BDCB9

HEX: #8BDCB9
RGB: (139,220,185)

Color info

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

RGB color model

#8BDCB9 color RGB value is (139,220,185).

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

RGB channels and saturation

R 139 of 255 = 55%
G 220 of 255 = 86%
B 185 of 255 = 73%

139
220
185

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

Portions of RGB colors in percentages

R + G + B =
139 + 220 + 185 = 544 (100%)
R 139 of 544 ~ 25.55%
G 220 of 544 ~ 40.44%
B 185 of 544 ~ 34.01%

%25.55
%40.44
%34.01

CMYK color model

#8BDCB9 color CMYK value is (37,0,16,14).

  • cyan value is 36.82%
  • magenta value is 0.00%
  • yellow value is 15.91%
  • key color value is 13.73%
CMYK:
(37,0,16,14)
C37M0Y16K14 
(37%,0%,16%,14%)
(0.37/0.00/0.16/0.14)	

CMYK percentages

%36.82
%0
%15.91
%13.73

Codes

Color #8BDCB9 in popluar color models

8BDCB9
RGB139220185
HSL154°53.64%70.39%
HSB/HSV154°36.82%86.27%
CMYK36.82%0.00%15.91%
13.73%

Color #8BDCB9 in popluar number systems.

HEX8BDCB9
Decimal139220185
Binary100010111101110010111001
Octal213334271

Shades and tints

Shades of #8BDCB9

#8BDCB9
(139,220,185)
#7FC8A9
(127,200,169)
#73B499
(115,180,153)
#67A089
(103,160,137)
#5B8C79
(91,140,121)
#4F7869
(79,120,105)
#436459
(67,100,89)
#375049
(55,80,73)
#2B3C39
(43,60,57)
#1F2829
(31,40,41)
#131419
(19,20,25)
#000000
(0,0,0)

Tints of #8BDCB9

#8BDCB9
(139,220,185)
#95DFBF
(149,223,191)
#9FE2C5
(159,226,197)
#A9E5CB
(169,229,203)
#B3E8D1
(179,232,209)
#BDEBD7
(189,235,215)
#C7EEDD
(199,238,221)
#D1F1E3
(209,241,227)
#DBF4E9
(219,244,233)
#E5F7EF
(229,247,239)
#EFFAF5
(239,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BDCB9; }

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

This text font color is #8BDCB9.


Background Color

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

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

This div background color is #8BDCB9.


Border color

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

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

This div border color is #8BDCB9.


Opacity

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

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

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

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

This text has shadow with #8BDCB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BDCB9 on black background.


Color preview on white background

This text has color #8BDCB9 on white background.



Black color preview on #8BDCB9 background

This text has black color on #8BDCB9 background.


White color preview on #8BDCB9 background

This text has white color on #8BDCB9 background.