COLOR #8CEAC3

HEX: #8CEAC3 RGB: (140,234,195)

Color info

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

RGB color model

#8CEAC3 color RGB value is (140,234,195).

RGB: (140,234,195) (55%, 92%, 76%)

RGB channels and saturation

R 140 of 255 = 55%
G 234 of 255 = 92%
B 195 of 255 = 76%

140
234
195

R + G + B ~ 74%. #8CEAC3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 234 + 195 = 569 (100%)
R 140 of 569 ~ 24.6%
G 234 of 569 ~ 41.12%
B 195 of 569 ~ 34.27'%

%24.6
%41.12
%34.27

CMYK color model

#8CEAC3 color CMYK value is (40,0,17,8).

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

CMYK: (40,0,17,8)
C40M0Y17K8 (40%, 0%, 17%, 8%)
(0.40 / 0.00 / 0.17 / 0.08)

CMYK percentages

%40.17
%0
%16.67
%8.24

Codes

Color #8CEAC3 in popluar color models

8C EA C3
RGB 140 234 195
HSL 155° 69.12% 73.33%
HSB/HSV 155° 40.17% 91.76%
CMYK 40.17% 0.00% 16.67%
8.24%

Color #8CEAC3 in popluar number systems.

HEX 8C EA C3
Decimal 140 234 195
Binary 10001100 11101010 11000011
Octal 214 352 303

Shades and tints

Shades of #8CEAC3

#8CEAC3
(140,234,195)
#80D5B2
(128,213,178)
#74C0A1
(116,192,161)
#68AB90
(104,171,144)
#5C967F
(92,150,127)
#50816E
(80,129,110)
#446C5D
(68,108,93)
#38574C
(56,87,76)
#2C423B
(44,66,59)
#202D2A
(32,45,42)
#141819
(20,24,25)
#000000
(0,0,0)

Tints of #8CEAC3

#8CEAC3
(140,234,195)
#96EBC8
(150,235,200)
#A0ECCD
(160,236,205)
#AAEDD2
(170,237,210)
#B4EED7
(180,238,215)
#BEEFDC
(190,239,220)
#C8F0E1
(200,240,225)
#D2F1E6
(210,241,230)
#DCF2EB
(220,242,235)
#E6F3F0
(230,243,240)
#F0F4F5
(240,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CEAC3; }

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

This text font color is #8CEAC3.

Background Color

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

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

This div background color is #8CEAC3.

Border color

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

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

This div border color is #8CEAC3.

Opacity

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

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

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

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

This text has shadow with #8CEAC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CEAC3.

Preview

Color preview on black background

This text has color #8CEAC3 on black background.


Color preview on white background

This text has color #8CEAC3 on white background.


Black color preview on #8CEAC3 background

This text has black color on #8CEAC3 background.


White color preview on #8CEAC3 background

This text has white color on #8CEAC3 background.


Related colors

Complementary color

Complementary color for #hex is #73153C.


I love getcolorcode.com

Triadic colors

1 #C38CEA and #EAC38C with #8CEAC3 are triadic colors.

2 #C3EA8C and #EA8CC3 with #8CEAC3 are triadic colors.