COLOR #8BAD7C

HEX: #8BAD7C
RGB: (139,173,124)

Color info

#8BAD7C contains red, green and blue colors in about the same proportion. Web safe color of #8BAD7C is #999966 (or #996).

RGB color model

#8BAD7C color RGB value is (139,173,124).

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

RGB channels and saturation

R 139 of 255 = 55%
G 173 of 255 = 68%
B 124 of 255 = 49%

139
173
124

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

Portions of RGB colors in percentages

R + G + B =
139 + 173 + 124 = 436 (100%)
R 139 of 436 ~ 31.88%
G 173 of 436 ~ 39.68%
B 124 of 436 ~ 28.44%

%31.88
%39.68
%28.44

CMYK color model

#8BAD7C color CMYK value is (20,0,28,32).

  • cyan value is 19.65%
  • magenta value is 0.00%
  • yellow value is 28.32%
  • key color value is 32.16%
CMYK:
(20,0,28,32)
C20M0Y28K32 
(20%,0%,28%,32%)
(0.20/0.00/0.28/0.32)	

CMYK percentages

%19.65
%0
%28.32
%32.16

Codes

Color #8BAD7C in popluar color models

8BAD7C
RGB139173124
HSL102°23.00%58.24%
HSB/HSV102°28.32%67.84%
CMYK19.65%0.00%28.32%
32.16%

Color #8BAD7C in popluar number systems.

HEX8BAD7C
Decimal139173124
Binary10001011101011011111100
Octal213255174

Shades and tints

Shades of #8BAD7C

#8BAD7C
(139,173,124)
#7F9E71
(127,158,113)
#738F66
(115,143,102)
#67805B
(103,128,91)
#5B7150
(91,113,80)
#4F6245
(79,98,69)
#43533A
(67,83,58)
#37442F
(55,68,47)
#2B3524
(43,53,36)
#1F2619
(31,38,25)
#13170E
(19,23,14)
#000000
(0,0,0)

Tints of #8BAD7C

#8BAD7C
(139,173,124)
#95B487
(149,180,135)
#9FBB92
(159,187,146)
#A9C29D
(169,194,157)
#B3C9A8
(179,201,168)
#BDD0B3
(189,208,179)
#C7D7BE
(199,215,190)
#D1DEC9
(209,222,201)
#DBE5D4
(219,229,212)
#E5ECDF
(229,236,223)
#EFF3EA
(239,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BAD7C; }

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

This text font color is #8BAD7C.


Background Color

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

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

This div background color is #8BAD7C.


Border color

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

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

This div border color is #8BAD7C.


Opacity

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

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

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

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

This text has shadow with #8BAD7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BAD7C on black background.


Color preview on white background

This text has color #8BAD7C on white background.



Black color preview on #8BAD7C background

This text has black color on #8BAD7C background.


White color preview on #8BAD7C background

This text has white color on #8BAD7C background.