COLOR #9DB6AC

HEX: #9DB6AC
RGB: (157,182,172)

Color info

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

RGB color model

#9DB6AC color RGB value is (157,182,172).

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

RGB channels and saturation

R 157 of 255 = 62%
G 182 of 255 = 71%
B 172 of 255 = 67%

157
182
172

R + G + B ~ 67%. #9DB6AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 182 + 172 = 511 (100%)
R 157 of 511 ~ 30.72%
G 182 of 511 ~ 35.62%
B 172 of 511 ~ 33.66%

%30.72
%35.62
%33.66

CMYK color model

#9DB6AC color CMYK value is (14,0,5,29).

  • cyan value is 13.74%
  • magenta value is 0.00%
  • yellow value is 5.49%
  • key color value is 28.63%
CMYK:
(14,0,5,29)
C14M0Y5K29 
(14%,0%,5%,29%)
(0.14/0.00/0.05/0.29)	

CMYK percentages

%13.74
%0
%5.49
%28.63

Codes

Color #9DB6AC in popluar color models

9DB6AC
RGB157182172
HSL156°14.62%66.47%
HSB/HSV156°13.74%71.37%
CMYK13.74%0.00%5.49%
28.63%

Color #9DB6AC in popluar number systems.

HEX9DB6AC
Decimal157182172
Binary100111011011011010101100
Octal235266254

Shades and tints

Shades of #9DB6AC

#9DB6AC
(157,182,172)
#8FA69D
(143,166,157)
#81968E
(129,150,142)
#73867F
(115,134,127)
#657670
(101,118,112)
#576661
(87,102,97)
#495652
(73,86,82)
#3B4643
(59,70,67)
#2D3634
(45,54,52)
#1F2625
(31,38,37)
#111616
(17,22,22)
#000000
(0,0,0)

Tints of #9DB6AC

#9DB6AC
(157,182,172)
#A5BCB3
(165,188,179)
#ADC2BA
(173,194,186)
#B5C8C1
(181,200,193)
#BDCEC8
(189,206,200)
#C5D4CF
(197,212,207)
#CDDAD6
(205,218,214)
#D5E0DD
(213,224,221)
#DDE6E4
(221,230,228)
#E5ECEB
(229,236,235)
#EDF2F2
(237,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DB6AC; }

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

This text font color is #9DB6AC.


Background Color

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

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

This div background color is #9DB6AC.


Border color

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

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

This div border color is #9DB6AC.


Opacity

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

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

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

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

This text has shadow with #9DB6AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DB6AC on black background.


Color preview on white background

This text has color #9DB6AC on white background.



Black color preview on #9DB6AC background

This text has black color on #9DB6AC background.


White color preview on #9DB6AC background

This text has white color on #9DB6AC background.