COLOR #9DB09B

HEX: #9DB09B
RGB: (157,176,155)

Color info

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

RGB color model

#9DB09B color RGB value is (157,176,155).

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

RGB channels and saturation

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

157
176
155

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

Portions of RGB colors in percentages

R + G + B =
157 + 176 + 155 = 488 (100%)
R 157 of 488 ~ 32.17%
G 176 of 488 ~ 36.07%
B 155 of 488 ~ 31.76%

%32.17
%36.07
%31.76

CMYK color model

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

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

CMYK percentages

%10.8
%0
%11.93
%30.98

Codes

Color #9DB09B in popluar color models

9DB09B
RGB157176155
HSL114°11.73%64.90%
HSB/HSV114°11.93%69.02%
CMYK10.80%0.00%11.93%
30.98%

Color #9DB09B in popluar number systems.

HEX9DB09B
Decimal157176155
Binary100111011011000010011011
Octal235260233

Shades and tints

Shades of #9DB09B

#9DB09B
(157,176,155)
#8FA08D
(143,160,141)
#81907F
(129,144,127)
#738071
(115,128,113)
#657063
(101,112,99)
#576055
(87,96,85)
#495047
(73,80,71)
#3B4039
(59,64,57)
#2D302B
(45,48,43)
#1F201D
(31,32,29)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #9DB09B

#9DB09B
(157,176,155)
#A5B7A4
(165,183,164)
#ADBEAD
(173,190,173)
#B5C5B6
(181,197,182)
#BDCCBF
(189,204,191)
#C5D3C8
(197,211,200)
#CDDAD1
(205,218,209)
#D5E1DA
(213,225,218)
#DDE8E3
(221,232,227)
#E5EFEC
(229,239,236)
#EDF6F5
(237,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DB09B; }

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

This text font color is #9DB09B.


Background Color

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

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

This div background color is #9DB09B.


Border color

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

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

This div border color is #9DB09B.


Opacity

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

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

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

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

This text has shadow with #9DB09B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DB09B on black background.


Color preview on white background

This text has color #9DB09B on white background.



Black color preview on #9DB09B background

This text has black color on #9DB09B background.


White color preview on #9DB09B background

This text has white color on #9DB09B background.