COLOR #9DB995

HEX: #9DB995 RGB: (157,185,149)

Color info

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

RGB color model

#9DB995 color RGB value is (157,185,149).

RGB: (157,185,149) (62%, 73%, 58%)

RGB channels and saturation

R 157 of 255 = 62%
G 185 of 255 = 73%
B 149 of 255 = 58%

157
185
149

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

Portions of RGB colors in percentages

R + G + B = 157 + 185 + 149 = 491 (100%)
R 157 of 491 ~ 31.98%
G 185 of 491 ~ 37.68%
B 149 of 491 ~ 30.35'%

%31.98
%37.68
%30.35

CMYK color model

#9DB995 color CMYK value is (15,0,19,27).

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

CMYK: (15,0,19,27)
C15M0Y19K27 (15%, 0%, 19%, 27%)
(0.15 / 0.00 / 0.19 / 0.27)

CMYK percentages

%15.14
%0
%19.46
%27.45

Codes

Color #9DB995 in popluar color models

9D B9 95
RGB 157 185 149
HSL 107° 20.45% 65.49%
HSB/HSV 107° 19.46% 72.55%
CMYK 15.14% 0.00% 19.46%
27.45%

Color #9DB995 in popluar number systems.

HEX 9D B9 95
Decimal 157 185 149
Binary 10011101 10111001 10010101
Octal 235 271 225

Shades and tints

Shades of #9DB995

#9DB995
(157,185,149)
#8FA988
(143,169,136)
#81997B
(129,153,123)
#73896E
(115,137,110)
#657961
(101,121,97)
#576954
(87,105,84)
#495947
(73,89,71)
#3B493A
(59,73,58)
#2D392D
(45,57,45)
#1F2920
(31,41,32)
#111913
(17,25,19)
#000000
(0,0,0)

Tints of #9DB995

#9DB995
(157,185,149)
#A5BF9E
(165,191,158)
#ADC5A7
(173,197,167)
#B5CBB0
(181,203,176)
#BDD1B9
(189,209,185)
#C5D7C2
(197,215,194)
#CDDDCB
(205,221,203)
#D5E3D4
(213,227,212)
#DDE9DD
(221,233,221)
#E5EFE6
(229,239,230)
#EDF5EF
(237,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DB995; }

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

This text font color is #9DB995.

Background Color

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

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

This div background color is #9DB995.

Border color

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

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

This div border color is #9DB995.

Opacity

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

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

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

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

This text has shadow with #9DB995 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DB995.

Preview

Color preview on black background

This text has color #9DB995 on black background.


Color preview on white background

This text has color #9DB995 on white background.


Black color preview on #9DB995 background

This text has black color on #9DB995 background.


White color preview on #9DB995 background

This text has white color on #9DB995 background.


Related colors

Complementary color

Complementary color for #hex is #62466A.


I love getcolorcode.com

Triadic colors

1 #959DB9 and #B9959D with #9DB995 are triadic colors.

2 #95B99D and #B99D95 with #9DB995 are triadic colors.