COLOR #8DC697

HEX: #8DC697
RGB: (141,198,151)

Color info

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

RGB color model

#8DC697 color RGB value is (141,198,151).

  • red value is 141;
  • green value is 198;
  • blue value is 151.
RGB:
(141,198,151)
(55%,78%,59%)

RGB channels and saturation

R 141 of 255 = 55%
G 198 of 255 = 78%
B 151 of 255 = 59%

141
198
151

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

Portions of RGB colors in percentages

R + G + B =
141 + 198 + 151 = 490 (100%)
R 141 of 490 ~ 28.78%
G 198 of 490 ~ 40.41%
B 151 of 490 ~ 30.82%

%28.78
%40.41
%30.82

CMYK color model

#8DC697 color CMYK value is (29,0,24,22).

  • cyan value is 28.79%
  • magenta value is 0.00%
  • yellow value is 23.74%
  • key color value is 22.35%
CMYK:
(29,0,24,22)
C29M0Y24K22 
(29%,0%,24%,22%)
(0.29/0.00/0.24/0.22)	

CMYK percentages

%28.79
%0
%23.74
%22.35

Codes

Color #8DC697 in popluar color models

8DC697
RGB141198151
HSL131°33.33%66.47%
HSB/HSV131°28.79%77.65%
CMYK28.79%0.00%23.74%
22.35%

Color #8DC697 in popluar number systems.

HEX8DC697
Decimal141198151
Binary100011011100011010010111
Octal215306227

Shades and tints

Shades of #8DC697

#8DC697
(141,198,151)
#81B48A
(129,180,138)
#75A27D
(117,162,125)
#699070
(105,144,112)
#5D7E63
(93,126,99)
#516C56
(81,108,86)
#455A49
(69,90,73)
#39483C
(57,72,60)
#2D362F
(45,54,47)
#212422
(33,36,34)
#151215
(21,18,21)
#000000
(0,0,0)

Tints of #8DC697

#8DC697
(141,198,151)
#97CBA0
(151,203,160)
#A1D0A9
(161,208,169)
#ABD5B2
(171,213,178)
#B5DABB
(181,218,187)
#BFDFC4
(191,223,196)
#C9E4CD
(201,228,205)
#D3E9D6
(211,233,214)
#DDEEDF
(221,238,223)
#E7F3E8
(231,243,232)
#F1F8F1
(241,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DC697 color. Also use rgb(141,198,151) instead hex code.

Text Font Color

.myTextColor { color: #8DC697; }

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

This text font color is #8DC697.


Background Color

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

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

This div background color is #8DC697.


Border color

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

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

This div border color is #8DC697.


Opacity

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

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

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

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

This text has shadow with #8DC697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DC697 on black background.


Color preview on white background

This text has color #8DC697 on white background.



Black color preview on #8DC697 background

This text has black color on #8DC697 background.


White color preview on #8DC697 background

This text has white color on #8DC697 background.