COLOR #8DB09E

HEX: #8DB09E
RGB: (141,176,158)

Color info

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

RGB color model

#8DB09E color RGB value is (141,176,158).

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

RGB channels and saturation

R 141 of 255 = 55%
G 176 of 255 = 69%
B 158 of 255 = 62%

141
176
158

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

Portions of RGB colors in percentages

R + G + B =
141 + 176 + 158 = 475 (100%)
R 141 of 475 ~ 29.68%
G 176 of 475 ~ 37.05%
B 158 of 475 ~ 33.26%

%29.68
%37.05
%33.26

CMYK color model

#8DB09E color CMYK value is (20,0,10,31).

  • cyan value is 19.89%
  • magenta value is 0.00%
  • yellow value is 10.23%
  • key color value is 30.98%
CMYK:
(20,0,10,31)
C20M0Y10K31 
(20%,0%,10%,31%)
(0.20/0.00/0.10/0.31)	

CMYK percentages

%19.89
%0
%10.23
%30.98

Codes

Color #8DB09E in popluar color models

8DB09E
RGB141176158
HSL149°18.13%62.16%
HSB/HSV149°19.89%69.02%
CMYK19.89%0.00%10.23%
30.98%

Color #8DB09E in popluar number systems.

HEX8DB09E
Decimal141176158
Binary100011011011000010011110
Octal215260236

Shades and tints

Shades of #8DB09E

#8DB09E
(141,176,158)
#81A090
(129,160,144)
#759082
(117,144,130)
#698074
(105,128,116)
#5D7066
(93,112,102)
#516058
(81,96,88)
#45504A
(69,80,74)
#39403C
(57,64,60)
#2D302E
(45,48,46)
#212020
(33,32,32)
#151012
(21,16,18)
#000000
(0,0,0)

Tints of #8DB09E

#8DB09E
(141,176,158)
#97B7A6
(151,183,166)
#A1BEAE
(161,190,174)
#ABC5B6
(171,197,182)
#B5CCBE
(181,204,190)
#BFD3C6
(191,211,198)
#C9DACE
(201,218,206)
#D3E1D6
(211,225,214)
#DDE8DE
(221,232,222)
#E7EFE6
(231,239,230)
#F1F6EE
(241,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DB09E; }

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

This text font color is #8DB09E.


Background Color

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

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

This div background color is #8DB09E.


Border color

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

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

This div border color is #8DB09E.


Opacity

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

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

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

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

This text has shadow with #8DB09E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DB09E on black background.


Color preview on white background

This text has color #8DB09E on white background.



Black color preview on #8DB09E background

This text has black color on #8DB09E background.


White color preview on #8DB09E background

This text has white color on #8DB09E background.