COLOR #9DA775

HEX: #9DA775
RGB: (157,167,117)

Color info

#9DA775 contains red, green and blue colors in about the same proportion. Web safe color of #9DA775 is #999966 (or #996).

RGB color model

#9DA775 color RGB value is (157,167,117).

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

RGB channels and saturation

R 157 of 255 = 62%
G 167 of 255 = 65%
B 117 of 255 = 46%

157
167
117

R + G + B ~ 58%. #9DA775 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
157 + 167 + 117 = 441 (100%)
R 157 of 441 ~ 35.6%
G 167 of 441 ~ 37.87%
B 117 of 441 ~ 26.53%

%35.6
%37.87
%26.53

CMYK color model

#9DA775 color CMYK value is (6,0,30,35).

  • cyan value is 5.99%
  • magenta value is 0.00%
  • yellow value is 29.94%
  • key color value is 34.51%
CMYK:
(6,0,30,35)
C6M0Y30K35 
(6%,0%,30%,35%)
(0.06/0.00/0.30/0.35)	

CMYK percentages

%5.99
%0
%29.94
%34.51

Codes

Color #9DA775 in popluar color models

9DA775
RGB157167117
HSL72°22.12%55.69%
HSB/HSV72°29.94%65.49%
CMYK5.99%0.00%29.94%
34.51%

Color #9DA775 in popluar number systems.

HEX9DA775
Decimal157167117
Binary10011101101001111110101
Octal235247165

Shades and tints

Shades of #9DA775

#9DA775
(157,167,117)
#8F986B
(143,152,107)
#818961
(129,137,97)
#737A57
(115,122,87)
#656B4D
(101,107,77)
#575C43
(87,92,67)
#494D39
(73,77,57)
#3B3E2F
(59,62,47)
#2D2F25
(45,47,37)
#1F201B
(31,32,27)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #9DA775

#9DA775
(157,167,117)
#A5AF81
(165,175,129)
#ADB78D
(173,183,141)
#B5BF99
(181,191,153)
#BDC7A5
(189,199,165)
#C5CFB1
(197,207,177)
#CDD7BD
(205,215,189)
#D5DFC9
(213,223,201)
#DDE7D5
(221,231,213)
#E5EFE1
(229,239,225)
#EDF7ED
(237,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DA775; }

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

This text font color is #9DA775.


Background Color

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

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

This div background color is #9DA775.


Border color

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

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

This div border color is #9DA775.


Opacity

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

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

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

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

This text has shadow with #9DA775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA775 on black background.


Color preview on white background

This text has color #9DA775 on white background.



Black color preview on #9DA775 background

This text has black color on #9DA775 background.


White color preview on #9DA775 background

This text has white color on #9DA775 background.