COLOR #8BE4AD

HEX: #8BE4AD
RGB: (139,228,173)

Color info

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

RGB color model

#8BE4AD color RGB value is (139,228,173).

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

RGB channels and saturation

R 139 of 255 = 55%
G 228 of 255 = 89%
B 173 of 255 = 68%

139
228
173

R + G + B ~ 71%. #8BE4AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 228 + 173 = 540 (100%)
R 139 of 540 ~ 25.74%
G 228 of 540 ~ 42.22%
B 173 of 540 ~ 32.04%

%25.74
%42.22
%32.04

CMYK color model

#8BE4AD color CMYK value is (39,0,24,11).

  • cyan value is 39.04%
  • magenta value is 0.00%
  • yellow value is 24.12%
  • key color value is 10.59%
CMYK:
(39,0,24,11)
C39M0Y24K11 
(39%,0%,24%,11%)
(0.39/0.00/0.24/0.11)	

CMYK percentages

%39.04
%0
%24.12
%10.59

Codes

Color #8BE4AD in popluar color models

8BE4AD
RGB139228173
HSL143°62.24%71.96%
HSB/HSV143°39.04%89.41%
CMYK39.04%0.00%24.12%
10.59%

Color #8BE4AD in popluar number systems.

HEX8BE4AD
Decimal139228173
Binary100010111110010010101101
Octal213344255

Shades and tints

Shades of #8BE4AD

#8BE4AD
(139,228,173)
#7FD09E
(127,208,158)
#73BC8F
(115,188,143)
#67A880
(103,168,128)
#5B9471
(91,148,113)
#4F8062
(79,128,98)
#436C53
(67,108,83)
#375844
(55,88,68)
#2B4435
(43,68,53)
#1F3026
(31,48,38)
#131C17
(19,28,23)
#000000
(0,0,0)

Tints of #8BE4AD

#8BE4AD
(139,228,173)
#95E6B4
(149,230,180)
#9FE8BB
(159,232,187)
#A9EAC2
(169,234,194)
#B3ECC9
(179,236,201)
#BDEED0
(189,238,208)
#C7F0D7
(199,240,215)
#D1F2DE
(209,242,222)
#DBF4E5
(219,244,229)
#E5F6EC
(229,246,236)
#EFF8F3
(239,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BE4AD; }

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

This text font color is #8BE4AD.


Background Color

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

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

This div background color is #8BE4AD.


Border color

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

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

This div border color is #8BE4AD.


Opacity

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

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

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

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

This text has shadow with #8BE4AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BE4AD on black background.


Color preview on white background

This text has color #8BE4AD on white background.



Black color preview on #8BE4AD background

This text has black color on #8BE4AD background.


White color preview on #8BE4AD background

This text has white color on #8BE4AD background.