COLOR #8DA196

HEX: #8DA196 RGB: (141,161,150)

Color info

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

RGB color model

#8DA196 color RGB value is (141,161,150).

RGB: (141,161,150) (55%, 63%, 59%)

RGB channels and saturation

R 141 of 255 = 55%
G 161 of 255 = 63%
B 150 of 255 = 59%

141
161
150

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

Portions of RGB colors in percentages

R + G + B = 141 + 161 + 150 = 452 (100%)
R 141 of 452 ~ 31.19%
G 161 of 452 ~ 35.62%
B 150 of 452 ~ 33.19'%

%31.19
%35.62
%33.19

CMYK color model

#8DA196 color CMYK value is (12,0,7,37).

  • cyan value is 12.42%
  • magenta value is 0.00%
  • yellow value is 6.83%
  • key color value is 36.86%
CMYK: (12,0,7,37) C12M0Y7K37 (12%,0%,7%,37%) (0.12/0.00/0.07/0.37) 

CMYK percentages

%12.42
%0
%6.83
%36.86

Codes

Color #8DA196 in popluar color models

8D A1 96
RGB 141 161 150
HSL 147° 9.62% 59.22%
HSB/HSV 147° 12.42% 63.14%
CMYK 12.42% 0.00% 6.83%
36.86%

Color #8DA196 in popluar number systems.

HEX 8D A1 96
Decimal 141 161 150
Binary 10001101 10100001 10010110
Octal 215 241 226

Shades and tints

Shades of #8DA196

#8DA196
(141,161,150)
#819389
(129,147,137)
#75857C
(117,133,124)
#69776F
(105,119,111)
#5D6962
(93,105,98)
#515B55
(81,91,85)
#454D48
(69,77,72)
#393F3B
(57,63,59)
#2D312E
(45,49,46)
#212321
(33,35,33)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #8DA196

#8DA196
(141,161,150)
#97A99F
(151,169,159)
#A1B1A8
(161,177,168)
#ABB9B1
(171,185,177)
#B5C1BA
(181,193,186)
#BFC9C3
(191,201,195)
#C9D1CC
(201,209,204)
#D3D9D5
(211,217,213)
#DDE1DE
(221,225,222)
#E7E9E7
(231,233,231)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DA196 color. Also use rgb(141,161,150) instead hex code.

Text Font Color

.myTextColor { color: #8DA196; }

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

This text font color is #8DA196.

Background Color

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

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

This div background color is #8DA196.

Border color

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

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

This div border color is #8DA196.

Opacity

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

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

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

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

This text has shadow with #8DA196 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DA196.

Preview

Color preview on black background

This text has color #8DA196 on black background.


Color preview on white background

This text has color #8DA196 on white background.


Black color preview on #8DA196 background

This text has black color on #8DA196 background.


White color preview on #8DA196 background

This text has white color on #8DA196 background.


Related colors

Complementary color

Complementary color for #hex is #725E69.


I love getcolorcode.com

Triadic colors

1 #968DA1 and #A1968D with #8DA196 are triadic colors.

2 #96A18D and #A18D96 with #8DA196 are triadic colors.