COLOR #9DA595

HEX: #9DA595 RGB: (157,165,149)

Color info

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

RGB color model

#9DA595 color RGB value is (157,165,149).

RGB: (157,165,149) (62%, 65%, 58%)

RGB channels and saturation

R 157 of 255 = 62%
G 165 of 255 = 65%
B 149 of 255 = 58%

157
165
149

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

Portions of RGB colors in percentages

R + G + B = 157 + 165 + 149 = 471 (100%)
R 157 of 471 ~ 33.33%
G 165 of 471 ~ 35.03%
B 149 of 471 ~ 31.63'%

%33.33
%35.03
%31.63

CMYK color model

#9DA595 color CMYK value is (5,0,10,35).

  • cyan value is 4.85%
  • magenta value is 0.00%
  • yellow value is 9.70%
  • key color value is 35.29%

CMYK: (5,0,10,35)
C5M0Y10K35 (5%, 0%, 10%, 35%)
(0.05 / 0.00 / 0.10 / 0.35)

CMYK percentages

%4.85
%0
%9.7
%35.29

Codes

Color #9DA595 in popluar color models

9D A5 95
RGB 157 165 149
HSL 90° 8.16% 61.57%
HSB/HSV 90° 9.70% 64.71%
CMYK 4.85% 0.00% 9.70%
35.29%

Color #9DA595 in popluar number systems.

HEX 9D A5 95
Decimal 157 165 149
Binary 10011101 10100101 10010101
Octal 235 245 225

Shades and tints

Shades of #9DA595

#9DA595
(157,165,149)
#8F9688
(143,150,136)
#81877B
(129,135,123)
#73786E
(115,120,110)
#656961
(101,105,97)
#575A54
(87,90,84)
#494B47
(73,75,71)
#3B3C3A
(59,60,58)
#2D2D2D
(45,45,45)
#1F1E20
(31,30,32)
#110F13
(17,15,19)
#000000
(0,0,0)

Tints of #9DA595

#9DA595
(157,165,149)
#A5AD9E
(165,173,158)
#ADB5A7
(173,181,167)
#B5BDB0
(181,189,176)
#BDC5B9
(189,197,185)
#C5CDC2
(197,205,194)
#CDD5CB
(205,213,203)
#D5DDD4
(213,221,212)
#DDE5DD
(221,229,221)
#E5EDE6
(229,237,230)
#EDF5EF
(237,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DA595; }

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

This text font color is #9DA595.

Background Color

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

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

This div background color is #9DA595.

Border color

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

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

This div border color is #9DA595.

Opacity

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

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

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

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

This text has shadow with #9DA595 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DA595.

Preview

Color preview on black background

This text has color #9DA595 on black background.


Color preview on white background

This text has color #9DA595 on white background.


Black color preview on #9DA595 background

This text has black color on #9DA595 background.


White color preview on #9DA595 background

This text has white color on #9DA595 background.


Related colors

Complementary color

Complementary color for #hex is #625A6A.


I love getcolorcode.com

Triadic colors

1 #959DA5 and #A5959D with #9DA595 are triadic colors.

2 #95A59D and #A59D95 with #9DA595 are triadic colors.