COLOR #9DB19B

HEX: #9DB19B
RGB: (157,177,155)

Color info

#9DB19B contains red, green and blue colors in about the same proportion. Web safe color of #9DB19B is #999999 (or #999).

RGB color model

#9DB19B color RGB value is (157,177,155).

  • red value is 157;
  • green value is 177;
  • blue value is 155.
RGB:
(157,177,155)
(62%,69%,61%)

RGB channels and saturation

R 157 of 255 = 62%
G 177 of 255 = 69%
B 155 of 255 = 61%

157
177
155

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

Portions of RGB colors in percentages

R + G + B =
157 + 177 + 155 = 489 (100%)
R 157 of 489 ~ 32.11%
G 177 of 489 ~ 36.2%
B 155 of 489 ~ 31.7%

%32.11
%36.2
%31.7

CMYK color model

#9DB19B color CMYK value is (11,0,12,31).

  • cyan value is 11.30%
  • magenta value is 0.00%
  • yellow value is 12.43%
  • key color value is 30.59%
CMYK:
(11,0,12,31)
C11M0Y12K31 
(11%,0%,12%,31%)
(0.11/0.00/0.12/0.31)	

CMYK percentages

%11.3
%0
%12.43
%30.59

Codes

Color #9DB19B in popluar color models

9DB19B
RGB157177155
HSL115°12.36%65.10%
HSB/HSV115°12.43%69.41%
CMYK11.30%0.00%12.43%
30.59%

Color #9DB19B in popluar number systems.

HEX9DB19B
Decimal157177155
Binary100111011011000110011011
Octal235261233

Shades and tints

Shades of #9DB19B

#9DB19B
(157,177,155)
#8FA18D
(143,161,141)
#81917F
(129,145,127)
#738171
(115,129,113)
#657163
(101,113,99)
#576155
(87,97,85)
#495147
(73,81,71)
#3B4139
(59,65,57)
#2D312B
(45,49,43)
#1F211D
(31,33,29)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #9DB19B

#9DB19B
(157,177,155)
#A5B8A4
(165,184,164)
#ADBFAD
(173,191,173)
#B5C6B6
(181,198,182)
#BDCDBF
(189,205,191)
#C5D4C8
(197,212,200)
#CDDBD1
(205,219,209)
#D5E2DA
(213,226,218)
#DDE9E3
(221,233,227)
#E5F0EC
(229,240,236)
#EDF7F5
(237,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DB19B color. Also use rgb(157,177,155) instead hex code.

Text Font Color

.myTextColor { color: #9DB19B; }

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

This text font color is #9DB19B.


Background Color

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

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

This div background color is #9DB19B.


Border color

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

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

This div border color is #9DB19B.


Opacity

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

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

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

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

This text has shadow with #9DB19B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DB19B on black background.


Color preview on white background

This text has color #9DB19B on white background.



Black color preview on #9DB19B background

This text has black color on #9DB19B background.


White color preview on #9DB19B background

This text has white color on #9DB19B background.