COLOR #9DA993

HEX: #9DA993
RGB: (157,169,147)

Color info

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

RGB color model

#9DA993 color RGB value is (157,169,147).

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

RGB channels and saturation

R 157 of 255 = 62%
G 169 of 255 = 66%
B 147 of 255 = 58%

157
169
147

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

Portions of RGB colors in percentages

R + G + B =
157 + 169 + 147 = 473 (100%)
R 157 of 473 ~ 33.19%
G 169 of 473 ~ 35.73%
B 147 of 473 ~ 31.08%

%33.19
%35.73
%31.08

CMYK color model

#9DA993 color CMYK value is (7,0,13,34).

  • cyan value is 7.10%
  • magenta value is 0.00%
  • yellow value is 13.02%
  • key color value is 33.73%
CMYK:
(7,0,13,34)
C7M0Y13K34 
(7%,0%,13%,34%)
(0.07/0.00/0.13/0.34)	

CMYK percentages

%7.1
%0
%13.02
%33.73

Codes

Color #9DA993 in popluar color models

9DA993
RGB157169147
HSL93°11.34%61.96%
HSB/HSV93°13.02%66.27%
CMYK7.10%0.00%13.02%
33.73%

Color #9DA993 in popluar number systems.

HEX9DA993
Decimal157169147
Binary100111011010100110010011
Octal235251223

Shades and tints

Shades of #9DA993

#9DA993
(157,169,147)
#8F9A86
(143,154,134)
#818B79
(129,139,121)
#737C6C
(115,124,108)
#656D5F
(101,109,95)
#575E52
(87,94,82)
#494F45
(73,79,69)
#3B4038
(59,64,56)
#2D312B
(45,49,43)
#1F221E
(31,34,30)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #9DA993

#9DA993
(157,169,147)
#A5B09C
(165,176,156)
#ADB7A5
(173,183,165)
#B5BEAE
(181,190,174)
#BDC5B7
(189,197,183)
#C5CCC0
(197,204,192)
#CDD3C9
(205,211,201)
#D5DAD2
(213,218,210)
#DDE1DB
(221,225,219)
#E5E8E4
(229,232,228)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DA993; }

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

This text font color is #9DA993.


Background Color

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

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

This div background color is #9DA993.


Border color

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

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

This div border color is #9DA993.


Opacity

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

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

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

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

This text has shadow with #9DA993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA993 on black background.


Color preview on white background

This text has color #9DA993 on white background.



Black color preview on #9DA993 background

This text has black color on #9DA993 background.


White color preview on #9DA993 background

This text has white color on #9DA993 background.