COLOR #8DCD85

HEX: #8DCD85 RGB: (141,205,133)

Color info

#8DCD85 contains mainly green color. Web safe color of #8DCD85 is #99CC99 (or #9C9).

RGB color model

#8DCD85 color RGB value is (141,205,133).

RGB: (141,205,133) (55%, 80%, 52%)

RGB channels and saturation

R 141 of 255 = 55%
G 205 of 255 = 80%
B 133 of 255 = 52%

141
205
133

R + G + B ~ 62%. #8DCD85 is quite light color.

Portions of RGB colors in percentages

R + G + B = 141 + 205 + 133 = 479 (100%)
R 141 of 479 ~ 29.44%
G 205 of 479 ~ 42.8%
B 133 of 479 ~ 27.77'%

%29.44
%42.8
%27.77

CMYK color model

#8DCD85 color CMYK value is (31,0,35,20).

  • cyan value is 31.22%
  • magenta value is 0.00%
  • yellow value is 35.12%
  • key color value is 19.61%

CMYK: (31,0,35,20)
C31M0Y35K20 (31%, 0%, 35%, 20%)
(0.31 / 0.00 / 0.35 / 0.20)

CMYK percentages

%31.22
%0
%35.12
%19.61

Codes

Color #8DCD85 in popluar color models

8D CD 85
RGB 141 205 133
HSL 113° 41.86% 66.27%
HSB/HSV 113° 35.12% 80.39%
CMYK 31.22% 0.00% 35.12%
19.61%

Color #8DCD85 in popluar number systems.

HEX 8D CD 85
Decimal 141 205 133
Binary 10001101 11001101 10000101
Octal 215 315 205

Shades and tints

Shades of #8DCD85

#8DCD85
(141,205,133)
#81BB79
(129,187,121)
#75A96D
(117,169,109)
#699761
(105,151,97)
#5D8555
(93,133,85)
#517349
(81,115,73)
#45613D
(69,97,61)
#394F31
(57,79,49)
#2D3D25
(45,61,37)
#212B19
(33,43,25)
#15190D
(21,25,13)
#000000
(0,0,0)

Tints of #8DCD85

#8DCD85
(141,205,133)
#97D190
(151,209,144)
#A1D59B
(161,213,155)
#ABD9A6
(171,217,166)
#B5DDB1
(181,221,177)
#BFE1BC
(191,225,188)
#C9E5C7
(201,229,199)
#D3E9D2
(211,233,210)
#DDEDDD
(221,237,221)
#E7F1E8
(231,241,232)
#F1F5F3
(241,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DCD85 color. Also use rgb(141,205,133) instead hex code.

Text Font Color

.myTextColor { color: #8DCD85; }

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

This text font color is #8DCD85.

Background Color

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

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

This div background color is #8DCD85.

Border color

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

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

This div border color is #8DCD85.

Opacity

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

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

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

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

This text has shadow with #8DCD85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DCD85.

Preview

Color preview on black background

This text has color #8DCD85 on black background.


Color preview on white background

This text has color #8DCD85 on white background.


Black color preview on #8DCD85 background

This text has black color on #8DCD85 background.


White color preview on #8DCD85 background

This text has white color on #8DCD85 background.


Related colors

Complementary color

Complementary color for #hex is #72327A.


I love getcolorcode.com

Triadic colors

1 #858DCD and #CD858D with #8DCD85 are triadic colors.

2 #85CD8D and #CD8D85 with #8DCD85 are triadic colors.