COLOR #8DA896

HEX: #8DA896
RGB: (141,168,150)

Color info

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

RGB color model

#8DA896 color RGB value is (141,168,150).

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

RGB channels and saturation

R 141 of 255 = 55%
G 168 of 255 = 66%
B 150 of 255 = 59%

141
168
150

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

Portions of RGB colors in percentages

R + G + B =
141 + 168 + 150 = 459 (100%)
R 141 of 459 ~ 30.72%
G 168 of 459 ~ 36.6%
B 150 of 459 ~ 32.68%

%30.72
%36.6
%32.68

CMYK color model

#8DA896 color CMYK value is (16,0,11,34).

  • cyan value is 16.07%
  • magenta value is 0.00%
  • yellow value is 10.71%
  • key color value is 34.12%
CMYK:
(16,0,11,34)
C16M0Y11K34 
(16%,0%,11%,34%)
(0.16/0.00/0.11/0.34)	

CMYK percentages

%16.07
%0
%10.71
%34.12

Codes

Color #8DA896 in popluar color models

8DA896
RGB141168150
HSL140°13.43%60.59%
HSB/HSV140°16.07%65.88%
CMYK16.07%0.00%10.71%
34.12%

Color #8DA896 in popluar number systems.

HEX8DA896
Decimal141168150
Binary100011011010100010010110
Octal215250226

Shades and tints

Shades of #8DA896

#8DA896
(141,168,150)
#819989
(129,153,137)
#758A7C
(117,138,124)
#697B6F
(105,123,111)
#5D6C62
(93,108,98)
#515D55
(81,93,85)
#454E48
(69,78,72)
#393F3B
(57,63,59)
#2D302E
(45,48,46)
#212121
(33,33,33)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #8DA896

#8DA896
(141,168,150)
#97AF9F
(151,175,159)
#A1B6A8
(161,182,168)
#ABBDB1
(171,189,177)
#B5C4BA
(181,196,186)
#BFCBC3
(191,203,195)
#C9D2CC
(201,210,204)
#D3D9D5
(211,217,213)
#DDE0DE
(221,224,222)
#E7E7E7
(231,231,231)
#F1EEF0
(241,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DA896; }

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

This text font color is #8DA896.


Background Color

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

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

This div background color is #8DA896.


Border color

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

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

This div border color is #8DA896.


Opacity

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

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

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

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

This text has shadow with #8DA896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DA896 on black background.


Color preview on white background

This text has color #8DA896 on white background.



Black color preview on #8DA896 background

This text has black color on #8DA896 background.


White color preview on #8DA896 background

This text has white color on #8DA896 background.