COLOR #8DC485

HEX: #8DC485
RGB: (141,196,133)

Color info

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

RGB color model

#8DC485 color RGB value is (141,196,133).

  • red value is 141;
  • green value is 196;
  • blue value is 133.
RGB:
(141,196,133)
(55%,77%,52%)

RGB channels and saturation

R 141 of 255 = 55%
G 196 of 255 = 77%
B 133 of 255 = 52%

141
196
133

R + G + B ~ 61%. #8DC485 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 196 + 133 = 470 (100%)
R 141 of 470 ~ 30%
G 196 of 470 ~ 41.7%
B 133 of 470 ~ 28.3%

%30
%41.7
%28.3

CMYK color model

#8DC485 color CMYK value is (28,0,32,23).

  • cyan value is 28.06%
  • magenta value is 0.00%
  • yellow value is 32.14%
  • key color value is 23.14%
CMYK:
(28,0,32,23)
C28M0Y32K23 
(28%,0%,32%,23%)
(0.28/0.00/0.32/0.23)	

CMYK percentages

%28.06
%0
%32.14
%23.14

Codes

Color #8DC485 in popluar color models

8DC485
RGB141196133
HSL112°34.81%64.51%
HSB/HSV112°32.14%76.86%
CMYK28.06%0.00%32.14%
23.14%

Color #8DC485 in popluar number systems.

HEX8DC485
Decimal141196133
Binary100011011100010010000101
Octal215304205

Shades and tints

Shades of #8DC485

#8DC485
(141,196,133)
#81B379
(129,179,121)
#75A26D
(117,162,109)
#699161
(105,145,97)
#5D8055
(93,128,85)
#516F49
(81,111,73)
#455E3D
(69,94,61)
#394D31
(57,77,49)
#2D3C25
(45,60,37)
#212B19
(33,43,25)
#151A0D
(21,26,13)
#000000
(0,0,0)

Tints of #8DC485

#8DC485
(141,196,133)
#97C990
(151,201,144)
#A1CE9B
(161,206,155)
#ABD3A6
(171,211,166)
#B5D8B1
(181,216,177)
#BFDDBC
(191,221,188)
#C9E2C7
(201,226,199)
#D3E7D2
(211,231,210)
#DDECDD
(221,236,221)
#E7F1E8
(231,241,232)
#F1F6F3
(241,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DC485; }

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

This text font color is #8DC485.


Background Color

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

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

This div background color is #8DC485.


Border color

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

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

This div border color is #8DC485.


Opacity

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

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

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

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

This text has shadow with #8DC485 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DC485 on black background.


Color preview on white background

This text has color #8DC485 on white background.



Black color preview on #8DC485 background

This text has black color on #8DC485 background.


White color preview on #8DC485 background

This text has white color on #8DC485 background.