COLOR #8DCB99

HEX: #8DCB99 RGB: (141,203,153)

Color info

#8DCB99 contains mainly green and blue colors. Web safe color of #8DCB99 is #99CC99 (or #9C9).

RGB color model

#8DCB99 color RGB value is (141,203,153).

RGB: (141,203,153) (55%, 80%, 60%)

RGB channels and saturation

R 141 of 255 = 55%
G 203 of 255 = 80%
B 153 of 255 = 60%

141
203
153

R + G + B ~ 65%. #8DCB99 is quite light color.

Portions of RGB colors in percentages

R + G + B = 141 + 203 + 153 = 497 (100%)
R 141 of 497 ~ 28.37%
G 203 of 497 ~ 40.85%
B 153 of 497 ~ 30.78'%

%28.37
%40.85
%30.78

CMYK color model

#8DCB99 color CMYK value is (31,0,25,20).

  • cyan value is 30.54%
  • magenta value is 0.00%
  • yellow value is 24.63%
  • key color value is 20.39%

CMYK: (31,0,25,20)
C31M0Y25K20 (31%, 0%, 25%, 20%)
(0.31 / 0.00 / 0.25 / 0.20)

CMYK percentages

%30.54
%0
%24.63
%20.39

Codes

Color #8DCB99 in popluar color models

8D CB 99
RGB 141 203 153
HSL 132° 37.35% 67.45%
HSB/HSV 132° 30.54% 79.61%
CMYK 30.54% 0.00% 24.63%
20.39%

Color #8DCB99 in popluar number systems.

HEX 8D CB 99
Decimal 141 203 153
Binary 10001101 11001011 10011001
Octal 215 313 231

Shades and tints

Shades of #8DCB99

#8DCB99
(141,203,153)
#81B98C
(129,185,140)
#75A77F
(117,167,127)
#699572
(105,149,114)
#5D8365
(93,131,101)
#517158
(81,113,88)
#455F4B
(69,95,75)
#394D3E
(57,77,62)
#2D3B31
(45,59,49)
#212924
(33,41,36)
#151717
(21,23,23)
#000000
(0,0,0)

Tints of #8DCB99

#8DCB99
(141,203,153)
#97CFA2
(151,207,162)
#A1D3AB
(161,211,171)
#ABD7B4
(171,215,180)
#B5DBBD
(181,219,189)
#BFDFC6
(191,223,198)
#C9E3CF
(201,227,207)
#D3E7D8
(211,231,216)
#DDEBE1
(221,235,225)
#E7EFEA
(231,239,234)
#F1F3F3
(241,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DCB99; }

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

This text font color is #8DCB99.

Background Color

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

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

This div background color is #8DCB99.

Border color

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

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

This div border color is #8DCB99.

Opacity

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

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

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

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

This text has shadow with #8DCB99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DCB99.

Preview

Color preview on black background

This text has color #8DCB99 on black background.


Color preview on white background

This text has color #8DCB99 on white background.


Black color preview on #8DCB99 background

This text has black color on #8DCB99 background.


White color preview on #8DCB99 background

This text has white color on #8DCB99 background.


Related colors

Complementary color

Complementary color for #hex is #723466.


I love getcolorcode.com

Triadic colors

1 #998DCB and #CB998D with #8DCB99 are triadic colors.

2 #99CB8D and #CB8D99 with #8DCB99 are triadic colors.