COLOR #8DB099

HEX: #8DB099 RGB: (141,176,153)

Color info

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

RGB color model

#8DB099 color RGB value is (141,176,153).

RGB: (141,176,153) (55%, 69%, 60%)

RGB channels and saturation

R 141 of 255 = 55%
G 176 of 255 = 69%
B 153 of 255 = 60%

141
176
153

R + G + B ~ 61%. #8DB099 is quite light color.

Portions of RGB colors in percentages

R + G + B = 141 + 176 + 153 = 470 (100%)
R 141 of 470 ~ 30%
G 176 of 470 ~ 37.45%
B 153 of 470 ~ 32.55'%

%30
%37.45
%32.55

CMYK color model

#8DB099 color CMYK value is (20,0,13,31).

  • cyan value is 19.89%
  • magenta value is 0.00%
  • yellow value is 13.07%
  • key color value is 30.98%

CMYK: (20,0,13,31)
C20M0Y13K31 (20%, 0%, 13%, 31%)
(0.20 / 0.00 / 0.13 / 0.31)

CMYK percentages

%19.89
%0
%13.07
%30.98

Codes

Color #8DB099 in popluar color models

8D B0 99
RGB 141 176 153
HSL 141° 18.13% 62.16%
HSB/HSV 141° 19.89% 69.02%
CMYK 19.89% 0.00% 13.07%
30.98%

Color #8DB099 in popluar number systems.

HEX 8D B0 99
Decimal 141 176 153
Binary 10001101 10110000 10011001
Octal 215 260 231

Shades and tints

Shades of #8DB099

#8DB099
(141,176,153)
#81A08C
(129,160,140)
#75907F
(117,144,127)
#698072
(105,128,114)
#5D7065
(93,112,101)
#516058
(81,96,88)
#45504B
(69,80,75)
#39403E
(57,64,62)
#2D3031
(45,48,49)
#212024
(33,32,36)
#151017
(21,16,23)
#000000
(0,0,0)

Tints of #8DB099

#8DB099
(141,176,153)
#97B7A2
(151,183,162)
#A1BEAB
(161,190,171)
#ABC5B4
(171,197,180)
#B5CCBD
(181,204,189)
#BFD3C6
(191,211,198)
#C9DACF
(201,218,207)
#D3E1D8
(211,225,216)
#DDE8E1
(221,232,225)
#E7EFEA
(231,239,234)
#F1F6F3
(241,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DB099; }

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

This text font color is #8DB099.

Background Color

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

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

This div background color is #8DB099.

Border color

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

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

This div border color is #8DB099.

Opacity

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

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

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

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

This text has shadow with #8DB099 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DB099.

Preview

Color preview on black background

This text has color #8DB099 on black background.


Color preview on white background

This text has color #8DB099 on white background.


Black color preview on #8DB099 background

This text has black color on #8DB099 background.


White color preview on #8DB099 background

This text has white color on #8DB099 background.


Related colors

Complementary color

Complementary color for #hex is #724F66.


I love getcolorcode.com

Triadic colors

1 #998DB0 and #B0998D with #8DB099 are triadic colors.

2 #99B08D and #B08D99 with #8DB099 are triadic colors.