COLOR #9DB697

HEX: #9DB697
RGB: (157,182,151)

Color info

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

RGB color model

#9DB697 color RGB value is (157,182,151).

  • red value is 157;
  • green value is 182;
  • blue value is 151.
RGB:
(157,182,151)
(62%,71%,59%)

RGB channels and saturation

R 157 of 255 = 62%
G 182 of 255 = 71%
B 151 of 255 = 59%

157
182
151

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

Portions of RGB colors in percentages

R + G + B =
157 + 182 + 151 = 490 (100%)
R 157 of 490 ~ 32.04%
G 182 of 490 ~ 37.14%
B 151 of 490 ~ 30.82%

%32.04
%37.14
%30.82

CMYK color model

#9DB697 color CMYK value is (14,0,17,29).

  • cyan value is 13.74%
  • magenta value is 0.00%
  • yellow value is 17.03%
  • key color value is 28.63%
CMYK:
(14,0,17,29)
C14M0Y17K29 
(14%,0%,17%,29%)
(0.14/0.00/0.17/0.29)	

CMYK percentages

%13.74
%0
%17.03
%28.63

Codes

Color #9DB697 in popluar color models

9DB697
RGB157182151
HSL108°17.51%65.29%
HSB/HSV108°17.03%71.37%
CMYK13.74%0.00%17.03%
28.63%

Color #9DB697 in popluar number systems.

HEX9DB697
Decimal157182151
Binary100111011011011010010111
Octal235266227

Shades and tints

Shades of #9DB697

#9DB697
(157,182,151)
#8FA68A
(143,166,138)
#81967D
(129,150,125)
#738670
(115,134,112)
#657663
(101,118,99)
#576656
(87,102,86)
#495649
(73,86,73)
#3B463C
(59,70,60)
#2D362F
(45,54,47)
#1F2622
(31,38,34)
#111615
(17,22,21)
#000000
(0,0,0)

Tints of #9DB697

#9DB697
(157,182,151)
#A5BCA0
(165,188,160)
#ADC2A9
(173,194,169)
#B5C8B2
(181,200,178)
#BDCEBB
(189,206,187)
#C5D4C4
(197,212,196)
#CDDACD
(205,218,205)
#D5E0D6
(213,224,214)
#DDE6DF
(221,230,223)
#E5ECE8
(229,236,232)
#EDF2F1
(237,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DB697 color. Also use rgb(157,182,151) instead hex code.

Text Font Color

.myTextColor { color: #9DB697; }

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

This text font color is #9DB697.


Background Color

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

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

This div background color is #9DB697.


Border color

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

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

This div border color is #9DB697.


Opacity

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

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

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

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

This text has shadow with #9DB697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DB697 on black background.


Color preview on white background

This text has color #9DB697 on white background.



Black color preview on #9DB697 background

This text has black color on #9DB697 background.


White color preview on #9DB697 background

This text has white color on #9DB697 background.