COLOR #8BAD8C

HEX: #8BAD8C
RGB: (139,173,140)

Color info

#8BAD8C contains red, green and blue colors in about the same proportion. Web safe color of #8BAD8C is #999999 (or #999).

RGB color model

#8BAD8C color RGB value is (139,173,140).

  • red value is 139;
  • green value is 173;
  • blue value is 140.
RGB:
(139,173,140)
(55%,68%,55%)

RGB channels and saturation

R 139 of 255 = 55%
G 173 of 255 = 68%
B 140 of 255 = 55%

139
173
140

R + G + B ~ 59%. #8BAD8C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
139 + 173 + 140 = 452 (100%)
R 139 of 452 ~ 30.75%
G 173 of 452 ~ 38.27%
B 140 of 452 ~ 30.97%

%30.75
%38.27
%30.97

CMYK color model

#8BAD8C color CMYK value is (20,0,19,32).

  • cyan value is 19.65%
  • magenta value is 0.00%
  • yellow value is 19.08%
  • key color value is 32.16%
CMYK:
(20,0,19,32)
C20M0Y19K32 
(20%,0%,19%,32%)
(0.20/0.00/0.19/0.32)	

CMYK percentages

%19.65
%0
%19.08
%32.16

Codes

Color #8BAD8C in popluar color models

8BAD8C
RGB139173140
HSL122°17.17%61.18%
HSB/HSV122°19.65%67.84%
CMYK19.65%0.00%19.08%
32.16%

Color #8BAD8C in popluar number systems.

HEX8BAD8C
Decimal139173140
Binary100010111010110110001100
Octal213255214

Shades and tints

Shades of #8BAD8C

#8BAD8C
(139,173,140)
#7F9E80
(127,158,128)
#738F74
(115,143,116)
#678068
(103,128,104)
#5B715C
(91,113,92)
#4F6250
(79,98,80)
#435344
(67,83,68)
#374438
(55,68,56)
#2B352C
(43,53,44)
#1F2620
(31,38,32)
#131714
(19,23,20)
#000000
(0,0,0)

Tints of #8BAD8C

#8BAD8C
(139,173,140)
#95B496
(149,180,150)
#9FBBA0
(159,187,160)
#A9C2AA
(169,194,170)
#B3C9B4
(179,201,180)
#BDD0BE
(189,208,190)
#C7D7C8
(199,215,200)
#D1DED2
(209,222,210)
#DBE5DC
(219,229,220)
#E5ECE6
(229,236,230)
#EFF3F0
(239,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BAD8C color. Also use rgb(139,173,140) instead hex code.

Text Font Color

.myTextColor { color: #8BAD8C; }

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

This text font color is #8BAD8C.


Background Color

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

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

This div background color is #8BAD8C.


Border color

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

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

This div border color is #8BAD8C.


Opacity

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

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

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

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

This text has shadow with #8BAD8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BAD8C on black background.


Color preview on white background

This text has color #8BAD8C on white background.



Black color preview on #8BAD8C background

This text has black color on #8BAD8C background.


White color preview on #8BAD8C background

This text has white color on #8BAD8C background.