COLOR #9DAB9E

HEX: #9DAB9E
RGB: (157,171,158)

Color info

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

RGB color model

#9DAB9E color RGB value is (157,171,158).

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

RGB channels and saturation

R 157 of 255 = 62%
G 171 of 255 = 67%
B 158 of 255 = 62%

157
171
158

R + G + B ~ 64%. #9DAB9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 171 + 158 = 486 (100%)
R 157 of 486 ~ 32.3%
G 171 of 486 ~ 35.19%
B 158 of 486 ~ 32.51%

%32.3
%35.19
%32.51

CMYK color model

#9DAB9E color CMYK value is (8,0,8,33).

  • cyan value is 8.19%
  • magenta value is 0.00%
  • yellow value is 7.60%
  • key color value is 32.94%
CMYK:
(8,0,8,33)
C8M0Y8K33 
(8%,0%,8%,33%)
(0.08/0.00/0.08/0.33)	

CMYK percentages

%8.19
%0
%7.6
%32.94

Codes

Color #9DAB9E in popluar color models

9DAB9E
RGB157171158
HSL124°7.69%64.31%
HSB/HSV124°8.19%67.06%
CMYK8.19%0.00%7.60%
32.94%

Color #9DAB9E in popluar number systems.

HEX9DAB9E
Decimal157171158
Binary100111011010101110011110
Octal235253236

Shades and tints

Shades of #9DAB9E

#9DAB9E
(157,171,158)
#8F9C90
(143,156,144)
#818D82
(129,141,130)
#737E74
(115,126,116)
#656F66
(101,111,102)
#576058
(87,96,88)
#49514A
(73,81,74)
#3B423C
(59,66,60)
#2D332E
(45,51,46)
#1F2420
(31,36,32)
#111512
(17,21,18)
#000000
(0,0,0)

Tints of #9DAB9E

#9DAB9E
(157,171,158)
#A5B2A6
(165,178,166)
#ADB9AE
(173,185,174)
#B5C0B6
(181,192,182)
#BDC7BE
(189,199,190)
#C5CEC6
(197,206,198)
#CDD5CE
(205,213,206)
#D5DCD6
(213,220,214)
#DDE3DE
(221,227,222)
#E5EAE6
(229,234,230)
#EDF1EE
(237,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DAB9E; }

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

This text font color is #9DAB9E.


Background Color

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

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

This div background color is #9DAB9E.


Border color

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

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

This div border color is #9DAB9E.


Opacity

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

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

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

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

This text has shadow with #9DAB9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DAB9E on black background.


Color preview on white background

This text has color #9DAB9E on white background.



Black color preview on #9DAB9E background

This text has black color on #9DAB9E background.


White color preview on #9DAB9E background

This text has white color on #9DAB9E background.