COLOR #9DBD96

HEX: #9DBD96
RGB: (157,189,150)

Color info

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

RGB color model

#9DBD96 color RGB value is (157,189,150).

  • red value is 157;
  • green value is 189;
  • blue value is 150.
RGB:
(157,189,150)
(62%,74%,59%)

RGB channels and saturation

R 157 of 255 = 62%
G 189 of 255 = 74%
B 150 of 255 = 59%

157
189
150

R + G + B ~ 65%. #9DBD96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 189 + 150 = 496 (100%)
R 157 of 496 ~ 31.65%
G 189 of 496 ~ 38.1%
B 150 of 496 ~ 30.24%

%31.65
%38.1
%30.24

CMYK color model

#9DBD96 color CMYK value is (17,0,21,26).

  • cyan value is 16.93%
  • magenta value is 0.00%
  • yellow value is 20.63%
  • key color value is 25.88%
CMYK:
(17,0,21,26)
C17M0Y21K26 
(17%,0%,21%,26%)
(0.17/0.00/0.21/0.26)	

CMYK percentages

%16.93
%0
%20.63
%25.88

Codes

Color #9DBD96 in popluar color models

9DBD96
RGB157189150
HSL109°22.81%66.47%
HSB/HSV109°20.63%74.12%
CMYK16.93%0.00%20.63%
25.88%

Color #9DBD96 in popluar number systems.

HEX9DBD96
Decimal157189150
Binary100111011011110110010110
Octal235275226

Shades and tints

Shades of #9DBD96

#9DBD96
(157,189,150)
#8FAC89
(143,172,137)
#819B7C
(129,155,124)
#738A6F
(115,138,111)
#657962
(101,121,98)
#576855
(87,104,85)
#495748
(73,87,72)
#3B463B
(59,70,59)
#2D352E
(45,53,46)
#1F2421
(31,36,33)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #9DBD96

#9DBD96
(157,189,150)
#A5C39F
(165,195,159)
#ADC9A8
(173,201,168)
#B5CFB1
(181,207,177)
#BDD5BA
(189,213,186)
#C5DBC3
(197,219,195)
#CDE1CC
(205,225,204)
#D5E7D5
(213,231,213)
#DDEDDE
(221,237,222)
#E5F3E7
(229,243,231)
#EDF9F0
(237,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DBD96 color. Also use rgb(157,189,150) instead hex code.

Text Font Color

.myTextColor { color: #9DBD96; }

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

This text font color is #9DBD96.


Background Color

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

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

This div background color is #9DBD96.


Border color

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

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

This div border color is #9DBD96.


Opacity

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

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

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

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

This text has shadow with #9DBD96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DBD96 on black background.


Color preview on white background

This text has color #9DBD96 on white background.



Black color preview on #9DBD96 background

This text has black color on #9DBD96 background.


White color preview on #9DBD96 background

This text has white color on #9DBD96 background.