COLOR #8DC890

HEX: #8DC890 RGB: (141,200,144)

Color info

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

RGB color model

#8DC890 color RGB value is (141,200,144).

RGB: (141,200,144) (55%, 78%, 56%)

RGB channels and saturation

R 141 of 255 = 55%
G 200 of 255 = 78%
B 144 of 255 = 56%

141
200
144

R + G + B ~ 63%. #8DC890 is quite light color.

Portions of RGB colors in percentages

R + G + B = 141 + 200 + 144 = 485 (100%)
R 141 of 485 ~ 29.07%
G 200 of 485 ~ 41.24%
B 144 of 485 ~ 29.69'%

%29.07
%41.24
%29.69

CMYK color model

#8DC890 color CMYK value is (30,0,28,22).

  • cyan value is 29.50%
  • magenta value is 0.00%
  • yellow value is 28.00%
  • key color value is 21.57%

CMYK: (30,0,28,22)
C30M0Y28K22 (30%, 0%, 28%, 22%)
(0.30 / 0.00 / 0.28 / 0.22)

CMYK percentages

%29.5
%0
%28
%21.57

Codes

Color #8DC890 in popluar color models

8D C8 90
RGB 141 200 144
HSL 123° 34.91% 66.86%
HSB/HSV 123° 29.50% 78.43%
CMYK 29.50% 0.00% 28.00%
21.57%

Color #8DC890 in popluar number systems.

HEX 8D C8 90
Decimal 141 200 144
Binary 10001101 11001000 10010000
Octal 215 310 220

Shades and tints

Shades of #8DC890

#8DC890
(141,200,144)
#81B683
(129,182,131)
#75A476
(117,164,118)
#699269
(105,146,105)
#5D805C
(93,128,92)
#516E4F
(81,110,79)
#455C42
(69,92,66)
#394A35
(57,74,53)
#2D3828
(45,56,40)
#21261B
(33,38,27)
#15140E
(21,20,14)
#000000
(0,0,0)

Tints of #8DC890

#8DC890
(141,200,144)
#97CD9A
(151,205,154)
#A1D2A4
(161,210,164)
#ABD7AE
(171,215,174)
#B5DCB8
(181,220,184)
#BFE1C2
(191,225,194)
#C9E6CC
(201,230,204)
#D3EBD6
(211,235,214)
#DDF0E0
(221,240,224)
#E7F5EA
(231,245,234)
#F1FAF4
(241,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DC890 color. Also use rgb(141,200,144) instead hex code.

Text Font Color

.myTextColor { color: #8DC890; }

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

This text font color is #8DC890.

Background Color

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

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

This div background color is #8DC890.

Border color

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

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

This div border color is #8DC890.

Opacity

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

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

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

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

This text has shadow with #8DC890 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DC890.

Preview

Color preview on black background

This text has color #8DC890 on black background.


Color preview on white background

This text has color #8DC890 on white background.


Black color preview on #8DC890 background

This text has black color on #8DC890 background.


White color preview on #8DC890 background

This text has white color on #8DC890 background.


Related colors

Complementary color

Complementary color for #hex is #72376F.


I love getcolorcode.com

Triadic colors

1 #908DC8 and #C8908D with #8DC890 are triadic colors.

2 #90C88D and #C88D90 with #8DC890 are triadic colors.