COLOR #8CC19B

HEX: #8CC19B RGB: (140,193,155)

Color info

#8CC19B contains red, green and blue colors in about the same proportion. Web safe color of #8CC19B is #99CC99 (or #9C9).

RGB color model

#8CC19B color RGB value is (140,193,155).

RGB: (140,193,155) (55%, 76%, 61%)

RGB channels and saturation

R 140 of 255 = 55%
G 193 of 255 = 76%
B 155 of 255 = 61%

140
193
155

R + G + B ~ 64%. #8CC19B is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 193 + 155 = 488 (100%)
R 140 of 488 ~ 28.69%
G 193 of 488 ~ 39.55%
B 155 of 488 ~ 31.76'%

%28.69
%39.55
%31.76

CMYK color model

#8CC19B color CMYK value is (27,0,20,24).

  • cyan value is 27.46%
  • magenta value is 0.00%
  • yellow value is 19.69%
  • key color value is 24.31%

CMYK: (27,0,20,24)
C27M0Y20K24 (27%, 0%, 20%, 24%)
(0.27 / 0.00 / 0.20 / 0.24)

CMYK percentages

%27.46
%0
%19.69
%24.31

Codes

Color #8CC19B in popluar color models

8C C1 9B
RGB 140 193 155
HSL 137° 29.94% 65.29%
HSB/HSV 137° 27.46% 75.69%
CMYK 27.46% 0.00% 19.69%
24.31%

Color #8CC19B in popluar number systems.

HEX 8C C1 9B
Decimal 140 193 155
Binary 10001100 11000001 10011011
Octal 214 301 233

Shades and tints

Shades of #8CC19B

#8CC19B
(140,193,155)
#80B08D
(128,176,141)
#749F7F
(116,159,127)
#688E71
(104,142,113)
#5C7D63
(92,125,99)
#506C55
(80,108,85)
#445B47
(68,91,71)
#384A39
(56,74,57)
#2C392B
(44,57,43)
#20281D
(32,40,29)
#14170F
(20,23,15)
#000000
(0,0,0)

Tints of #8CC19B

#8CC19B
(140,193,155)
#96C6A4
(150,198,164)
#A0CBAD
(160,203,173)
#AAD0B6
(170,208,182)
#B4D5BF
(180,213,191)
#BEDAC8
(190,218,200)
#C8DFD1
(200,223,209)
#D2E4DA
(210,228,218)
#DCE9E3
(220,233,227)
#E6EEEC
(230,238,236)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CC19B color. Also use rgb(140,193,155) instead hex code.

Text Font Color

.myTextColor { color: #8CC19B; }

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

This text font color is #8CC19B.

Background Color

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

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

This div background color is #8CC19B.

Border color

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

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

This div border color is #8CC19B.

Opacity

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

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

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

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

This text has shadow with #8CC19B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CC19B.

Preview

Color preview on black background

This text has color #8CC19B on black background.


Color preview on white background

This text has color #8CC19B on white background.


Black color preview on #8CC19B background

This text has black color on #8CC19B background.


White color preview on #8CC19B background

This text has white color on #8CC19B background.


Related colors

Complementary color

Complementary color for #hex is #733E64.


I love getcolorcode.com

Triadic colors

1 #9B8CC1 and #C19B8C with #8CC19B are triadic colors.

2 #9BC18C and #C18C9B with #8CC19B are triadic colors.