COLOR #8DA099

HEX: #8DA099 RGB: (141,160,153)

Color info

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

RGB color model

#8DA099 color RGB value is (141,160,153).

RGB: (141,160,153) (55%, 63%, 60%)

RGB channels and saturation

R 141 of 255 = 55%
G 160 of 255 = 63%
B 153 of 255 = 60%

141
160
153

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

Portions of RGB colors in percentages

R + G + B = 141 + 160 + 153 = 454 (100%)
R 141 of 454 ~ 31.06%
G 160 of 454 ~ 35.24%
B 153 of 454 ~ 33.7'%

%31.06
%35.24
%33.7

CMYK color model

#8DA099 color CMYK value is (12,0,4,37).

  • cyan value is 11.88%
  • magenta value is 0.00%
  • yellow value is 4.38%
  • key color value is 37.25%

CMYK: (12,0,4,37)
C12M0Y4K37 (12%, 0%, 4%, 37%)
(0.12 / 0.00 / 0.04 / 0.37)

CMYK percentages

%11.88
%0
%4.38
%37.25

Codes

Color #8DA099 in popluar color models

8D A0 99
RGB 141 160 153
HSL 158° 9.09% 59.02%
HSB/HSV 158° 11.88% 62.75%
CMYK 11.88% 0.00% 4.38%
37.25%

Color #8DA099 in popluar number systems.

HEX 8D A0 99
Decimal 141 160 153
Binary 10001101 10100000 10011001
Octal 215 240 231

Shades and tints

Shades of #8DA099

#8DA099
(141,160,153)
#81928C
(129,146,140)
#75847F
(117,132,127)
#697672
(105,118,114)
#5D6865
(93,104,101)
#515A58
(81,90,88)
#454C4B
(69,76,75)
#393E3E
(57,62,62)
#2D3031
(45,48,49)
#212224
(33,34,36)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #8DA099

#8DA099
(141,160,153)
#97A8A2
(151,168,162)
#A1B0AB
(161,176,171)
#ABB8B4
(171,184,180)
#B5C0BD
(181,192,189)
#BFC8C6
(191,200,198)
#C9D0CF
(201,208,207)
#D3D8D8
(211,216,216)
#DDE0E1
(221,224,225)
#E7E8EA
(231,232,234)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DA099; }

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

This text font color is #8DA099.

Background Color

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

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

This div background color is #8DA099.

Border color

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

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

This div border color is #8DA099.

Opacity

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

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

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

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

This text has shadow with #8DA099 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DA099.

Preview

Color preview on black background

This text has color #8DA099 on black background.


Color preview on white background

This text has color #8DA099 on white background.


Black color preview on #8DA099 background

This text has black color on #8DA099 background.


White color preview on #8DA099 background

This text has white color on #8DA099 background.


Related colors

Complementary color

Complementary color for #hex is #725F66.


I love getcolorcode.com

Triadic colors

1 #998DA0 and #A0998D with #8DA099 are triadic colors.

2 #99A08D and #A08D99 with #8DA099 are triadic colors.