COLOR #9DA48B

HEX: #9DA48B
RGB: (157,164,139)

Color info

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

RGB color model

#9DA48B color RGB value is (157,164,139).

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

RGB channels and saturation

R 157 of 255 = 62%
G 164 of 255 = 64%
B 139 of 255 = 55%

157
164
139

R + G + B ~ 60%. #9DA48B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
157 + 164 + 139 = 460 (100%)
R 157 of 460 ~ 34.13%
G 164 of 460 ~ 35.65%
B 139 of 460 ~ 30.22%

%34.13
%35.65
%30.22

CMYK color model

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

  • cyan value is 4.27%
  • magenta value is 0.00%
  • yellow value is 15.24%
  • key color value is 35.69%
CMYK:
(4,0,15,36)
C4M0Y15K36 
(4%,0%,15%,36%)
(0.04/0.00/0.15/0.36)	

CMYK percentages

%4.27
%0
%15.24
%35.69

Codes

Color #9DA48B in popluar color models

9DA48B
RGB157164139
HSL77°12.08%59.41%
HSB/HSV77°15.24%64.31%
CMYK4.27%0.00%15.24%
35.69%

Color #9DA48B in popluar number systems.

HEX9DA48B
Decimal157164139
Binary100111011010010010001011
Octal235244213

Shades and tints

Shades of #9DA48B

#9DA48B
(157,164,139)
#8F967F
(143,150,127)
#818873
(129,136,115)
#737A67
(115,122,103)
#656C5B
(101,108,91)
#575E4F
(87,94,79)
#495043
(73,80,67)
#3B4237
(59,66,55)
#2D342B
(45,52,43)
#1F261F
(31,38,31)
#111813
(17,24,19)
#000000
(0,0,0)

Tints of #9DA48B

#9DA48B
(157,164,139)
#A5AC95
(165,172,149)
#ADB49F
(173,180,159)
#B5BCA9
(181,188,169)
#BDC4B3
(189,196,179)
#C5CCBD
(197,204,189)
#CDD4C7
(205,212,199)
#D5DCD1
(213,220,209)
#DDE4DB
(221,228,219)
#E5ECE5
(229,236,229)
#EDF4EF
(237,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DA48B; }

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

This text font color is #9DA48B.


Background Color

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

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

This div background color is #9DA48B.


Border color

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

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

This div border color is #9DA48B.


Opacity

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

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

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

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

This text has shadow with #9DA48B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA48B on black background.


Color preview on white background

This text has color #9DA48B on white background.



Black color preview on #9DA48B background

This text has black color on #9DA48B background.


White color preview on #9DA48B background

This text has white color on #9DA48B background.