COLOR #8DC19B

HEX: #8DC19B RGB: (141,193,155)

Color info

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

RGB color model

#8DC19B color RGB value is (141,193,155).

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

RGB channels and saturation

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

141
193
155

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

Portions of RGB colors in percentages

R + G + B = 141 + 193 + 155 = 489 (100%)
R 141 of 489 ~ 28.83%
G 193 of 489 ~ 39.47%
B 155 of 489 ~ 31.7'%

%28.83
%39.47
%31.7

CMYK color model

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

  • cyan value is 26.94%
  • 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

%26.94
%0
%19.69
%24.31

Codes

Color #8DC19B in popluar color models

8D C1 9B
RGB 141 193 155
HSL 136° 29.55% 65.49%
HSB/HSV 136° 26.94% 75.69%
CMYK 26.94% 0.00% 19.69%
24.31%

Color #8DC19B in popluar number systems.

HEX 8D C1 9B
Decimal 141 193 155
Binary 10001101 11000001 10011011
Octal 215 301 233

Shades and tints

Shades of #8DC19B

#8DC19B
(141,193,155)
#81B08D
(129,176,141)
#759F7F
(117,159,127)
#698E71
(105,142,113)
#5D7D63
(93,125,99)
#516C55
(81,108,85)
#455B47
(69,91,71)
#394A39
(57,74,57)
#2D392B
(45,57,43)
#21281D
(33,40,29)
#15170F
(21,23,15)
#000000
(0,0,0)

Tints of #8DC19B

#8DC19B
(141,193,155)
#97C6A4
(151,198,164)
#A1CBAD
(161,203,173)
#ABD0B6
(171,208,182)
#B5D5BF
(181,213,191)
#BFDAC8
(191,218,200)
#C9DFD1
(201,223,209)
#D3E4DA
(211,228,218)
#DDE9E3
(221,233,227)
#E7EEEC
(231,238,236)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DC19B; }

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

This text font color is #8DC19B.

Background Color

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

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

This div background color is #8DC19B.

Border color

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

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

This div border color is #8DC19B.

Opacity

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

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

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

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

This text has shadow with #8DC19B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DC19B.

Preview

Color preview on black background

This text has color #8DC19B on black background.


Color preview on white background

This text has color #8DC19B on white background.


Black color preview on #8DC19B background

This text has black color on #8DC19B background.


White color preview on #8DC19B background

This text has white color on #8DC19B background.


Related colors

Complementary color

Complementary color for #hex is #723E64.


I love getcolorcode.com

Triadic colors

1 #9B8DC1 and #C19B8D with #8DC19B are triadic colors.

2 #9BC18D and #C18D9B with #8DC19B are triadic colors.