COLOR #8BCEA9

HEX: #8BCEA9
RGB: (139,206,169)

Color info

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

RGB color model

#8BCEA9 color RGB value is (139,206,169).

  • red value is 139;
  • green value is 206;
  • blue value is 169.
RGB:
(139,206,169)
(55%,81%,66%)

RGB channels and saturation

R 139 of 255 = 55%
G 206 of 255 = 81%
B 169 of 255 = 66%

139
206
169

R + G + B ~ 67%. #8BCEA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 206 + 169 = 514 (100%)
R 139 of 514 ~ 27.04%
G 206 of 514 ~ 40.08%
B 169 of 514 ~ 32.88%

%27.04
%40.08
%32.88

CMYK color model

#8BCEA9 color CMYK value is (33,0,18,19).

  • cyan value is 32.52%
  • magenta value is 0.00%
  • yellow value is 17.96%
  • key color value is 19.22%
CMYK:
(33,0,18,19)
C33M0Y18K19 
(33%,0%,18%,19%)
(0.33/0.00/0.18/0.19)	

CMYK percentages

%32.52
%0
%17.96
%19.22

Codes

Color #8BCEA9 in popluar color models

8BCEA9
RGB139206169
HSL147°40.61%67.65%
HSB/HSV147°32.52%80.78%
CMYK32.52%0.00%17.96%
19.22%

Color #8BCEA9 in popluar number systems.

HEX8BCEA9
Decimal139206169
Binary100010111100111010101001
Octal213316251

Shades and tints

Shades of #8BCEA9

#8BCEA9
(139,206,169)
#7FBC9A
(127,188,154)
#73AA8B
(115,170,139)
#67987C
(103,152,124)
#5B866D
(91,134,109)
#4F745E
(79,116,94)
#43624F
(67,98,79)
#375040
(55,80,64)
#2B3E31
(43,62,49)
#1F2C22
(31,44,34)
#131A13
(19,26,19)
#000000
(0,0,0)

Tints of #8BCEA9

#8BCEA9
(139,206,169)
#95D2B0
(149,210,176)
#9FD6B7
(159,214,183)
#A9DABE
(169,218,190)
#B3DEC5
(179,222,197)
#BDE2CC
(189,226,204)
#C7E6D3
(199,230,211)
#D1EADA
(209,234,218)
#DBEEE1
(219,238,225)
#E5F2E8
(229,242,232)
#EFF6EF
(239,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BCEA9 color. Also use rgb(139,206,169) instead hex code.

Text Font Color

.myTextColor { color: #8BCEA9; }

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

This text font color is #8BCEA9.


Background Color

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

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

This div background color is #8BCEA9.


Border color

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

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

This div border color is #8BCEA9.


Opacity

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

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

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

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

This text has shadow with #8BCEA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BCEA9 on black background.


Color preview on white background

This text has color #8BCEA9 on white background.



Black color preview on #8BCEA9 background

This text has black color on #8BCEA9 background.


White color preview on #8BCEA9 background

This text has white color on #8BCEA9 background.