COLOR #8DAB90

HEX: #8DAB90
RGB: (141,171,144)

Color info

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

RGB color model

#8DAB90 color RGB value is (141,171,144).

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

RGB channels and saturation

R 141 of 255 = 55%
G 171 of 255 = 67%
B 144 of 255 = 56%

141
171
144

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

Portions of RGB colors in percentages

R + G + B =
141 + 171 + 144 = 456 (100%)
R 141 of 456 ~ 30.92%
G 171 of 456 ~ 37.5%
B 144 of 456 ~ 31.58%

%30.92
%37.5
%31.58

CMYK color model

#8DAB90 color CMYK value is (18,0,16,33).

  • cyan value is 17.54%
  • magenta value is 0.00%
  • yellow value is 15.79%
  • key color value is 32.94%
CMYK:
(18,0,16,33)
C18M0Y16K33 
(18%,0%,16%,33%)
(0.18/0.00/0.16/0.33)	

CMYK percentages

%17.54
%0
%15.79
%32.94

Codes

Color #8DAB90 in popluar color models

8DAB90
RGB141171144
HSL126°15.15%61.18%
HSB/HSV126°17.54%67.06%
CMYK17.54%0.00%15.79%
32.94%

Color #8DAB90 in popluar number systems.

HEX8DAB90
Decimal141171144
Binary100011011010101110010000
Octal215253220

Shades and tints

Shades of #8DAB90

#8DAB90
(141,171,144)
#819C83
(129,156,131)
#758D76
(117,141,118)
#697E69
(105,126,105)
#5D6F5C
(93,111,92)
#51604F
(81,96,79)
#455142
(69,81,66)
#394235
(57,66,53)
#2D3328
(45,51,40)
#21241B
(33,36,27)
#15150E
(21,21,14)
#000000
(0,0,0)

Tints of #8DAB90

#8DAB90
(141,171,144)
#97B29A
(151,178,154)
#A1B9A4
(161,185,164)
#ABC0AE
(171,192,174)
#B5C7B8
(181,199,184)
#BFCEC2
(191,206,194)
#C9D5CC
(201,213,204)
#D3DCD6
(211,220,214)
#DDE3E0
(221,227,224)
#E7EAEA
(231,234,234)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DAB90; }

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

This text font color is #8DAB90.


Background Color

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

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

This div background color is #8DAB90.


Border color

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

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

This div border color is #8DAB90.


Opacity

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

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

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

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

This text has shadow with #8DAB90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DAB90 on black background.


Color preview on white background

This text has color #8DAB90 on white background.



Black color preview on #8DAB90 background

This text has black color on #8DAB90 background.


White color preview on #8DAB90 background

This text has white color on #8DAB90 background.