COLOR #8DA998

HEX: #8DA998
RGB: (141,169,152)

Color info

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

RGB color model

#8DA998 color RGB value is (141,169,152).

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

RGB channels and saturation

R 141 of 255 = 55%
G 169 of 255 = 66%
B 152 of 255 = 60%

141
169
152

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

Portions of RGB colors in percentages

R + G + B =
141 + 169 + 152 = 462 (100%)
R 141 of 462 ~ 30.52%
G 169 of 462 ~ 36.58%
B 152 of 462 ~ 32.9%

%30.52
%36.58
%32.9

CMYK color model

#8DA998 color CMYK value is (17,0,10,34).

  • cyan value is 16.57%
  • magenta value is 0.00%
  • yellow value is 10.06%
  • key color value is 33.73%
CMYK:
(17,0,10,34)
C17M0Y10K34 
(17%,0%,10%,34%)
(0.17/0.00/0.10/0.34)	

CMYK percentages

%16.57
%0
%10.06
%33.73

Codes

Color #8DA998 in popluar color models

8DA998
RGB141169152
HSL144°14.00%60.78%
HSB/HSV144°16.57%66.27%
CMYK16.57%0.00%10.06%
33.73%

Color #8DA998 in popluar number systems.

HEX8DA998
Decimal141169152
Binary100011011010100110011000
Octal215251230

Shades and tints

Shades of #8DA998

#8DA998
(141,169,152)
#819A8B
(129,154,139)
#758B7E
(117,139,126)
#697C71
(105,124,113)
#5D6D64
(93,109,100)
#515E57
(81,94,87)
#454F4A
(69,79,74)
#39403D
(57,64,61)
#2D3130
(45,49,48)
#212223
(33,34,35)
#151316
(21,19,22)
#000000
(0,0,0)

Tints of #8DA998

#8DA998
(141,169,152)
#97B0A1
(151,176,161)
#A1B7AA
(161,183,170)
#ABBEB3
(171,190,179)
#B5C5BC
(181,197,188)
#BFCCC5
(191,204,197)
#C9D3CE
(201,211,206)
#D3DAD7
(211,218,215)
#DDE1E0
(221,225,224)
#E7E8E9
(231,232,233)
#F1EFF2
(241,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DA998; }

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

This text font color is #8DA998.


Background Color

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

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

This div background color is #8DA998.


Border color

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

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

This div border color is #8DA998.


Opacity

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

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

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

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

This text has shadow with #8DA998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DA998 on black background.


Color preview on white background

This text has color #8DA998 on white background.



Black color preview on #8DA998 background

This text has black color on #8DA998 background.


White color preview on #8DA998 background

This text has white color on #8DA998 background.