COLOR #8DCB97

HEX: #8DCB97
RGB: (141,203,151)

Color info

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

RGB color model

#8DCB97 color RGB value is (141,203,151).

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

RGB channels and saturation

R 141 of 255 = 55%
G 203 of 255 = 80%
B 151 of 255 = 59%

141
203
151

R + G + B ~ 65%. #8DCB97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 203 + 151 = 495 (100%)
R 141 of 495 ~ 28.48%
G 203 of 495 ~ 41.01%
B 151 of 495 ~ 30.51%

%28.48
%41.01
%30.51

CMYK color model

#8DCB97 color CMYK value is (31,0,26,20).

  • cyan value is 30.54%
  • magenta value is 0.00%
  • yellow value is 25.62%
  • key color value is 20.39%
CMYK:
(31,0,26,20)
C31M0Y26K20 
(31%,0%,26%,20%)
(0.31/0.00/0.26/0.20)	

CMYK percentages

%30.54
%0
%25.62
%20.39

Codes

Color #8DCB97 in popluar color models

8DCB97
RGB141203151
HSL130°37.35%67.45%
HSB/HSV130°30.54%79.61%
CMYK30.54%0.00%25.62%
20.39%

Color #8DCB97 in popluar number systems.

HEX8DCB97
Decimal141203151
Binary100011011100101110010111
Octal215313227

Shades and tints

Shades of #8DCB97

#8DCB97
(141,203,151)
#81B98A
(129,185,138)
#75A77D
(117,167,125)
#699570
(105,149,112)
#5D8363
(93,131,99)
#517156
(81,113,86)
#455F49
(69,95,73)
#394D3C
(57,77,60)
#2D3B2F
(45,59,47)
#212922
(33,41,34)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #8DCB97

#8DCB97
(141,203,151)
#97CFA0
(151,207,160)
#A1D3A9
(161,211,169)
#ABD7B2
(171,215,178)
#B5DBBB
(181,219,187)
#BFDFC4
(191,223,196)
#C9E3CD
(201,227,205)
#D3E7D6
(211,231,214)
#DDEBDF
(221,235,223)
#E7EFE8
(231,239,232)
#F1F3F1
(241,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DCB97; }

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

This text font color is #8DCB97.


Background Color

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

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

This div background color is #8DCB97.


Border color

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

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

This div border color is #8DCB97.


Opacity

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

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

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

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

This text has shadow with #8DCB97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DCB97 on black background.


Color preview on white background

This text has color #8DCB97 on white background.



Black color preview on #8DCB97 background

This text has black color on #8DCB97 background.


White color preview on #8DCB97 background

This text has white color on #8DCB97 background.