COLOR #9DA79E

HEX: #9DA79E
RGB: (157,167,158)

Color info

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

RGB color model

#9DA79E color RGB value is (157,167,158).

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

RGB channels and saturation

R 157 of 255 = 62%
G 167 of 255 = 65%
B 158 of 255 = 62%

157
167
158

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

Portions of RGB colors in percentages

R + G + B =
157 + 167 + 158 = 482 (100%)
R 157 of 482 ~ 32.57%
G 167 of 482 ~ 34.65%
B 158 of 482 ~ 32.78%

%32.57
%34.65
%32.78

CMYK color model

#9DA79E color CMYK value is (6,0,5,35).

  • cyan value is 5.99%
  • magenta value is 0.00%
  • yellow value is 5.39%
  • key color value is 34.51%
CMYK:
(6,0,5,35)
C6M0Y5K35 
(6%,0%,5%,35%)
(0.06/0.00/0.05/0.35)	

CMYK percentages

%5.99
%0
%5.39
%34.51

Codes

Color #9DA79E in popluar color models

9DA79E
RGB157167158
HSL126°5.38%63.53%
HSB/HSV126°5.99%65.49%
CMYK5.99%0.00%5.39%
34.51%

Color #9DA79E in popluar number systems.

HEX9DA79E
Decimal157167158
Binary100111011010011110011110
Octal235247236

Shades and tints

Shades of #9DA79E

#9DA79E
(157,167,158)
#8F9890
(143,152,144)
#818982
(129,137,130)
#737A74
(115,122,116)
#656B66
(101,107,102)
#575C58
(87,92,88)
#494D4A
(73,77,74)
#3B3E3C
(59,62,60)
#2D2F2E
(45,47,46)
#1F2020
(31,32,32)
#111112
(17,17,18)
#000000
(0,0,0)

Tints of #9DA79E

#9DA79E
(157,167,158)
#A5AFA6
(165,175,166)
#ADB7AE
(173,183,174)
#B5BFB6
(181,191,182)
#BDC7BE
(189,199,190)
#C5CFC6
(197,207,198)
#CDD7CE
(205,215,206)
#D5DFD6
(213,223,214)
#DDE7DE
(221,231,222)
#E5EFE6
(229,239,230)
#EDF7EE
(237,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DA79E; }

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

This text font color is #9DA79E.


Background Color

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

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

This div background color is #9DA79E.


Border color

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

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

This div border color is #9DA79E.


Opacity

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

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

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

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

This text has shadow with #9DA79E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA79E on black background.


Color preview on white background

This text has color #9DA79E on white background.



Black color preview on #9DA79E background

This text has black color on #9DA79E background.


White color preview on #9DA79E background

This text has white color on #9DA79E background.