COLOR #8DB99B

HEX: #8DB99B RGB: (141,185,155)

Color info

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

RGB color model

#8DB99B color RGB value is (141,185,155).

RGB: (141,185,155) (55%, 73%, 61%)

RGB channels and saturation

R 141 of 255 = 55%
G 185 of 255 = 73%
B 155 of 255 = 61%

141
185
155

R + G + B ~ 63%. #8DB99B is quite light color.

Portions of RGB colors in percentages

R + G + B = 141 + 185 + 155 = 481 (100%)
R 141 of 481 ~ 29.31%
G 185 of 481 ~ 38.46%
B 155 of 481 ~ 32.22'%

%29.31
%38.46
%32.22

CMYK color model

#8DB99B color CMYK value is (24,0,16,27).

  • cyan value is 23.78%
  • magenta value is 0.00%
  • yellow value is 16.22%
  • key color value is 27.45%

CMYK: (24,0,16,27)
C24M0Y16K27 (24%, 0%, 16%, 27%)
(0.24 / 0.00 / 0.16 / 0.27)

CMYK percentages

%23.78
%0
%16.22
%27.45

Codes

Color #8DB99B in popluar color models

8D B9 9B
RGB 141 185 155
HSL 139° 23.91% 63.92%
HSB/HSV 139° 23.78% 72.55%
CMYK 23.78% 0.00% 16.22%
27.45%

Color #8DB99B in popluar number systems.

HEX 8D B9 9B
Decimal 141 185 155
Binary 10001101 10111001 10011011
Octal 215 271 233

Shades and tints

Shades of #8DB99B

#8DB99B
(141,185,155)
#81A98D
(129,169,141)
#75997F
(117,153,127)
#698971
(105,137,113)
#5D7963
(93,121,99)
#516955
(81,105,85)
#455947
(69,89,71)
#394939
(57,73,57)
#2D392B
(45,57,43)
#21291D
(33,41,29)
#15190F
(21,25,15)
#000000
(0,0,0)

Tints of #8DB99B

#8DB99B
(141,185,155)
#97BFA4
(151,191,164)
#A1C5AD
(161,197,173)
#ABCBB6
(171,203,182)
#B5D1BF
(181,209,191)
#BFD7C8
(191,215,200)
#C9DDD1
(201,221,209)
#D3E3DA
(211,227,218)
#DDE9E3
(221,233,227)
#E7EFEC
(231,239,236)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DB99B color. Also use rgb(141,185,155) instead hex code.

Text Font Color

.myTextColor { color: #8DB99B; }

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

This text font color is #8DB99B.

Background Color

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

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

This div background color is #8DB99B.

Border color

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

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

This div border color is #8DB99B.

Opacity

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

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

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

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

This text has shadow with #8DB99B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DB99B.

Preview

Color preview on black background

This text has color #8DB99B on black background.


Color preview on white background

This text has color #8DB99B on white background.


Black color preview on #8DB99B background

This text has black color on #8DB99B background.


White color preview on #8DB99B background

This text has white color on #8DB99B background.


Related colors

Complementary color

Complementary color for #hex is #724664.


I love getcolorcode.com

Triadic colors

1 #9B8DB9 and #B99B8D with #8DB99B are triadic colors.

2 #9BB98D and #B98D9B with #8DB99B are triadic colors.