COLOR #8DA396

HEX: #8DA396
RGB: (141,163,150)

Color info

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

RGB color model

#8DA396 color RGB value is (141,163,150).

  • red value is 141;
  • green value is 163;
  • blue value is 150.
RGB:
(141,163,150)
(55%,64%,59%)

RGB channels and saturation

R 141 of 255 = 55%
G 163 of 255 = 64%
B 150 of 255 = 59%

141
163
150

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

Portions of RGB colors in percentages

R + G + B =
141 + 163 + 150 = 454 (100%)
R 141 of 454 ~ 31.06%
G 163 of 454 ~ 35.9%
B 150 of 454 ~ 33.04%

%31.06
%35.9
%33.04

CMYK color model

#8DA396 color CMYK value is (13,0,8,36).

  • cyan value is 13.50%
  • magenta value is 0.00%
  • yellow value is 7.98%
  • key color value is 36.08%
CMYK:
(13,0,8,36)
C13M0Y8K36 
(13%,0%,8%,36%)
(0.13/0.00/0.08/0.36)	

CMYK percentages

%13.5
%0
%7.98
%36.08

Codes

Color #8DA396 in popluar color models

8DA396
RGB141163150
HSL145°10.68%59.61%
HSB/HSV145°13.50%63.92%
CMYK13.50%0.00%7.98%
36.08%

Color #8DA396 in popluar number systems.

HEX8DA396
Decimal141163150
Binary100011011010001110010110
Octal215243226

Shades and tints

Shades of #8DA396

#8DA396
(141,163,150)
#819589
(129,149,137)
#75877C
(117,135,124)
#69796F
(105,121,111)
#5D6B62
(93,107,98)
#515D55
(81,93,85)
#454F48
(69,79,72)
#39413B
(57,65,59)
#2D332E
(45,51,46)
#212521
(33,37,33)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #8DA396

#8DA396
(141,163,150)
#97AB9F
(151,171,159)
#A1B3A8
(161,179,168)
#ABBBB1
(171,187,177)
#B5C3BA
(181,195,186)
#BFCBC3
(191,203,195)
#C9D3CC
(201,211,204)
#D3DBD5
(211,219,213)
#DDE3DE
(221,227,222)
#E7EBE7
(231,235,231)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DA396; }

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

This text font color is #8DA396.


Background Color

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

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

This div background color is #8DA396.


Border color

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

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

This div border color is #8DA396.


Opacity

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

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

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

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

This text has shadow with #8DA396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DA396 on black background.


Color preview on white background

This text has color #8DA396 on white background.



Black color preview on #8DA396 background

This text has black color on #8DA396 background.


White color preview on #8DA396 background

This text has white color on #8DA396 background.