COLOR #9DA791

HEX: #9DA791
RGB: (157,167,145)

Color info

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

RGB color model

#9DA791 color RGB value is (157,167,145).

  • red value is 157;
  • green value is 167;
  • blue value is 145.
RGB:
(157,167,145)
(62%,65%,57%)

RGB channels and saturation

R 157 of 255 = 62%
G 167 of 255 = 65%
B 145 of 255 = 57%

157
167
145

R + G + B ~ 61%. #9DA791 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 167 + 145 = 469 (100%)
R 157 of 469 ~ 33.48%
G 167 of 469 ~ 35.61%
B 145 of 469 ~ 30.92%

%33.48
%35.61
%30.92

CMYK color model

#9DA791 color CMYK value is (6,0,13,35).

  • cyan value is 5.99%
  • magenta value is 0.00%
  • yellow value is 13.17%
  • key color value is 34.51%
CMYK:
(6,0,13,35)
C6M0Y13K35 
(6%,0%,13%,35%)
(0.06/0.00/0.13/0.35)	

CMYK percentages

%5.99
%0
%13.17
%34.51

Codes

Color #9DA791 in popluar color models

9DA791
RGB157167145
HSL87°11.11%61.18%
HSB/HSV87°13.17%65.49%
CMYK5.99%0.00%13.17%
34.51%

Color #9DA791 in popluar number systems.

HEX9DA791
Decimal157167145
Binary100111011010011110010001
Octal235247221

Shades and tints

Shades of #9DA791

#9DA791
(157,167,145)
#8F9884
(143,152,132)
#818977
(129,137,119)
#737A6A
(115,122,106)
#656B5D
(101,107,93)
#575C50
(87,92,80)
#494D43
(73,77,67)
#3B3E36
(59,62,54)
#2D2F29
(45,47,41)
#1F201C
(31,32,28)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #9DA791

#9DA791
(157,167,145)
#A5AF9B
(165,175,155)
#ADB7A5
(173,183,165)
#B5BFAF
(181,191,175)
#BDC7B9
(189,199,185)
#C5CFC3
(197,207,195)
#CDD7CD
(205,215,205)
#D5DFD7
(213,223,215)
#DDE7E1
(221,231,225)
#E5EFEB
(229,239,235)
#EDF7F5
(237,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DA791 color. Also use rgb(157,167,145) instead hex code.

Text Font Color

.myTextColor { color: #9DA791; }

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

This text font color is #9DA791.


Background Color

.myBgColor { background-color: #9DA791; }

<div style="background-color:#9DA791">Inner text</div>

This div background color is #9DA791.


Border color

.myBorderColor { border: 1px solid #9DA791; }

<div style="border:3px solid #9DA791">Div</div>

This div border color is #9DA791.


Opacity

.myOpacity80 { color: #9DA791; opacity: 0.8; }

<p style="color:#9DA791;opacity:0.8;">80%</p>

Text with #9DA791 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 #9DA791;}

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

This text has shadow with #9DA791 color.

.textShadow {text-shadow: 3px 3px 1px #9DA791, 3px 3px 1px red;}

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

This text has shadow with #9DA791 primary color and red secondary color.


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

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

This text has shadow with #9DA791 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA791 on black background.


Color preview on white background

This text has color #9DA791 on white background.



Black color preview on #9DA791 background

This text has black color on #9DA791 background.


White color preview on #9DA791 background

This text has white color on #9DA791 background.