COLOR #9DB9A5

HEX: #9DB9A5 RGB: (157,185,165)

Color info

#9DB9A5 contains red, green and blue colors in about the same proportion. Web safe color of #9DB9A5 is #99CC99 (or #9C9).

RGB color model

#9DB9A5 color RGB value is (157,185,165).

RGB: (157,185,165) (62%, 73%, 65%)

RGB channels and saturation

R 157 of 255 = 62%
G 185 of 255 = 73%
B 165 of 255 = 65%

157
185
165

R + G + B ~ 67%. #9DB9A5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 185 + 165 = 507 (100%)
R 157 of 507 ~ 30.97%
G 185 of 507 ~ 36.49%
B 165 of 507 ~ 32.54'%

%30.97
%36.49
%32.54

CMYK color model

#9DB9A5 color CMYK value is (15,0,11,27).

  • cyan value is 15.14%
  • magenta value is 0.00%
  • yellow value is 10.81%
  • key color value is 27.45%

CMYK: (15,0,11,27)
C15M0Y11K27 (15%, 0%, 11%, 27%)
(0.15 / 0.00 / 0.11 / 0.27)

CMYK percentages

%15.14
%0
%10.81
%27.45

Codes

Color #9DB9A5 in popluar color models

9D B9 A5
RGB 157 185 165
HSL 137° 16.67% 67.06%
HSB/HSV 137° 15.14% 72.55%
CMYK 15.14% 0.00% 10.81%
27.45%

Color #9DB9A5 in popluar number systems.

HEX 9D B9 A5
Decimal 157 185 165
Binary 10011101 10111001 10100101
Octal 235 271 245

Shades and tints

Shades of #9DB9A5

#9DB9A5
(157,185,165)
#8FA996
(143,169,150)
#819987
(129,153,135)
#738978
(115,137,120)
#657969
(101,121,105)
#57695A
(87,105,90)
#49594B
(73,89,75)
#3B493C
(59,73,60)
#2D392D
(45,57,45)
#1F291E
(31,41,30)
#11190F
(17,25,15)
#000000
(0,0,0)

Tints of #9DB9A5

#9DB9A5
(157,185,165)
#A5BFAD
(165,191,173)
#ADC5B5
(173,197,181)
#B5CBBD
(181,203,189)
#BDD1C5
(189,209,197)
#C5D7CD
(197,215,205)
#CDDDD5
(205,221,213)
#D5E3DD
(213,227,221)
#DDE9E5
(221,233,229)
#E5EFED
(229,239,237)
#EDF5F5
(237,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DB9A5; }

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

This text font color is #9DB9A5.

Background Color

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

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

This div background color is #9DB9A5.

Border color

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

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

This div border color is #9DB9A5.

Opacity

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

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

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

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

This text has shadow with #9DB9A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DB9A5.

Preview

Color preview on black background

This text has color #9DB9A5 on black background.


Color preview on white background

This text has color #9DB9A5 on white background.


Black color preview on #9DB9A5 background

This text has black color on #9DB9A5 background.


White color preview on #9DB9A5 background

This text has white color on #9DB9A5 background.


Related colors

Complementary color

Complementary color for #hex is #62465A.


I love getcolorcode.com

Triadic colors

1 #A59DB9 and #B9A59D with #9DB9A5 are triadic colors.

2 #A5B99D and #B99DA5 with #9DB9A5 are triadic colors.