COLOR #9DA780

HEX: #9DA780
RGB: (157,167,128)

Color info

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

RGB color model

#9DA780 color RGB value is (157,167,128).

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

RGB channels and saturation

R 157 of 255 = 62%
G 167 of 255 = 65%
B 128 of 255 = 50%

157
167
128

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

Portions of RGB colors in percentages

R + G + B =
157 + 167 + 128 = 452 (100%)
R 157 of 452 ~ 34.73%
G 167 of 452 ~ 36.95%
B 128 of 452 ~ 28.32%

%34.73
%36.95
%28.32

CMYK color model

#9DA780 color CMYK value is (6,0,23,35).

  • cyan value is 5.99%
  • magenta value is 0.00%
  • yellow value is 23.35%
  • key color value is 34.51%
CMYK:
(6,0,23,35)
C6M0Y23K35 
(6%,0%,23%,35%)
(0.06/0.00/0.23/0.35)	

CMYK percentages

%5.99
%0
%23.35
%34.51

Codes

Color #9DA780 in popluar color models

9DA780
RGB157167128
HSL75°18.14%57.84%
HSB/HSV75°23.35%65.49%
CMYK5.99%0.00%23.35%
34.51%

Color #9DA780 in popluar number systems.

HEX9DA780
Decimal157167128
Binary100111011010011110000000
Octal235247200

Shades and tints

Shades of #9DA780

#9DA780
(157,167,128)
#8F9875
(143,152,117)
#81896A
(129,137,106)
#737A5F
(115,122,95)
#656B54
(101,107,84)
#575C49
(87,92,73)
#494D3E
(73,77,62)
#3B3E33
(59,62,51)
#2D2F28
(45,47,40)
#1F201D
(31,32,29)
#111112
(17,17,18)
#000000
(0,0,0)

Tints of #9DA780

#9DA780
(157,167,128)
#A5AF8B
(165,175,139)
#ADB796
(173,183,150)
#B5BFA1
(181,191,161)
#BDC7AC
(189,199,172)
#C5CFB7
(197,207,183)
#CDD7C2
(205,215,194)
#D5DFCD
(213,223,205)
#DDE7D8
(221,231,216)
#E5EFE3
(229,239,227)
#EDF7EE
(237,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DA780; }

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

This text font color is #9DA780.


Background Color

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

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

This div background color is #9DA780.


Border color

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

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

This div border color is #9DA780.


Opacity

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

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

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

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

This text has shadow with #9DA780 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA780 on black background.


Color preview on white background

This text has color #9DA780 on white background.



Black color preview on #9DA780 background

This text has black color on #9DA780 background.


White color preview on #9DA780 background

This text has white color on #9DA780 background.