COLOR #9DB6BF

HEX: #9DB6BF
RGB: (157,182,191)

Color info

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

RGB color model

#9DB6BF color RGB value is (157,182,191).

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

RGB channels and saturation

R 157 of 255 = 62%
G 182 of 255 = 71%
B 191 of 255 = 75%

157
182
191

R + G + B ~ 69%. #9DB6BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 182 + 191 = 530 (100%)
R 157 of 530 ~ 29.62%
G 182 of 530 ~ 34.34%
B 191 of 530 ~ 36.04%

%29.62
%34.34
%36.04

CMYK color model

#9DB6BF color CMYK value is (18,5,0,25).

  • cyan value is 17.80%
  • magenta value is 4.71%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(18,5,0,25)
C18M5Y0K25 
(18%,5%,0%,25%)
(0.18/0.05/0.00/0.25)	

CMYK percentages

%17.8
%4.71
%0
%25.1

Codes

Color #9DB6BF in popluar color models

9DB6BF
RGB157182191
HSL196°20.99%68.24%
HSB/HSV196°17.80%74.90%
CMYK17.80%4.71%0.00%
25.10%

Color #9DB6BF in popluar number systems.

HEX9DB6BF
Decimal157182191
Binary100111011011011010111111
Octal235266277

Shades and tints

Shades of #9DB6BF

#9DB6BF
(157,182,191)
#8FA6AE
(143,166,174)
#81969D
(129,150,157)
#73868C
(115,134,140)
#65767B
(101,118,123)
#57666A
(87,102,106)
#495659
(73,86,89)
#3B4648
(59,70,72)
#2D3637
(45,54,55)
#1F2626
(31,38,38)
#111615
(17,22,21)
#000000
(0,0,0)

Tints of #9DB6BF

#9DB6BF
(157,182,191)
#A5BCC4
(165,188,196)
#ADC2C9
(173,194,201)
#B5C8CE
(181,200,206)
#BDCED3
(189,206,211)
#C5D4D8
(197,212,216)
#CDDADD
(205,218,221)
#D5E0E2
(213,224,226)
#DDE6E7
(221,230,231)
#E5ECEC
(229,236,236)
#EDF2F1
(237,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DB6BF; }

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

This text font color is #9DB6BF.


Background Color

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

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

This div background color is #9DB6BF.


Border color

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

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

This div border color is #9DB6BF.


Opacity

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

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

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

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

This text has shadow with #9DB6BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DB6BF on black background.


Color preview on white background

This text has color #9DB6BF on white background.



Black color preview on #9DB6BF background

This text has black color on #9DB6BF background.


White color preview on #9DB6BF background

This text has white color on #9DB6BF background.