COLOR #9DB6A0

HEX: #9DB6A0
RGB: (157,182,160)

Color info

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

RGB color model

#9DB6A0 color RGB value is (157,182,160).

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

RGB channels and saturation

R 157 of 255 = 62%
G 182 of 255 = 71%
B 160 of 255 = 63%

157
182
160

R + G + B ~ 65%. #9DB6A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 182 + 160 = 499 (100%)
R 157 of 499 ~ 31.46%
G 182 of 499 ~ 36.47%
B 160 of 499 ~ 32.06%

%31.46
%36.47
%32.06

CMYK color model

#9DB6A0 color CMYK value is (14,0,12,29).

  • cyan value is 13.74%
  • magenta value is 0.00%
  • yellow value is 12.09%
  • key color value is 28.63%
CMYK:
(14,0,12,29)
C14M0Y12K29 
(14%,0%,12%,29%)
(0.14/0.00/0.12/0.29)	

CMYK percentages

%13.74
%0
%12.09
%28.63

Codes

Color #9DB6A0 in popluar color models

9DB6A0
RGB157182160
HSL127°14.62%66.47%
HSB/HSV127°13.74%71.37%
CMYK13.74%0.00%12.09%
28.63%

Color #9DB6A0 in popluar number systems.

HEX9DB6A0
Decimal157182160
Binary100111011011011010100000
Octal235266240

Shades and tints

Shades of #9DB6A0

#9DB6A0
(157,182,160)
#8FA692
(143,166,146)
#819684
(129,150,132)
#738676
(115,134,118)
#657668
(101,118,104)
#57665A
(87,102,90)
#49564C
(73,86,76)
#3B463E
(59,70,62)
#2D3630
(45,54,48)
#1F2622
(31,38,34)
#111614
(17,22,20)
#000000
(0,0,0)

Tints of #9DB6A0

#9DB6A0
(157,182,160)
#A5BCA8
(165,188,168)
#ADC2B0
(173,194,176)
#B5C8B8
(181,200,184)
#BDCEC0
(189,206,192)
#C5D4C8
(197,212,200)
#CDDAD0
(205,218,208)
#D5E0D8
(213,224,216)
#DDE6E0
(221,230,224)
#E5ECE8
(229,236,232)
#EDF2F0
(237,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DB6A0; }

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

This text font color is #9DB6A0.


Background Color

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

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

This div background color is #9DB6A0.


Border color

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

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

This div border color is #9DB6A0.


Opacity

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

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

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

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

This text has shadow with #9DB6A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DB6A0 on black background.


Color preview on white background

This text has color #9DB6A0 on white background.



Black color preview on #9DB6A0 background

This text has black color on #9DB6A0 background.


White color preview on #9DB6A0 background

This text has white color on #9DB6A0 background.