COLOR #9DAB93

HEX: #9DAB93
RGB: (157,171,147)

Color info

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

RGB color model

#9DAB93 color RGB value is (157,171,147).

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

RGB channels and saturation

R 157 of 255 = 62%
G 171 of 255 = 67%
B 147 of 255 = 58%

157
171
147

R + G + B ~ 62%. #9DAB93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 171 + 147 = 475 (100%)
R 157 of 475 ~ 33.05%
G 171 of 475 ~ 36%
B 147 of 475 ~ 30.95%

%33.05
%36
%30.95

CMYK color model

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

  • cyan value is 8.19%
  • magenta value is 0.00%
  • yellow value is 14.04%
  • key color value is 32.94%
CMYK:
(8,0,14,33)
C8M0Y14K33 
(8%,0%,14%,33%)
(0.08/0.00/0.14/0.33)	

CMYK percentages

%8.19
%0
%14.04
%32.94

Codes

Color #9DAB93 in popluar color models

9DAB93
RGB157171147
HSL95°12.50%62.35%
HSB/HSV95°14.04%67.06%
CMYK8.19%0.00%14.04%
32.94%

Color #9DAB93 in popluar number systems.

HEX9DAB93
Decimal157171147
Binary100111011010101110010011
Octal235253223

Shades and tints

Shades of #9DAB93

#9DAB93
(157,171,147)
#8F9C86
(143,156,134)
#818D79
(129,141,121)
#737E6C
(115,126,108)
#656F5F
(101,111,95)
#576052
(87,96,82)
#495145
(73,81,69)
#3B4238
(59,66,56)
#2D332B
(45,51,43)
#1F241E
(31,36,30)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #9DAB93

#9DAB93
(157,171,147)
#A5B29C
(165,178,156)
#ADB9A5
(173,185,165)
#B5C0AE
(181,192,174)
#BDC7B7
(189,199,183)
#C5CEC0
(197,206,192)
#CDD5C9
(205,213,201)
#D5DCD2
(213,220,210)
#DDE3DB
(221,227,219)
#E5EAE4
(229,234,228)
#EDF1ED
(237,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DAB93; }

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

This text font color is #9DAB93.


Background Color

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

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

This div background color is #9DAB93.


Border color

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

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

This div border color is #9DAB93.


Opacity

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

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

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

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

This text has shadow with #9DAB93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DAB93 on black background.


Color preview on white background

This text has color #9DAB93 on white background.



Black color preview on #9DAB93 background

This text has black color on #9DAB93 background.


White color preview on #9DAB93 background

This text has white color on #9DAB93 background.