COLOR #8DCA9D

HEX: #8DCA9D RGB: (141,202,157)

Color info

#8DCA9D contains mainly green and blue colors. Web safe color of #8DCA9D is #99CC99 (or #9C9).

RGB color model

#8DCA9D color RGB value is (141,202,157).

RGB: (141,202,157) (55%, 79%, 62%)

RGB channels and saturation

R 141 of 255 = 55%
G 202 of 255 = 79%
B 157 of 255 = 62%

141
202
157

R + G + B ~ 65%. #8DCA9D is quite light color.

Portions of RGB colors in percentages

R + G + B = 141 + 202 + 157 = 500 (100%)
R 141 of 500 ~ 28.2%
G 202 of 500 ~ 40.4%
B 157 of 500 ~ 31.4'%

%28.2
%40.4
%31.4

CMYK color model

#8DCA9D color CMYK value is (30,0,22,21).

  • cyan value is 30.20%
  • magenta value is 0.00%
  • yellow value is 22.28%
  • key color value is 20.78%

CMYK: (30,0,22,21)
C30M0Y22K21 (30%, 0%, 22%, 21%)
(0.30 / 0.00 / 0.22 / 0.21)

CMYK percentages

%30.2
%0
%22.28
%20.78

Codes

Color #8DCA9D in popluar color models

8D CA 9D
RGB 141 202 157
HSL 136° 36.53% 67.25%
HSB/HSV 136° 30.20% 79.22%
CMYK 30.20% 0.00% 22.28%
20.78%

Color #8DCA9D in popluar number systems.

HEX 8D CA 9D
Decimal 141 202 157
Binary 10001101 11001010 10011101
Octal 215 312 235

Shades and tints

Shades of #8DCA9D

#8DCA9D
(141,202,157)
#81B88F
(129,184,143)
#75A681
(117,166,129)
#699473
(105,148,115)
#5D8265
(93,130,101)
#517057
(81,112,87)
#455E49
(69,94,73)
#394C3B
(57,76,59)
#2D3A2D
(45,58,45)
#21281F
(33,40,31)
#151611
(21,22,17)
#000000
(0,0,0)

Tints of #8DCA9D

#8DCA9D
(141,202,157)
#97CEA5
(151,206,165)
#A1D2AD
(161,210,173)
#ABD6B5
(171,214,181)
#B5DABD
(181,218,189)
#BFDEC5
(191,222,197)
#C9E2CD
(201,226,205)
#D3E6D5
(211,230,213)
#DDEADD
(221,234,221)
#E7EEE5
(231,238,229)
#F1F2ED
(241,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DCA9D color. Also use rgb(141,202,157) instead hex code.

Text Font Color

.myTextColor { color: #8DCA9D; }

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

This text font color is #8DCA9D.

Background Color

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

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

This div background color is #8DCA9D.

Border color

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

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

This div border color is #8DCA9D.

Opacity

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

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

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

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

This text has shadow with #8DCA9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DCA9D.

Preview

Color preview on black background

This text has color #8DCA9D on black background.


Color preview on white background

This text has color #8DCA9D on white background.


Black color preview on #8DCA9D background

This text has black color on #8DCA9D background.


White color preview on #8DCA9D background

This text has white color on #8DCA9D background.


Related colors

Complementary color

Complementary color for #hex is #723562.


I love getcolorcode.com

Triadic colors

1 #9D8DCA and #CA9D8D with #8DCA9D are triadic colors.

2 #9DCA8D and #CA8D9D with #8DCA9D are triadic colors.