COLOR #8DA296

HEX: #8DA296
RGB: (141,162,150)

Color info

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

RGB color model

#8DA296 color RGB value is (141,162,150).

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

RGB channels and saturation

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

141
162
150

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

Portions of RGB colors in percentages

R + G + B =
141 + 162 + 150 = 453 (100%)
R 141 of 453 ~ 31.13%
G 162 of 453 ~ 35.76%
B 150 of 453 ~ 33.11%

%31.13
%35.76
%33.11

CMYK color model

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

  • cyan value is 12.96%
  • magenta value is 0.00%
  • yellow value is 7.41%
  • key color value is 36.47%
CMYK:
(13,0,7,36)
C13M0Y7K36 
(13%,0%,7%,36%)
(0.13/0.00/0.07/0.36)	

CMYK percentages

%12.96
%0
%7.41
%36.47

Codes

Color #8DA296 in popluar color models

8DA296
RGB141162150
HSL146°10.14%59.41%
HSB/HSV146°12.96%63.53%
CMYK12.96%0.00%7.41%
36.47%

Color #8DA296 in popluar number systems.

HEX8DA296
Decimal141162150
Binary100011011010001010010110
Octal215242226

Shades and tints

Shades of #8DA296

#8DA296
(141,162,150)
#819489
(129,148,137)
#75867C
(117,134,124)
#69786F
(105,120,111)
#5D6A62
(93,106,98)
#515C55
(81,92,85)
#454E48
(69,78,72)
#39403B
(57,64,59)
#2D322E
(45,50,46)
#212421
(33,36,33)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #8DA296

#8DA296
(141,162,150)
#97AA9F
(151,170,159)
#A1B2A8
(161,178,168)
#ABBAB1
(171,186,177)
#B5C2BA
(181,194,186)
#BFCAC3
(191,202,195)
#C9D2CC
(201,210,204)
#D3DAD5
(211,218,213)
#DDE2DE
(221,226,222)
#E7EAE7
(231,234,231)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DA296; }

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

This text font color is #8DA296.


Background Color

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

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

This div background color is #8DA296.


Border color

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

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

This div border color is #8DA296.


Opacity

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

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

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

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

This text has shadow with #8DA296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DA296 on black background.


Color preview on white background

This text has color #8DA296 on white background.



Black color preview on #8DA296 background

This text has black color on #8DA296 background.


White color preview on #8DA296 background

This text has white color on #8DA296 background.