COLOR #8DA597

HEX: #8DA597 RGB: (141,165,151)

Color info

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

RGB color model

#8DA597 color RGB value is (141,165,151).

RGB: (141,165,151) (55%, 65%, 59%)

RGB channels and saturation

R 141 of 255 = 55%
G 165 of 255 = 65%
B 151 of 255 = 59%

141
165
151

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

Portions of RGB colors in percentages

R + G + B = 141 + 165 + 151 = 457 (100%)
R 141 of 457 ~ 30.85%
G 165 of 457 ~ 36.11%
B 151 of 457 ~ 33.04'%

%30.85
%36.11
%33.04

CMYK color model

#8DA597 color CMYK value is (15,0,8,35).

  • cyan value is 14.55%
  • magenta value is 0.00%
  • yellow value is 8.48%
  • key color value is 35.29%
CMYK: (15,0,8,35) C15M0Y8K35 (15%,0%,8%,35%) (0.15/0.00/0.08/0.35) 

CMYK percentages

%14.55
%0
%8.48
%35.29

Codes

Color #8DA597 in popluar color models

8D A5 97
RGB 141 165 151
HSL 145° 11.76% 60.00%
HSB/HSV 145° 14.55% 64.71%
CMYK 14.55% 0.00% 8.48%
35.29%

Color #8DA597 in popluar number systems.

HEX 8D A5 97
Decimal 141 165 151
Binary 10001101 10100101 10010111
Octal 215 245 227

Shades and tints

Shades of #8DA597

#8DA597
(141,165,151)
#81968A
(129,150,138)
#75877D
(117,135,125)
#697870
(105,120,112)
#5D6963
(93,105,99)
#515A56
(81,90,86)
#454B49
(69,75,73)
#393C3C
(57,60,60)
#2D2D2F
(45,45,47)
#211E22
(33,30,34)
#150F15
(21,15,21)
#000000
(0,0,0)

Tints of #8DA597

#8DA597
(141,165,151)
#97ADA0
(151,173,160)
#A1B5A9
(161,181,169)
#ABBDB2
(171,189,178)
#B5C5BB
(181,197,187)
#BFCDC4
(191,205,196)
#C9D5CD
(201,213,205)
#D3DDD6
(211,221,214)
#DDE5DF
(221,229,223)
#E7EDE8
(231,237,232)
#F1F5F1
(241,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DA597 color. Also use rgb(141,165,151) instead hex code.

Text Font Color

.myTextColor { color: #8DA597; }

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

This text font color is #8DA597.

Background Color

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

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

This div background color is #8DA597.

Border color

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

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

This div border color is #8DA597.

Opacity

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

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

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

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

This text has shadow with #8DA597 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DA597.

Preview

Color preview on black background

This text has color #8DA597 on black background.


Color preview on white background

This text has color #8DA597 on white background.


Black color preview on #8DA597 background

This text has black color on #8DA597 background.


White color preview on #8DA597 background

This text has white color on #8DA597 background.


Related colors

Complementary color

Complementary color for #hex is #725A68.


I love getcolorcode.com

Triadic colors

1 #978DA5 and #A5978D with #8DA597 are triadic colors.

2 #97A58D and #A58D97 with #8DA597 are triadic colors.