COLOR #8DAB95

HEX: #8DAB95
RGB: (141,171,149)

Color info

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

RGB color model

#8DAB95 color RGB value is (141,171,149).

  • red value is 141;
  • green value is 171;
  • blue value is 149.
RGB:
(141,171,149)
(55%,67%,58%)

RGB channels and saturation

R 141 of 255 = 55%
G 171 of 255 = 67%
B 149 of 255 = 58%

141
171
149

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

Portions of RGB colors in percentages

R + G + B =
141 + 171 + 149 = 461 (100%)
R 141 of 461 ~ 30.59%
G 171 of 461 ~ 37.09%
B 149 of 461 ~ 32.32%

%30.59
%37.09
%32.32

CMYK color model

#8DAB95 color CMYK value is (18,0,13,33).

  • cyan value is 17.54%
  • magenta value is 0.00%
  • yellow value is 12.87%
  • key color value is 32.94%
CMYK:
(18,0,13,33)
C18M0Y13K33 
(18%,0%,13%,33%)
(0.18/0.00/0.13/0.33)	

CMYK percentages

%17.54
%0
%12.87
%32.94

Codes

Color #8DAB95 in popluar color models

8DAB95
RGB141171149
HSL136°15.15%61.18%
HSB/HSV136°17.54%67.06%
CMYK17.54%0.00%12.87%
32.94%

Color #8DAB95 in popluar number systems.

HEX8DAB95
Decimal141171149
Binary100011011010101110010101
Octal215253225

Shades and tints

Shades of #8DAB95

#8DAB95
(141,171,149)
#819C88
(129,156,136)
#758D7B
(117,141,123)
#697E6E
(105,126,110)
#5D6F61
(93,111,97)
#516054
(81,96,84)
#455147
(69,81,71)
#39423A
(57,66,58)
#2D332D
(45,51,45)
#212420
(33,36,32)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #8DAB95

#8DAB95
(141,171,149)
#97B29E
(151,178,158)
#A1B9A7
(161,185,167)
#ABC0B0
(171,192,176)
#B5C7B9
(181,199,185)
#BFCEC2
(191,206,194)
#C9D5CB
(201,213,203)
#D3DCD4
(211,220,212)
#DDE3DD
(221,227,221)
#E7EAE6
(231,234,230)
#F1F1EF
(241,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DAB95 color. Also use rgb(141,171,149) instead hex code.

Text Font Color

.myTextColor { color: #8DAB95; }

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

This text font color is #8DAB95.


Background Color

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

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

This div background color is #8DAB95.


Border color

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

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

This div border color is #8DAB95.


Opacity

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

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

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

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

This text has shadow with #8DAB95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DAB95 on black background.


Color preview on white background

This text has color #8DAB95 on white background.



Black color preview on #8DAB95 background

This text has black color on #8DAB95 background.


White color preview on #8DAB95 background

This text has white color on #8DAB95 background.