COLOR #8DAC88

HEX: #8DAC88
RGB: (141,172,136)

Color info

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

RGB color model

#8DAC88 color RGB value is (141,172,136).

  • red value is 141;
  • green value is 172;
  • blue value is 136.
RGB:
(141,172,136)
(55%,67%,53%)

RGB channels and saturation

R 141 of 255 = 55%
G 172 of 255 = 67%
B 136 of 255 = 53%

141
172
136

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

Portions of RGB colors in percentages

R + G + B =
141 + 172 + 136 = 449 (100%)
R 141 of 449 ~ 31.4%
G 172 of 449 ~ 38.31%
B 136 of 449 ~ 30.29%

%31.4
%38.31
%30.29

CMYK color model

#8DAC88 color CMYK value is (18,0,21,33).

  • cyan value is 18.02%
  • magenta value is 0.00%
  • yellow value is 20.93%
  • key color value is 32.55%
CMYK:
(18,0,21,33)
C18M0Y21K33 
(18%,0%,21%,33%)
(0.18/0.00/0.21/0.33)	

CMYK percentages

%18.02
%0
%20.93
%32.55

Codes

Color #8DAC88 in popluar color models

8DAC88
RGB141172136
HSL112°17.82%60.39%
HSB/HSV112°20.93%67.45%
CMYK18.02%0.00%20.93%
32.55%

Color #8DAC88 in popluar number systems.

HEX8DAC88
Decimal141172136
Binary100011011010110010001000
Octal215254210

Shades and tints

Shades of #8DAC88

#8DAC88
(141,172,136)
#819D7C
(129,157,124)
#758E70
(117,142,112)
#697F64
(105,127,100)
#5D7058
(93,112,88)
#51614C
(81,97,76)
#455240
(69,82,64)
#394334
(57,67,52)
#2D3428
(45,52,40)
#21251C
(33,37,28)
#151610
(21,22,16)
#000000
(0,0,0)

Tints of #8DAC88

#8DAC88
(141,172,136)
#97B392
(151,179,146)
#A1BA9C
(161,186,156)
#ABC1A6
(171,193,166)
#B5C8B0
(181,200,176)
#BFCFBA
(191,207,186)
#C9D6C4
(201,214,196)
#D3DDCE
(211,221,206)
#DDE4D8
(221,228,216)
#E7EBE2
(231,235,226)
#F1F2EC
(241,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DAC88 color. Also use rgb(141,172,136) instead hex code.

Text Font Color

.myTextColor { color: #8DAC88; }

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

This text font color is #8DAC88.


Background Color

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

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

This div background color is #8DAC88.


Border color

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

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

This div border color is #8DAC88.


Opacity

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

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

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

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

This text has shadow with #8DAC88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DAC88 on black background.


Color preview on white background

This text has color #8DAC88 on white background.



Black color preview on #8DAC88 background

This text has black color on #8DAC88 background.


White color preview on #8DAC88 background

This text has white color on #8DAC88 background.