COLOR #8CEAB9

HEX: #8CEAB9
RGB: (140,234,185)

Color info

#8CEAB9 contains mainly green and blue colors. Web safe color of #8CEAB9 is #99FFCC (or #9FC).

RGB color model

#8CEAB9 color RGB value is (140,234,185).

  • red value is 140;
  • green value is 234;
  • blue value is 185.
RGB:
(140,234,185)
(55%,92%,73%)

RGB channels and saturation

R 140 of 255 = 55%
G 234 of 255 = 92%
B 185 of 255 = 73%

140
234
185

R + G + B ~ 73%. #8CEAB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 234 + 185 = 559 (100%)
R 140 of 559 ~ 25.04%
G 234 of 559 ~ 41.86%
B 185 of 559 ~ 33.09%

%25.04
%41.86
%33.09

CMYK color model

#8CEAB9 color CMYK value is (40,0,21,8).

  • cyan value is 40.17%
  • magenta value is 0.00%
  • yellow value is 20.94%
  • key color value is 8.24%
CMYK:
(40,0,21,8)
C40M0Y21K8 
(40%,0%,21%,8%)
(0.40/0.00/0.21/0.08)	

CMYK percentages

%40.17
%0
%20.94
%8.24

Codes

Color #8CEAB9 in popluar color models

8CEAB9
RGB140234185
HSL149°69.12%73.33%
HSB/HSV149°40.17%91.76%
CMYK40.17%0.00%20.94%
8.24%

Color #8CEAB9 in popluar number systems.

HEX8CEAB9
Decimal140234185
Binary100011001110101010111001
Octal214352271

Shades and tints

Shades of #8CEAB9

#8CEAB9
(140,234,185)
#80D5A9
(128,213,169)
#74C099
(116,192,153)
#68AB89
(104,171,137)
#5C9679
(92,150,121)
#508169
(80,129,105)
#446C59
(68,108,89)
#385749
(56,87,73)
#2C4239
(44,66,57)
#202D29
(32,45,41)
#141819
(20,24,25)
#000000
(0,0,0)

Tints of #8CEAB9

#8CEAB9
(140,234,185)
#96EBBF
(150,235,191)
#A0ECC5
(160,236,197)
#AAEDCB
(170,237,203)
#B4EED1
(180,238,209)
#BEEFD7
(190,239,215)
#C8F0DD
(200,240,221)
#D2F1E3
(210,241,227)
#DCF2E9
(220,242,233)
#E6F3EF
(230,243,239)
#F0F4F5
(240,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CEAB9 color. Also use rgb(140,234,185) instead hex code.

Text Font Color

.myTextColor { color: #8CEAB9; }

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

This text font color is #8CEAB9.


Background Color

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

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

This div background color is #8CEAB9.


Border color

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

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

This div border color is #8CEAB9.


Opacity

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

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

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

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

This text has shadow with #8CEAB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CEAB9 on black background.


Color preview on white background

This text has color #8CEAB9 on white background.



Black color preview on #8CEAB9 background

This text has black color on #8CEAB9 background.


White color preview on #8CEAB9 background

This text has white color on #8CEAB9 background.