COLOR #9DB0B7

HEX: #9DB0B7
RGB: (157,176,183)

Color info

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

RGB color model

#9DB0B7 color RGB value is (157,176,183).

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

RGB channels and saturation

R 157 of 255 = 62%
G 176 of 255 = 69%
B 183 of 255 = 72%

157
176
183

R + G + B ~ 68%. #9DB0B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 176 + 183 = 516 (100%)
R 157 of 516 ~ 30.43%
G 176 of 516 ~ 34.11%
B 183 of 516 ~ 35.47%

%30.43
%34.11
%35.47

CMYK color model

#9DB0B7 color CMYK value is (14,4,0,28).

  • cyan value is 14.21%
  • magenta value is 3.83%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(14,4,0,28)
C14M4Y0K28 
(14%,4%,0%,28%)
(0.14/0.04/0.00/0.28)	

CMYK percentages

%14.21
%3.83
%0
%28.24

Codes

Color #9DB0B7 in popluar color models

9DB0B7
RGB157176183
HSL196°15.29%66.67%
HSB/HSV196°14.21%71.76%
CMYK14.21%3.83%0.00%
28.24%

Color #9DB0B7 in popluar number systems.

HEX9DB0B7
Decimal157176183
Binary100111011011000010110111
Octal235260267

Shades and tints

Shades of #9DB0B7

#9DB0B7
(157,176,183)
#8FA0A7
(143,160,167)
#819097
(129,144,151)
#738087
(115,128,135)
#657077
(101,112,119)
#576067
(87,96,103)
#495057
(73,80,87)
#3B4047
(59,64,71)
#2D3037
(45,48,55)
#1F2027
(31,32,39)
#111017
(17,16,23)
#000000
(0,0,0)

Tints of #9DB0B7

#9DB0B7
(157,176,183)
#A5B7BD
(165,183,189)
#ADBEC3
(173,190,195)
#B5C5C9
(181,197,201)
#BDCCCF
(189,204,207)
#C5D3D5
(197,211,213)
#CDDADB
(205,218,219)
#D5E1E1
(213,225,225)
#DDE8E7
(221,232,231)
#E5EFED
(229,239,237)
#EDF6F3
(237,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DB0B7; }

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

This text font color is #9DB0B7.


Background Color

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

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

This div background color is #9DB0B7.


Border color

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

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

This div border color is #9DB0B7.


Opacity

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

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

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

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

This text has shadow with #9DB0B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DB0B7 on black background.


Color preview on white background

This text has color #9DB0B7 on white background.



Black color preview on #9DB0B7 background

This text has black color on #9DB0B7 background.


White color preview on #9DB0B7 background

This text has white color on #9DB0B7 background.