COLOR #9DB599

HEX: #9DB599
RGB: (157,181,153)

Color info

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

RGB color model

#9DB599 color RGB value is (157,181,153).

  • red value is 157;
  • green value is 181;
  • blue value is 153.
RGB:
(157,181,153)
(62%,71%,60%)

RGB channels and saturation

R 157 of 255 = 62%
G 181 of 255 = 71%
B 153 of 255 = 60%

157
181
153

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

Portions of RGB colors in percentages

R + G + B =
157 + 181 + 153 = 491 (100%)
R 157 of 491 ~ 31.98%
G 181 of 491 ~ 36.86%
B 153 of 491 ~ 31.16%

%31.98
%36.86
%31.16

CMYK color model

#9DB599 color CMYK value is (13,0,15,29).

  • cyan value is 13.26%
  • magenta value is 0.00%
  • yellow value is 15.47%
  • key color value is 29.02%
CMYK:
(13,0,15,29)
C13M0Y15K29 
(13%,0%,15%,29%)
(0.13/0.00/0.15/0.29)	

CMYK percentages

%13.26
%0
%15.47
%29.02

Codes

Color #9DB599 in popluar color models

9DB599
RGB157181153
HSL111°15.91%65.49%
HSB/HSV111°15.47%70.98%
CMYK13.26%0.00%15.47%
29.02%

Color #9DB599 in popluar number systems.

HEX9DB599
Decimal157181153
Binary100111011011010110011001
Octal235265231

Shades and tints

Shades of #9DB599

#9DB599
(157,181,153)
#8FA58C
(143,165,140)
#81957F
(129,149,127)
#738572
(115,133,114)
#657565
(101,117,101)
#576558
(87,101,88)
#49554B
(73,85,75)
#3B453E
(59,69,62)
#2D3531
(45,53,49)
#1F2524
(31,37,36)
#111517
(17,21,23)
#000000
(0,0,0)

Tints of #9DB599

#9DB599
(157,181,153)
#A5BBA2
(165,187,162)
#ADC1AB
(173,193,171)
#B5C7B4
(181,199,180)
#BDCDBD
(189,205,189)
#C5D3C6
(197,211,198)
#CDD9CF
(205,217,207)
#D5DFD8
(213,223,216)
#DDE5E1
(221,229,225)
#E5EBEA
(229,235,234)
#EDF1F3
(237,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DB599 color. Also use rgb(157,181,153) instead hex code.

Text Font Color

.myTextColor { color: #9DB599; }

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

This text font color is #9DB599.


Background Color

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

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

This div background color is #9DB599.


Border color

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

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

This div border color is #9DB599.


Opacity

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

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

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

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

This text has shadow with #9DB599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DB599 on black background.


Color preview on white background

This text has color #9DB599 on white background.



Black color preview on #9DB599 background

This text has black color on #9DB599 background.


White color preview on #9DB599 background

This text has white color on #9DB599 background.