COLOR #8DAD88

HEX: #8DAD88 RGB: (141,173,136)

Color info

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

RGB color model

#8DAD88 color RGB value is (141,173,136).

RGB: (141,173,136) (55%, 68%, 53%)

RGB channels and saturation

R 141 of 255 = 55%
G 173 of 255 = 68%
B 136 of 255 = 53%

141
173
136

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

Portions of RGB colors in percentages

R + G + B = 141 + 173 + 136 = 450 (100%)
R 141 of 450 ~ 31.33%
G 173 of 450 ~ 38.44%
B 136 of 450 ~ 30.22'%

%31.33
%38.44
%30.22

CMYK color model

#8DAD88 color CMYK value is (18,0,21,32).

  • cyan value is 18.50%
  • magenta value is 0.00%
  • yellow value is 21.39%
  • key color value is 32.16%

CMYK: (18,0,21,32)
C18M0Y21K32 (18%, 0%, 21%, 32%)
(0.18 / 0.00 / 0.21 / 0.32)

CMYK percentages

%18.5
%0
%21.39
%32.16

Codes

Color #8DAD88 in popluar color models

8D AD 88
RGB 141 173 136
HSL 112° 18.41% 60.59%
HSB/HSV 112° 21.39% 67.84%
CMYK 18.50% 0.00% 21.39%
32.16%

Color #8DAD88 in popluar number systems.

HEX 8D AD 88
Decimal 141 173 136
Binary 10001101 10101101 10001000
Octal 215 255 210

Shades and tints

Shades of #8DAD88

#8DAD88
(141,173,136)
#819E7C
(129,158,124)
#758F70
(117,143,112)
#698064
(105,128,100)
#5D7158
(93,113,88)
#51624C
(81,98,76)
#455340
(69,83,64)
#394434
(57,68,52)
#2D3528
(45,53,40)
#21261C
(33,38,28)
#151710
(21,23,16)
#000000
(0,0,0)

Tints of #8DAD88

#8DAD88
(141,173,136)
#97B492
(151,180,146)
#A1BB9C
(161,187,156)
#ABC2A6
(171,194,166)
#B5C9B0
(181,201,176)
#BFD0BA
(191,208,186)
#C9D7C4
(201,215,196)
#D3DECE
(211,222,206)
#DDE5D8
(221,229,216)
#E7ECE2
(231,236,226)
#F1F3EC
(241,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DAD88; }

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

This text font color is #8DAD88.

Background Color

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

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

This div background color is #8DAD88.

Border color

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

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

This div border color is #8DAD88.

Opacity

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

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

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

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

This text has shadow with #8DAD88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DAD88.

Preview

Color preview on black background

This text has color #8DAD88 on black background.


Color preview on white background

This text has color #8DAD88 on white background.


Black color preview on #8DAD88 background

This text has black color on #8DAD88 background.


White color preview on #8DAD88 background

This text has white color on #8DAD88 background.


Related colors

Complementary color

Complementary color for #hex is #725277.


I love getcolorcode.com

Triadic colors

1 #888DAD and #AD888D with #8DAD88 are triadic colors.

2 #88AD8D and #AD8D88 with #8DAD88 are triadic colors.