COLOR #9DB097

HEX: #9DB097
RGB: (157,176,151)

Color info

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

RGB color model

#9DB097 color RGB value is (157,176,151).

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

RGB channels and saturation

R 157 of 255 = 62%
G 176 of 255 = 69%
B 151 of 255 = 59%

157
176
151

R + G + B ~ 63%. #9DB097 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 176 + 151 = 484 (100%)
R 157 of 484 ~ 32.44%
G 176 of 484 ~ 36.36%
B 151 of 484 ~ 31.2%

%32.44
%36.36
%31.2

CMYK color model

#9DB097 color CMYK value is (11,0,14,31).

  • cyan value is 10.80%
  • magenta value is 0.00%
  • yellow value is 14.20%
  • key color value is 30.98%
CMYK:
(11,0,14,31)
C11M0Y14K31 
(11%,0%,14%,31%)
(0.11/0.00/0.14/0.31)	

CMYK percentages

%10.8
%0
%14.2
%30.98

Codes

Color #9DB097 in popluar color models

9DB097
RGB157176151
HSL106°13.66%64.12%
HSB/HSV106°14.20%69.02%
CMYK10.80%0.00%14.20%
30.98%

Color #9DB097 in popluar number systems.

HEX9DB097
Decimal157176151
Binary100111011011000010010111
Octal235260227

Shades and tints

Shades of #9DB097

#9DB097
(157,176,151)
#8FA08A
(143,160,138)
#81907D
(129,144,125)
#738070
(115,128,112)
#657063
(101,112,99)
#576056
(87,96,86)
#495049
(73,80,73)
#3B403C
(59,64,60)
#2D302F
(45,48,47)
#1F2022
(31,32,34)
#111015
(17,16,21)
#000000
(0,0,0)

Tints of #9DB097

#9DB097
(157,176,151)
#A5B7A0
(165,183,160)
#ADBEA9
(173,190,169)
#B5C5B2
(181,197,178)
#BDCCBB
(189,204,187)
#C5D3C4
(197,211,196)
#CDDACD
(205,218,205)
#D5E1D6
(213,225,214)
#DDE8DF
(221,232,223)
#E5EFE8
(229,239,232)
#EDF6F1
(237,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DB097; }

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

This text font color is #9DB097.


Background Color

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

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

This div background color is #9DB097.


Border color

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

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

This div border color is #9DB097.


Opacity

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

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

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

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

This text has shadow with #9DB097 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DB097 on black background.


Color preview on white background

This text has color #9DB097 on white background.



Black color preview on #9DB097 background

This text has black color on #9DB097 background.


White color preview on #9DB097 background

This text has white color on #9DB097 background.