COLOR #8DC899

HEX: #8DC899
RGB: (141,200,153)

Color info

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

RGB color model

#8DC899 color RGB value is (141,200,153).

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

RGB channels and saturation

R 141 of 255 = 55%
G 200 of 255 = 78%
B 153 of 255 = 60%

141
200
153

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

Portions of RGB colors in percentages

R + G + B =
141 + 200 + 153 = 494 (100%)
R 141 of 494 ~ 28.54%
G 200 of 494 ~ 40.49%
B 153 of 494 ~ 30.97%

%28.54
%40.49
%30.97

CMYK color model

#8DC899 color CMYK value is (30,0,24,22).

  • cyan value is 29.50%
  • magenta value is 0.00%
  • yellow value is 23.50%
  • key color value is 21.57%
CMYK:
(30,0,24,22)
C30M0Y24K22 
(30%,0%,24%,22%)
(0.30/0.00/0.24/0.22)	

CMYK percentages

%29.5
%0
%23.5
%21.57

Codes

Color #8DC899 in popluar color models

8DC899
RGB141200153
HSL132°34.91%66.86%
HSB/HSV132°29.50%78.43%
CMYK29.50%0.00%23.50%
21.57%

Color #8DC899 in popluar number systems.

HEX8DC899
Decimal141200153
Binary100011011100100010011001
Octal215310231

Shades and tints

Shades of #8DC899

#8DC899
(141,200,153)
#81B68C
(129,182,140)
#75A47F
(117,164,127)
#699272
(105,146,114)
#5D8065
(93,128,101)
#516E58
(81,110,88)
#455C4B
(69,92,75)
#394A3E
(57,74,62)
#2D3831
(45,56,49)
#212624
(33,38,36)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #8DC899

#8DC899
(141,200,153)
#97CDA2
(151,205,162)
#A1D2AB
(161,210,171)
#ABD7B4
(171,215,180)
#B5DCBD
(181,220,189)
#BFE1C6
(191,225,198)
#C9E6CF
(201,230,207)
#D3EBD8
(211,235,216)
#DDF0E1
(221,240,225)
#E7F5EA
(231,245,234)
#F1FAF3
(241,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DC899; }

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

This text font color is #8DC899.


Background Color

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

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

This div background color is #8DC899.


Border color

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

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

This div border color is #8DC899.


Opacity

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

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

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

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

This text has shadow with #8DC899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DC899 on black background.


Color preview on white background

This text has color #8DC899 on white background.



Black color preview on #8DC899 background

This text has black color on #8DC899 background.


White color preview on #8DC899 background

This text has white color on #8DC899 background.