COLOR #9DA080

HEX: #9DA080
RGB: (157,160,128)

Color info

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

RGB color model

#9DA080 color RGB value is (157,160,128).

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

RGB channels and saturation

R 157 of 255 = 62%
G 160 of 255 = 63%
B 128 of 255 = 50%

157
160
128

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

Portions of RGB colors in percentages

R + G + B =
157 + 160 + 128 = 445 (100%)
R 157 of 445 ~ 35.28%
G 160 of 445 ~ 35.96%
B 128 of 445 ~ 28.76%

%35.28
%35.96
%28.76

CMYK color model

#9DA080 color CMYK value is (2,0,20,37).

  • cyan value is 1.87%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 37.25%
CMYK:
(2,0,20,37)
C2M0Y20K37 
(2%,0%,20%,37%)
(0.02/0.00/0.20/0.37)	

CMYK percentages

%1.87
%0
%20
%37.25

Codes

Color #9DA080 in popluar color models

9DA080
RGB157160128
HSL66°14.41%56.47%
HSB/HSV66°20.00%62.75%
CMYK1.87%0.00%20.00%
37.25%

Color #9DA080 in popluar number systems.

HEX9DA080
Decimal157160128
Binary100111011010000010000000
Octal235240200

Shades and tints

Shades of #9DA080

#9DA080
(157,160,128)
#8F9275
(143,146,117)
#81846A
(129,132,106)
#73765F
(115,118,95)
#656854
(101,104,84)
#575A49
(87,90,73)
#494C3E
(73,76,62)
#3B3E33
(59,62,51)
#2D3028
(45,48,40)
#1F221D
(31,34,29)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #9DA080

#9DA080
(157,160,128)
#A5A88B
(165,168,139)
#ADB096
(173,176,150)
#B5B8A1
(181,184,161)
#BDC0AC
(189,192,172)
#C5C8B7
(197,200,183)
#CDD0C2
(205,208,194)
#D5D8CD
(213,216,205)
#DDE0D8
(221,224,216)
#E5E8E3
(229,232,227)
#EDF0EE
(237,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DA080; }

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

This text font color is #9DA080.


Background Color

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

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

This div background color is #9DA080.


Border color

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

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

This div border color is #9DA080.


Opacity

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

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

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

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

This text has shadow with #9DA080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA080 on black background.


Color preview on white background

This text has color #9DA080 on white background.



Black color preview on #9DA080 background

This text has black color on #9DA080 background.


White color preview on #9DA080 background

This text has white color on #9DA080 background.