COLOR #8BCD9B

HEX: #8BCD9B RGB: (139,205,155)

Color info

#8BCD9B contains mainly green and blue colors. Web safe color of #8BCD9B is #99CC99 (or #9C9).

RGB color model

#8BCD9B color RGB value is (139,205,155).

RGB: (139,205,155) (55%, 80%, 61%)

RGB channels and saturation

R 139 of 255 = 55%
G 205 of 255 = 80%
B 155 of 255 = 61%

139
205
155

R + G + B ~ 65%. #8BCD9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 139 + 205 + 155 = 499 (100%)
R 139 of 499 ~ 27.86%
G 205 of 499 ~ 41.08%
B 155 of 499 ~ 31.06'%

%27.86
%41.08
%31.06

CMYK color model

#8BCD9B color CMYK value is (32,0,24,20).

  • cyan value is 32.20%
  • magenta value is 0.00%
  • yellow value is 24.39%
  • key color value is 19.61%

CMYK: (32,0,24,20)
C32M0Y24K20 (32%, 0%, 24%, 20%)
(0.32 / 0.00 / 0.24 / 0.20)

CMYK percentages

%32.2
%0
%24.39
%19.61

Codes

Color #8BCD9B in popluar color models

8B CD 9B
RGB 139 205 155
HSL 135° 39.76% 67.45%
HSB/HSV 135° 32.20% 80.39%
CMYK 32.20% 0.00% 24.39%
19.61%

Color #8BCD9B in popluar number systems.

HEX 8B CD 9B
Decimal 139 205 155
Binary 10001011 11001101 10011011
Octal 213 315 233

Shades and tints

Shades of #8BCD9B

#8BCD9B
(139,205,155)
#7FBB8D
(127,187,141)
#73A97F
(115,169,127)
#679771
(103,151,113)
#5B8563
(91,133,99)
#4F7355
(79,115,85)
#436147
(67,97,71)
#374F39
(55,79,57)
#2B3D2B
(43,61,43)
#1F2B1D
(31,43,29)
#13190F
(19,25,15)
#000000
(0,0,0)

Tints of #8BCD9B

#8BCD9B
(139,205,155)
#95D1A4
(149,209,164)
#9FD5AD
(159,213,173)
#A9D9B6
(169,217,182)
#B3DDBF
(179,221,191)
#BDE1C8
(189,225,200)
#C7E5D1
(199,229,209)
#D1E9DA
(209,233,218)
#DBEDE3
(219,237,227)
#E5F1EC
(229,241,236)
#EFF5F5
(239,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BCD9B color. Also use rgb(139,205,155) instead hex code.

Text Font Color

.myTextColor { color: #8BCD9B; }

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

This text font color is #8BCD9B.

Background Color

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

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

This div background color is #8BCD9B.

Border color

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

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

This div border color is #8BCD9B.

Opacity

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

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

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

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

This text has shadow with #8BCD9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BCD9B.

Preview

Color preview on black background

This text has color #8BCD9B on black background.


Color preview on white background

This text has color #8BCD9B on white background.


Black color preview on #8BCD9B background

This text has black color on #8BCD9B background.


White color preview on #8BCD9B background

This text has white color on #8BCD9B background.


Related colors

Complementary color

Complementary color for #hex is #743264.


I love getcolorcode.com

Triadic colors

1 #9B8BCD and #CD9B8B with #8BCD9B are triadic colors.

2 #9BCD8B and #CD8B9B with #8BCD9B are triadic colors.