COLOR #8DB992

HEX: #8DB992
RGB: (141,185,146)

Color info

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

RGB color model

#8DB992 color RGB value is (141,185,146).

  • red value is 141;
  • green value is 185;
  • blue value is 146.
RGB:
(141,185,146)
(55%,73%,57%)

RGB channels and saturation

R 141 of 255 = 55%
G 185 of 255 = 73%
B 146 of 255 = 57%

141
185
146

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

Portions of RGB colors in percentages

R + G + B =
141 + 185 + 146 = 472 (100%)
R 141 of 472 ~ 29.87%
G 185 of 472 ~ 39.19%
B 146 of 472 ~ 30.93%

%29.87
%39.19
%30.93

CMYK color model

#8DB992 color CMYK value is (24,0,21,27).

  • cyan value is 23.78%
  • magenta value is 0.00%
  • yellow value is 21.08%
  • key color value is 27.45%
CMYK:
(24,0,21,27)
C24M0Y21K27 
(24%,0%,21%,27%)
(0.24/0.00/0.21/0.27)	

CMYK percentages

%23.78
%0
%21.08
%27.45

Codes

Color #8DB992 in popluar color models

8DB992
RGB141185146
HSL127°23.91%63.92%
HSB/HSV127°23.78%72.55%
CMYK23.78%0.00%21.08%
27.45%

Color #8DB992 in popluar number systems.

HEX8DB992
Decimal141185146
Binary100011011011100110010010
Octal215271222

Shades and tints

Shades of #8DB992

#8DB992
(141,185,146)
#81A985
(129,169,133)
#759978
(117,153,120)
#69896B
(105,137,107)
#5D795E
(93,121,94)
#516951
(81,105,81)
#455944
(69,89,68)
#394937
(57,73,55)
#2D392A
(45,57,42)
#21291D
(33,41,29)
#151910
(21,25,16)
#000000
(0,0,0)

Tints of #8DB992

#8DB992
(141,185,146)
#97BF9B
(151,191,155)
#A1C5A4
(161,197,164)
#ABCBAD
(171,203,173)
#B5D1B6
(181,209,182)
#BFD7BF
(191,215,191)
#C9DDC8
(201,221,200)
#D3E3D1
(211,227,209)
#DDE9DA
(221,233,218)
#E7EFE3
(231,239,227)
#F1F5EC
(241,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DB992; }

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

This text font color is #8DB992.


Background Color

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

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

This div background color is #8DB992.


Border color

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

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

This div border color is #8DB992.


Opacity

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

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

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

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

This text has shadow with #8DB992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DB992 on black background.


Color preview on white background

This text has color #8DB992 on white background.



Black color preview on #8DB992 background

This text has black color on #8DB992 background.


White color preview on #8DB992 background

This text has white color on #8DB992 background.