COLOR #8BE0A8

HEX: #8BE0A8
RGB: (139,224,168)

Color info

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

RGB color model

#8BE0A8 color RGB value is (139,224,168).

  • red value is 139;
  • green value is 224;
  • blue value is 168.
RGB:
(139,224,168)
(55%,88%,66%)

RGB channels and saturation

R 139 of 255 = 55%
G 224 of 255 = 88%
B 168 of 255 = 66%

139
224
168

R + G + B ~ 70%. #8BE0A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 224 + 168 = 531 (100%)
R 139 of 531 ~ 26.18%
G 224 of 531 ~ 42.18%
B 168 of 531 ~ 31.64%

%26.18
%42.18
%31.64

CMYK color model

#8BE0A8 color CMYK value is (38,0,25,12).

  • cyan value is 37.95%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 12.16%
CMYK:
(38,0,25,12)
C38M0Y25K12 
(38%,0%,25%,12%)
(0.38/0.00/0.25/0.12)	

CMYK percentages

%37.95
%0
%25
%12.16

Codes

Color #8BE0A8 in popluar color models

8BE0A8
RGB139224168
HSL140°57.82%71.18%
HSB/HSV140°37.95%87.84%
CMYK37.95%0.00%25.00%
12.16%

Color #8BE0A8 in popluar number systems.

HEX8BE0A8
Decimal139224168
Binary100010111110000010101000
Octal213340250

Shades and tints

Shades of #8BE0A8

#8BE0A8
(139,224,168)
#7FCC99
(127,204,153)
#73B88A
(115,184,138)
#67A47B
(103,164,123)
#5B906C
(91,144,108)
#4F7C5D
(79,124,93)
#43684E
(67,104,78)
#37543F
(55,84,63)
#2B4030
(43,64,48)
#1F2C21
(31,44,33)
#131812
(19,24,18)
#000000
(0,0,0)

Tints of #8BE0A8

#8BE0A8
(139,224,168)
#95E2AF
(149,226,175)
#9FE4B6
(159,228,182)
#A9E6BD
(169,230,189)
#B3E8C4
(179,232,196)
#BDEACB
(189,234,203)
#C7ECD2
(199,236,210)
#D1EED9
(209,238,217)
#DBF0E0
(219,240,224)
#E5F2E7
(229,242,231)
#EFF4EE
(239,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BE0A8 color. Also use rgb(139,224,168) instead hex code.

Text Font Color

.myTextColor { color: #8BE0A8; }

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

This text font color is #8BE0A8.


Background Color

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

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

This div background color is #8BE0A8.


Border color

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

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

This div border color is #8BE0A8.


Opacity

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

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

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

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

This text has shadow with #8BE0A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BE0A8 on black background.


Color preview on white background

This text has color #8BE0A8 on white background.



Black color preview on #8BE0A8 background

This text has black color on #8BE0A8 background.


White color preview on #8BE0A8 background

This text has white color on #8BE0A8 background.