COLOR #9DA49E

HEX: #9DA49E
RGB: (157,164,158)

Color info

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

RGB color model

#9DA49E color RGB value is (157,164,158).

  • red value is 157;
  • green value is 164;
  • blue value is 158.
RGB:
(157,164,158)
(62%,64%,62%)

RGB channels and saturation

R 157 of 255 = 62%
G 164 of 255 = 64%
B 158 of 255 = 62%

157
164
158

R + G + B ~ 63%. #9DA49E is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 164 + 158 = 479 (100%)
R 157 of 479 ~ 32.78%
G 164 of 479 ~ 34.24%
B 158 of 479 ~ 32.99%

%32.78
%34.24
%32.99

CMYK color model

#9DA49E color CMYK value is (4,0,4,36).

  • cyan value is 4.27%
  • magenta value is 0.00%
  • yellow value is 3.66%
  • key color value is 35.69%
CMYK:
(4,0,4,36)
C4M0Y4K36 
(4%,0%,4%,36%)
(0.04/0.00/0.04/0.36)	

CMYK percentages

%4.27
%0
%3.66
%35.69

Codes

Color #9DA49E in popluar color models

9DA49E
RGB157164158
HSL129°3.70%62.94%
HSB/HSV129°4.27%64.31%
CMYK4.27%0.00%3.66%
35.69%

Color #9DA49E in popluar number systems.

HEX9DA49E
Decimal157164158
Binary100111011010010010011110
Octal235244236

Shades and tints

Shades of #9DA49E

#9DA49E
(157,164,158)
#8F9690
(143,150,144)
#818882
(129,136,130)
#737A74
(115,122,116)
#656C66
(101,108,102)
#575E58
(87,94,88)
#49504A
(73,80,74)
#3B423C
(59,66,60)
#2D342E
(45,52,46)
#1F2620
(31,38,32)
#111812
(17,24,18)
#000000
(0,0,0)

Tints of #9DA49E

#9DA49E
(157,164,158)
#A5ACA6
(165,172,166)
#ADB4AE
(173,180,174)
#B5BCB6
(181,188,182)
#BDC4BE
(189,196,190)
#C5CCC6
(197,204,198)
#CDD4CE
(205,212,206)
#D5DCD6
(213,220,214)
#DDE4DE
(221,228,222)
#E5ECE6
(229,236,230)
#EDF4EE
(237,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DA49E color. Also use rgb(157,164,158) instead hex code.

Text Font Color

.myTextColor { color: #9DA49E; }

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

This text font color is #9DA49E.


Background Color

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

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

This div background color is #9DA49E.


Border color

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

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

This div border color is #9DA49E.


Opacity

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

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

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

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

This text has shadow with #9DA49E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA49E on black background.


Color preview on white background

This text has color #9DA49E on white background.



Black color preview on #9DA49E background

This text has black color on #9DA49E background.


White color preview on #9DA49E background

This text has white color on #9DA49E background.