COLOR #8DC599

HEX: #8DC599
RGB: (141,197,153)

Color info

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

RGB color model

#8DC599 color RGB value is (141,197,153).

  • red value is 141;
  • green value is 197;
  • blue value is 153.
RGB:
(141,197,153)
(55%,77%,60%)

RGB channels and saturation

R 141 of 255 = 55%
G 197 of 255 = 77%
B 153 of 255 = 60%

141
197
153

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

Portions of RGB colors in percentages

R + G + B =
141 + 197 + 153 = 491 (100%)
R 141 of 491 ~ 28.72%
G 197 of 491 ~ 40.12%
B 153 of 491 ~ 31.16%

%28.72
%40.12
%31.16

CMYK color model

#8DC599 color CMYK value is (28,0,22,23).

  • cyan value is 28.43%
  • magenta value is 0.00%
  • yellow value is 22.34%
  • key color value is 22.75%
CMYK:
(28,0,22,23)
C28M0Y22K23 
(28%,0%,22%,23%)
(0.28/0.00/0.22/0.23)	

CMYK percentages

%28.43
%0
%22.34
%22.75

Codes

Color #8DC599 in popluar color models

8DC599
RGB141197153
HSL133°32.56%66.27%
HSB/HSV133°28.43%77.25%
CMYK28.43%0.00%22.34%
22.75%

Color #8DC599 in popluar number systems.

HEX8DC599
Decimal141197153
Binary100011011100010110011001
Octal215305231

Shades and tints

Shades of #8DC599

#8DC599
(141,197,153)
#81B48C
(129,180,140)
#75A37F
(117,163,127)
#699272
(105,146,114)
#5D8165
(93,129,101)
#517058
(81,112,88)
#455F4B
(69,95,75)
#394E3E
(57,78,62)
#2D3D31
(45,61,49)
#212C24
(33,44,36)
#151B17
(21,27,23)
#000000
(0,0,0)

Tints of #8DC599

#8DC599
(141,197,153)
#97CAA2
(151,202,162)
#A1CFAB
(161,207,171)
#ABD4B4
(171,212,180)
#B5D9BD
(181,217,189)
#BFDEC6
(191,222,198)
#C9E3CF
(201,227,207)
#D3E8D8
(211,232,216)
#DDEDE1
(221,237,225)
#E7F2EA
(231,242,234)
#F1F7F3
(241,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DC599 color. Also use rgb(141,197,153) instead hex code.

Text Font Color

.myTextColor { color: #8DC599; }

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

This text font color is #8DC599.


Background Color

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

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

This div background color is #8DC599.


Border color

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

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

This div border color is #8DC599.


Opacity

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

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

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

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

This text has shadow with #8DC599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DC599 on black background.


Color preview on white background

This text has color #8DC599 on white background.



Black color preview on #8DC599 background

This text has black color on #8DC599 background.


White color preview on #8DC599 background

This text has white color on #8DC599 background.