COLOR #9DB795

HEX: #9DB795 RGB: (157,183,149)

Color info

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

RGB color model

#9DB795 color RGB value is (157,183,149).

RGB: (157,183,149) (62%, 72%, 58%)

RGB channels and saturation

R 157 of 255 = 62%
G 183 of 255 = 72%
B 149 of 255 = 58%

157
183
149

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

Portions of RGB colors in percentages

R + G + B = 157 + 183 + 149 = 489 (100%)
R 157 of 489 ~ 32.11%
G 183 of 489 ~ 37.42%
B 149 of 489 ~ 30.47'%

%32.11
%37.42
%30.47

CMYK color model

#9DB795 color CMYK value is (14,0,19,28).

  • cyan value is 14.21%
  • magenta value is 0.00%
  • yellow value is 18.58%
  • key color value is 28.24%

CMYK: (14,0,19,28)
C14M0Y19K28 (14%, 0%, 19%, 28%)
(0.14 / 0.00 / 0.19 / 0.28)

CMYK percentages

%14.21
%0
%18.58
%28.24

Codes

Color #9DB795 in popluar color models

9D B7 95
RGB 157 183 149
HSL 106° 19.10% 65.10%
HSB/HSV 106° 18.58% 71.76%
CMYK 14.21% 0.00% 18.58%
28.24%

Color #9DB795 in popluar number systems.

HEX 9D B7 95
Decimal 157 183 149
Binary 10011101 10110111 10010101
Octal 235 267 225

Shades and tints

Shades of #9DB795

#9DB795
(157,183,149)
#8FA788
(143,167,136)
#81977B
(129,151,123)
#73876E
(115,135,110)
#657761
(101,119,97)
#576754
(87,103,84)
#495747
(73,87,71)
#3B473A
(59,71,58)
#2D372D
(45,55,45)
#1F2720
(31,39,32)
#111713
(17,23,19)
#000000
(0,0,0)

Tints of #9DB795

#9DB795
(157,183,149)
#A5BD9E
(165,189,158)
#ADC3A7
(173,195,167)
#B5C9B0
(181,201,176)
#BDCFB9
(189,207,185)
#C5D5C2
(197,213,194)
#CDDBCB
(205,219,203)
#D5E1D4
(213,225,212)
#DDE7DD
(221,231,221)
#E5EDE6
(229,237,230)
#EDF3EF
(237,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DB795; }

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

This text font color is #9DB795.

Background Color

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

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

This div background color is #9DB795.

Border color

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

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

This div border color is #9DB795.

Opacity

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

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

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

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

This text has shadow with #9DB795 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DB795.

Preview

Color preview on black background

This text has color #9DB795 on black background.


Color preview on white background

This text has color #9DB795 on white background.


Black color preview on #9DB795 background

This text has black color on #9DB795 background.


White color preview on #9DB795 background

This text has white color on #9DB795 background.


Related colors

Complementary color

Complementary color for #hex is #62486A.


I love getcolorcode.com

Triadic colors

1 #959DB7 and #B7959D with #9DB795 are triadic colors.

2 #95B79D and #B79D95 with #9DB795 are triadic colors.