COLOR #9DA790

HEX: #9DA790
RGB: (157,167,144)

Color info

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

RGB color model

#9DA790 color RGB value is (157,167,144).

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

RGB channels and saturation

R 157 of 255 = 62%
G 167 of 255 = 65%
B 144 of 255 = 56%

157
167
144

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

Portions of RGB colors in percentages

R + G + B =
157 + 167 + 144 = 468 (100%)
R 157 of 468 ~ 33.55%
G 167 of 468 ~ 35.68%
B 144 of 468 ~ 30.77%

%33.55
%35.68
%30.77

CMYK color model

#9DA790 color CMYK value is (6,0,14,35).

  • cyan value is 5.99%
  • magenta value is 0.00%
  • yellow value is 13.77%
  • key color value is 34.51%
CMYK:
(6,0,14,35)
C6M0Y14K35 
(6%,0%,14%,35%)
(0.06/0.00/0.14/0.35)	

CMYK percentages

%5.99
%0
%13.77
%34.51

Codes

Color #9DA790 in popluar color models

9DA790
RGB157167144
HSL86°11.56%60.98%
HSB/HSV86°13.77%65.49%
CMYK5.99%0.00%13.77%
34.51%

Color #9DA790 in popluar number systems.

HEX9DA790
Decimal157167144
Binary100111011010011110010000
Octal235247220

Shades and tints

Shades of #9DA790

#9DA790
(157,167,144)
#8F9883
(143,152,131)
#818976
(129,137,118)
#737A69
(115,122,105)
#656B5C
(101,107,92)
#575C4F
(87,92,79)
#494D42
(73,77,66)
#3B3E35
(59,62,53)
#2D2F28
(45,47,40)
#1F201B
(31,32,27)
#11110E
(17,17,14)
#000000
(0,0,0)

Tints of #9DA790

#9DA790
(157,167,144)
#A5AF9A
(165,175,154)
#ADB7A4
(173,183,164)
#B5BFAE
(181,191,174)
#BDC7B8
(189,199,184)
#C5CFC2
(197,207,194)
#CDD7CC
(205,215,204)
#D5DFD6
(213,223,214)
#DDE7E0
(221,231,224)
#E5EFEA
(229,239,234)
#EDF7F4
(237,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DA790; }

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

This text font color is #9DA790.


Background Color

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

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

This div background color is #9DA790.


Border color

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

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

This div border color is #9DA790.


Opacity

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

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

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

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

This text has shadow with #9DA790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA790 on black background.


Color preview on white background

This text has color #9DA790 on white background.



Black color preview on #9DA790 background

This text has black color on #9DA790 background.


White color preview on #9DA790 background

This text has white color on #9DA790 background.