COLOR #8BC69C

HEX: #8BC69C RGB: (139,198,156)

Color info

#8BC69C contains red, green and blue colors in about the same proportion. Web safe color of #8BC69C is #99CC99 (or #9C9).

RGB color model

#8BC69C color RGB value is (139,198,156).

RGB: (139,198,156) (55%, 78%, 61%)

RGB channels and saturation

R 139 of 255 = 55%
G 198 of 255 = 78%
B 156 of 255 = 61%

139
198
156

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

Portions of RGB colors in percentages

R + G + B = 139 + 198 + 156 = 493 (100%)
R 139 of 493 ~ 28.19%
G 198 of 493 ~ 40.16%
B 156 of 493 ~ 31.64'%

%28.19
%40.16
%31.64

CMYK color model

#8BC69C color CMYK value is (30,0,21,22).

  • cyan value is 29.80%
  • magenta value is 0.00%
  • yellow value is 21.21%
  • key color value is 22.35%

CMYK: (30,0,21,22)
C30M0Y21K22 (30%, 0%, 21%, 22%)
(0.30 / 0.00 / 0.21 / 0.22)

CMYK percentages

%29.8
%0
%21.21
%22.35

Codes

Color #8BC69C in popluar color models

8B C6 9C
RGB 139 198 156
HSL 137° 34.10% 66.08%
HSB/HSV 137° 29.80% 77.65%
CMYK 29.80% 0.00% 21.21%
22.35%

Color #8BC69C in popluar number systems.

HEX 8B C6 9C
Decimal 139 198 156
Binary 10001011 11000110 10011100
Octal 213 306 234

Shades and tints

Shades of #8BC69C

#8BC69C
(139,198,156)
#7FB48E
(127,180,142)
#73A280
(115,162,128)
#679072
(103,144,114)
#5B7E64
(91,126,100)
#4F6C56
(79,108,86)
#435A48
(67,90,72)
#37483A
(55,72,58)
#2B362C
(43,54,44)
#1F241E
(31,36,30)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #8BC69C

#8BC69C
(139,198,156)
#95CBA5
(149,203,165)
#9FD0AE
(159,208,174)
#A9D5B7
(169,213,183)
#B3DAC0
(179,218,192)
#BDDFC9
(189,223,201)
#C7E4D2
(199,228,210)
#D1E9DB
(209,233,219)
#DBEEE4
(219,238,228)
#E5F3ED
(229,243,237)
#EFF8F6
(239,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BC69C color. Also use rgb(139,198,156) instead hex code.

Text Font Color

.myTextColor { color: #8BC69C; }

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

This text font color is #8BC69C.

Background Color

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

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

This div background color is #8BC69C.

Border color

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

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

This div border color is #8BC69C.

Opacity

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

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

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

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

This text has shadow with #8BC69C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BC69C.

Preview

Color preview on black background

This text has color #8BC69C on black background.


Color preview on white background

This text has color #8BC69C on white background.


Black color preview on #8BC69C background

This text has black color on #8BC69C background.


White color preview on #8BC69C background

This text has white color on #8BC69C background.


Related colors

Complementary color

Complementary color for #hex is #743963.


I love getcolorcode.com

Triadic colors

1 #9C8BC6 and #C69C8B with #8BC69C are triadic colors.

2 #9CC68B and #C68B9C with #8BC69C are triadic colors.