COLOR #8CEAC9

HEX: #8CEAC9 RGB: (140,234,201)

Color info

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

RGB color model

#8CEAC9 color RGB value is (140,234,201).

RGB: (140,234,201) (55%, 92%, 79%)

RGB channels and saturation

R 140 of 255 = 55%
G 234 of 255 = 92%
B 201 of 255 = 79%

140
234
201

R + G + B ~ 75%. #8CEAC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 234 + 201 = 575 (100%)
R 140 of 575 ~ 24.35%
G 234 of 575 ~ 40.7%
B 201 of 575 ~ 34.96'%

%24.35
%40.7
%34.96

CMYK color model

#8CEAC9 color CMYK value is (40,0,14,8).

  • cyan value is 40.17%
  • magenta value is 0.00%
  • yellow value is 14.10%
  • key color value is 8.24%

CMYK: (40,0,14,8)
C40M0Y14K8 (40%, 0%, 14%, 8%)
(0.40 / 0.00 / 0.14 / 0.08)

CMYK percentages

%40.17
%0
%14.1
%8.24

Codes

Color #8CEAC9 in popluar color models

8C EA C9
RGB 140 234 201
HSL 159° 69.12% 73.33%
HSB/HSV 159° 40.17% 91.76%
CMYK 40.17% 0.00% 14.10%
8.24%

Color #8CEAC9 in popluar number systems.

HEX 8C EA C9
Decimal 140 234 201
Binary 10001100 11101010 11001001
Octal 214 352 311

Shades and tints

Shades of #8CEAC9

#8CEAC9
(140,234,201)
#80D5B7
(128,213,183)
#74C0A5
(116,192,165)
#68AB93
(104,171,147)
#5C9681
(92,150,129)
#50816F
(80,129,111)
#446C5D
(68,108,93)
#38574B
(56,87,75)
#2C4239
(44,66,57)
#202D27
(32,45,39)
#141815
(20,24,21)
#000000
(0,0,0)

Tints of #8CEAC9

#8CEAC9
(140,234,201)
#96EBCD
(150,235,205)
#A0ECD1
(160,236,209)
#AAEDD5
(170,237,213)
#B4EED9
(180,238,217)
#BEEFDD
(190,239,221)
#C8F0E1
(200,240,225)
#D2F1E5
(210,241,229)
#DCF2E9
(220,242,233)
#E6F3ED
(230,243,237)
#F0F4F1
(240,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CEAC9; }

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

This text font color is #8CEAC9.

Background Color

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

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

This div background color is #8CEAC9.

Border color

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

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

This div border color is #8CEAC9.

Opacity

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

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

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

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

This text has shadow with #8CEAC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CEAC9.

Preview

Color preview on black background

This text has color #8CEAC9 on black background.


Color preview on white background

This text has color #8CEAC9 on white background.


Black color preview on #8CEAC9 background

This text has black color on #8CEAC9 background.


White color preview on #8CEAC9 background

This text has white color on #8CEAC9 background.


Related colors

Complementary color

Complementary color for #hex is #731536.


I love getcolorcode.com

Triadic colors

1 #C98CEA and #EAC98C with #8CEAC9 are triadic colors.

2 #C9EA8C and #EA8CC9 with #8CEAC9 are triadic colors.