COLOR #8DA992

HEX: #8DA992
RGB: (141,169,146)

Color info

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

RGB color model

#8DA992 color RGB value is (141,169,146).

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

RGB channels and saturation

R 141 of 255 = 55%
G 169 of 255 = 66%
B 146 of 255 = 57%

141
169
146

R + G + B ~ 59%. #8DA992 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
141 + 169 + 146 = 456 (100%)
R 141 of 456 ~ 30.92%
G 169 of 456 ~ 37.06%
B 146 of 456 ~ 32.02%

%30.92
%37.06
%32.02

CMYK color model

#8DA992 color CMYK value is (17,0,14,34).

  • cyan value is 16.57%
  • magenta value is 0.00%
  • yellow value is 13.61%
  • key color value is 33.73%
CMYK:
(17,0,14,34)
C17M0Y14K34 
(17%,0%,14%,34%)
(0.17/0.00/0.14/0.34)	

CMYK percentages

%16.57
%0
%13.61
%33.73

Codes

Color #8DA992 in popluar color models

8DA992
RGB141169146
HSL131°14.00%60.78%
HSB/HSV131°16.57%66.27%
CMYK16.57%0.00%13.61%
33.73%

Color #8DA992 in popluar number systems.

HEX8DA992
Decimal141169146
Binary100011011010100110010010
Octal215251222

Shades and tints

Shades of #8DA992

#8DA992
(141,169,146)
#819A85
(129,154,133)
#758B78
(117,139,120)
#697C6B
(105,124,107)
#5D6D5E
(93,109,94)
#515E51
(81,94,81)
#454F44
(69,79,68)
#394037
(57,64,55)
#2D312A
(45,49,42)
#21221D
(33,34,29)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #8DA992

#8DA992
(141,169,146)
#97B09B
(151,176,155)
#A1B7A4
(161,183,164)
#ABBEAD
(171,190,173)
#B5C5B6
(181,197,182)
#BFCCBF
(191,204,191)
#C9D3C8
(201,211,200)
#D3DAD1
(211,218,209)
#DDE1DA
(221,225,218)
#E7E8E3
(231,232,227)
#F1EFEC
(241,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DA992; }

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

This text font color is #8DA992.


Background Color

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

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

This div background color is #8DA992.


Border color

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

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

This div border color is #8DA992.


Opacity

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

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

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

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

This text has shadow with #8DA992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DA992 on black background.


Color preview on white background

This text has color #8DA992 on white background.



Black color preview on #8DA992 background

This text has black color on #8DA992 background.


White color preview on #8DA992 background

This text has white color on #8DA992 background.