COLOR #9DA295

HEX: #9DA295
RGB: (157,162,149)

Color info

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

RGB color model

#9DA295 color RGB value is (157,162,149).

  • red value is 157;
  • green value is 162;
  • blue value is 149.
RGB:
(157,162,149)
(62%,64%,58%)

RGB channels and saturation

R 157 of 255 = 62%
G 162 of 255 = 64%
B 149 of 255 = 58%

157
162
149

R + G + B ~ 61%. #9DA295 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 162 + 149 = 468 (100%)
R 157 of 468 ~ 33.55%
G 162 of 468 ~ 34.62%
B 149 of 468 ~ 31.84%

%33.55
%34.62
%31.84

CMYK color model

#9DA295 color CMYK value is (3,0,8,36).

  • cyan value is 3.09%
  • magenta value is 0.00%
  • yellow value is 8.02%
  • key color value is 36.47%
CMYK:
(3,0,8,36)
C3M0Y8K36 
(3%,0%,8%,36%)
(0.03/0.00/0.08/0.36)	

CMYK percentages

%3.09
%0
%8.02
%36.47

Codes

Color #9DA295 in popluar color models

9DA295
RGB157162149
HSL83°6.53%60.98%
HSB/HSV83°8.02%63.53%
CMYK3.09%0.00%8.02%
36.47%

Color #9DA295 in popluar number systems.

HEX9DA295
Decimal157162149
Binary100111011010001010010101
Octal235242225

Shades and tints

Shades of #9DA295

#9DA295
(157,162,149)
#8F9488
(143,148,136)
#81867B
(129,134,123)
#73786E
(115,120,110)
#656A61
(101,106,97)
#575C54
(87,92,84)
#494E47
(73,78,71)
#3B403A
(59,64,58)
#2D322D
(45,50,45)
#1F2420
(31,36,32)
#111613
(17,22,19)
#000000
(0,0,0)

Tints of #9DA295

#9DA295
(157,162,149)
#A5AA9E
(165,170,158)
#ADB2A7
(173,178,167)
#B5BAB0
(181,186,176)
#BDC2B9
(189,194,185)
#C5CAC2
(197,202,194)
#CDD2CB
(205,210,203)
#D5DAD4
(213,218,212)
#DDE2DD
(221,226,221)
#E5EAE6
(229,234,230)
#EDF2EF
(237,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DA295 color. Also use rgb(157,162,149) instead hex code.

Text Font Color

.myTextColor { color: #9DA295; }

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

This text font color is #9DA295.


Background Color

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

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

This div background color is #9DA295.


Border color

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

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

This div border color is #9DA295.


Opacity

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

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

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

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

This text has shadow with #9DA295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA295 on black background.


Color preview on white background

This text has color #9DA295 on white background.



Black color preview on #9DA295 background

This text has black color on #9DA295 background.


White color preview on #9DA295 background

This text has white color on #9DA295 background.