COLOR #8DBC9F

HEX: #8DBC9F
RGB: (141,188,159)

Color info

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

RGB color model

#8DBC9F color RGB value is (141,188,159).

  • red value is 141;
  • green value is 188;
  • blue value is 159.
RGB:
(141,188,159)
(55%,74%,62%)

RGB channels and saturation

R 141 of 255 = 55%
G 188 of 255 = 74%
B 159 of 255 = 62%

141
188
159

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

Portions of RGB colors in percentages

R + G + B =
141 + 188 + 159 = 488 (100%)
R 141 of 488 ~ 28.89%
G 188 of 488 ~ 38.52%
B 159 of 488 ~ 32.58%

%28.89
%38.52
%32.58

CMYK color model

#8DBC9F color CMYK value is (25,0,15,26).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 15.43%
  • key color value is 26.27%
CMYK:
(25,0,15,26)
C25M0Y15K26 
(25%,0%,15%,26%)
(0.25/0.00/0.15/0.26)	

CMYK percentages

%25
%0
%15.43
%26.27

Codes

Color #8DBC9F in popluar color models

8DBC9F
RGB141188159
HSL143°25.97%64.51%
HSB/HSV143°25.00%73.73%
CMYK25.00%0.00%15.43%
26.27%

Color #8DBC9F in popluar number systems.

HEX8DBC9F
Decimal141188159
Binary100011011011110010011111
Octal215274237

Shades and tints

Shades of #8DBC9F

#8DBC9F
(141,188,159)
#81AB91
(129,171,145)
#759A83
(117,154,131)
#698975
(105,137,117)
#5D7867
(93,120,103)
#516759
(81,103,89)
#45564B
(69,86,75)
#39453D
(57,69,61)
#2D342F
(45,52,47)
#212321
(33,35,33)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #8DBC9F

#8DBC9F
(141,188,159)
#97C2A7
(151,194,167)
#A1C8AF
(161,200,175)
#ABCEB7
(171,206,183)
#B5D4BF
(181,212,191)
#BFDAC7
(191,218,199)
#C9E0CF
(201,224,207)
#D3E6D7
(211,230,215)
#DDECDF
(221,236,223)
#E7F2E7
(231,242,231)
#F1F8EF
(241,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DBC9F color. Also use rgb(141,188,159) instead hex code.

Text Font Color

.myTextColor { color: #8DBC9F; }

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

This text font color is #8DBC9F.


Background Color

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

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

This div background color is #8DBC9F.


Border color

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

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

This div border color is #8DBC9F.


Opacity

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

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

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

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

This text has shadow with #8DBC9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DBC9F on black background.


Color preview on white background

This text has color #8DBC9F on white background.



Black color preview on #8DBC9F background

This text has black color on #8DBC9F background.


White color preview on #8DBC9F background

This text has white color on #8DBC9F background.