COLOR #9DB495

HEX: #9DB495 RGB: (157,180,149)

Color info

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

RGB color model

#9DB495 color RGB value is (157,180,149).

RGB: (157,180,149) (62%, 71%, 58%)

RGB channels and saturation

R 157 of 255 = 62%
G 180 of 255 = 71%
B 149 of 255 = 58%

157
180
149

R + G + B ~ 64%. #9DB495 is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 180 + 149 = 486 (100%)
R 157 of 486 ~ 32.3%
G 180 of 486 ~ 37.04%
B 149 of 486 ~ 30.66'%

%32.3
%37.04
%30.66

CMYK color model

#9DB495 color CMYK value is (13,0,17,29).

  • cyan value is 12.78%
  • magenta value is 0.00%
  • yellow value is 17.22%
  • key color value is 29.41%

CMYK: (13,0,17,29)
C13M0Y17K29 (13%, 0%, 17%, 29%)
(0.13 / 0.00 / 0.17 / 0.29)

CMYK percentages

%12.78
%0
%17.22
%29.41

Codes

Color #9DB495 in popluar color models

9D B4 95
RGB 157 180 149
HSL 105° 17.13% 64.51%
HSB/HSV 105° 17.22% 70.59%
CMYK 12.78% 0.00% 17.22%
29.41%

Color #9DB495 in popluar number systems.

HEX 9D B4 95
Decimal 157 180 149
Binary 10011101 10110100 10010101
Octal 235 264 225

Shades and tints

Shades of #9DB495

#9DB495
(157,180,149)
#8FA488
(143,164,136)
#81947B
(129,148,123)
#73846E
(115,132,110)
#657461
(101,116,97)
#576454
(87,100,84)
#495447
(73,84,71)
#3B443A
(59,68,58)
#2D342D
(45,52,45)
#1F2420
(31,36,32)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #9DB495

#9DB495
(157,180,149)
#A5BA9E
(165,186,158)
#ADC0A7
(173,192,167)
#B5C6B0
(181,198,176)
#BDCCB9
(189,204,185)
#C5D2C2
(197,210,194)
#CDD8CB
(205,216,203)
#D5DED4
(213,222,212)
#DDE4DD
(221,228,221)
#E5EAE6
(229,234,230)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DB495; }

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

This text font color is #9DB495.

Background Color

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

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

This div background color is #9DB495.

Border color

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

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

This div border color is #9DB495.

Opacity

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

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

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

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

This text has shadow with #9DB495 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DB495.

Preview

Color preview on black background

This text has color #9DB495 on black background.


Color preview on white background

This text has color #9DB495 on white background.


Black color preview on #9DB495 background

This text has black color on #9DB495 background.


White color preview on #9DB495 background

This text has white color on #9DB495 background.


Related colors

Complementary color

Complementary color for #hex is #624B6A.


I love getcolorcode.com

Triadic colors

1 #959DB4 and #B4959D with #9DB495 are triadic colors.

2 #95B49D and #B49D95 with #9DB495 are triadic colors.