COLOR #8DAB99

HEX: #8DAB99 RGB: (141,171,153)

Color info

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

RGB color model

#8DAB99 color RGB value is (141,171,153).

RGB: (141,171,153) (55%, 67%, 60%)

RGB channels and saturation

R 141 of 255 = 55%
G 171 of 255 = 67%
B 153 of 255 = 60%

141
171
153

R + G + B ~ 61%. #8DAB99 is quite light color.

Portions of RGB colors in percentages

R + G + B = 141 + 171 + 153 = 465 (100%)
R 141 of 465 ~ 30.32%
G 171 of 465 ~ 36.77%
B 153 of 465 ~ 32.9'%

%30.32
%36.77
%32.9

CMYK color model

#8DAB99 color CMYK value is (18,0,11,33).

  • cyan value is 17.54%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 32.94%

CMYK: (18,0,11,33)
C18M0Y11K33 (18%, 0%, 11%, 33%)
(0.18 / 0.00 / 0.11 / 0.33)

CMYK percentages

%17.54
%0
%10.53
%32.94

Codes

Color #8DAB99 in popluar color models

8D AB 99
RGB 141 171 153
HSL 144° 15.15% 61.18%
HSB/HSV 144° 17.54% 67.06%
CMYK 17.54% 0.00% 10.53%
32.94%

Color #8DAB99 in popluar number systems.

HEX 8D AB 99
Decimal 141 171 153
Binary 10001101 10101011 10011001
Octal 215 253 231

Shades and tints

Shades of #8DAB99

#8DAB99
(141,171,153)
#819C8C
(129,156,140)
#758D7F
(117,141,127)
#697E72
(105,126,114)
#5D6F65
(93,111,101)
#516058
(81,96,88)
#45514B
(69,81,75)
#39423E
(57,66,62)
#2D3331
(45,51,49)
#212424
(33,36,36)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #8DAB99

#8DAB99
(141,171,153)
#97B2A2
(151,178,162)
#A1B9AB
(161,185,171)
#ABC0B4
(171,192,180)
#B5C7BD
(181,199,189)
#BFCEC6
(191,206,198)
#C9D5CF
(201,213,207)
#D3DCD8
(211,220,216)
#DDE3E1
(221,227,225)
#E7EAEA
(231,234,234)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DAB99; }

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

This text font color is #8DAB99.

Background Color

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

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

This div background color is #8DAB99.

Border color

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

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

This div border color is #8DAB99.

Opacity

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

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

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

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

This text has shadow with #8DAB99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DAB99.

Preview

Color preview on black background

This text has color #8DAB99 on black background.


Color preview on white background

This text has color #8DAB99 on white background.


Black color preview on #8DAB99 background

This text has black color on #8DAB99 background.


White color preview on #8DAB99 background

This text has white color on #8DAB99 background.


Related colors

Complementary color

Complementary color for #hex is #725466.


I love getcolorcode.com

Triadic colors

1 #998DAB and #AB998D with #8DAB99 are triadic colors.

2 #99AB8D and #AB8D99 with #8DAB99 are triadic colors.