COLOR #8DB09C

HEX: #8DB09C
RGB: (141,176,156)

Color info

#8DB09C contains red, green and blue colors in about the same proportion. Web safe color of #8DB09C is #999999 (or #999).

RGB color model

#8DB09C color RGB value is (141,176,156).

  • red value is 141;
  • green value is 176;
  • blue value is 156.
RGB:
(141,176,156)
(55%,69%,61%)

RGB channels and saturation

R 141 of 255 = 55%
G 176 of 255 = 69%
B 156 of 255 = 61%

141
176
156

R + G + B ~ 62%. #8DB09C is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 176 + 156 = 473 (100%)
R 141 of 473 ~ 29.81%
G 176 of 473 ~ 37.21%
B 156 of 473 ~ 32.98%

%29.81
%37.21
%32.98

CMYK color model

#8DB09C color CMYK value is (20,0,11,31).

  • cyan value is 19.89%
  • magenta value is 0.00%
  • yellow value is 11.36%
  • key color value is 30.98%
CMYK:
(20,0,11,31)
C20M0Y11K31 
(20%,0%,11%,31%)
(0.20/0.00/0.11/0.31)	

CMYK percentages

%19.89
%0
%11.36
%30.98

Codes

Color #8DB09C in popluar color models

8DB09C
RGB141176156
HSL146°18.13%62.16%
HSB/HSV146°19.89%69.02%
CMYK19.89%0.00%11.36%
30.98%

Color #8DB09C in popluar number systems.

HEX8DB09C
Decimal141176156
Binary100011011011000010011100
Octal215260234

Shades and tints

Shades of #8DB09C

#8DB09C
(141,176,156)
#81A08E
(129,160,142)
#759080
(117,144,128)
#698072
(105,128,114)
#5D7064
(93,112,100)
#516056
(81,96,86)
#455048
(69,80,72)
#39403A
(57,64,58)
#2D302C
(45,48,44)
#21201E
(33,32,30)
#151010
(21,16,16)
#000000
(0,0,0)

Tints of #8DB09C

#8DB09C
(141,176,156)
#97B7A5
(151,183,165)
#A1BEAE
(161,190,174)
#ABC5B7
(171,197,183)
#B5CCC0
(181,204,192)
#BFD3C9
(191,211,201)
#C9DAD2
(201,218,210)
#D3E1DB
(211,225,219)
#DDE8E4
(221,232,228)
#E7EFED
(231,239,237)
#F1F6F6
(241,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DB09C color. Also use rgb(141,176,156) instead hex code.

Text Font Color

.myTextColor { color: #8DB09C; }

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

This text font color is #8DB09C.


Background Color

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

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

This div background color is #8DB09C.


Border color

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

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

This div border color is #8DB09C.


Opacity

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

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

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

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

This text has shadow with #8DB09C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DB09C on black background.


Color preview on white background

This text has color #8DB09C on white background.



Black color preview on #8DB09C background

This text has black color on #8DB09C background.


White color preview on #8DB09C background

This text has white color on #8DB09C background.