COLOR #9DA9BC

HEX: #9DA9BC
RGB: (157,169,188)

Color info

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

RGB color model

#9DA9BC color RGB value is (157,169,188).

  • red value is 157;
  • green value is 169;
  • blue value is 188.
RGB:
(157,169,188)
(62%,66%,74%)

RGB channels and saturation

R 157 of 255 = 62%
G 169 of 255 = 66%
B 188 of 255 = 74%

157
169
188

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

Portions of RGB colors in percentages

R + G + B =
157 + 169 + 188 = 514 (100%)
R 157 of 514 ~ 30.54%
G 169 of 514 ~ 32.88%
B 188 of 514 ~ 36.58%

%30.54
%32.88
%36.58

CMYK color model

#9DA9BC color CMYK value is (16,10,0,26).

  • cyan value is 16.49%
  • magenta value is 10.11%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(16,10,0,26)
C16M10Y0K26 
(16%,10%,0%,26%)
(0.16/0.10/0.00/0.26)	

CMYK percentages

%16.49
%10.11
%0
%26.27

Codes

Color #9DA9BC in popluar color models

9DA9BC
RGB157169188
HSL217°18.79%67.65%
HSB/HSV217°16.49%73.73%
CMYK16.49%10.11%0.00%
26.27%

Color #9DA9BC in popluar number systems.

HEX9DA9BC
Decimal157169188
Binary100111011010100110111100
Octal235251274

Shades and tints

Shades of #9DA9BC

#9DA9BC
(157,169,188)
#8F9AAB
(143,154,171)
#818B9A
(129,139,154)
#737C89
(115,124,137)
#656D78
(101,109,120)
#575E67
(87,94,103)
#494F56
(73,79,86)
#3B4045
(59,64,69)
#2D3134
(45,49,52)
#1F2223
(31,34,35)
#111312
(17,19,18)
#000000
(0,0,0)

Tints of #9DA9BC

#9DA9BC
(157,169,188)
#A5B0C2
(165,176,194)
#ADB7C8
(173,183,200)
#B5BECE
(181,190,206)
#BDC5D4
(189,197,212)
#C5CCDA
(197,204,218)
#CDD3E0
(205,211,224)
#D5DAE6
(213,218,230)
#DDE1EC
(221,225,236)
#E5E8F2
(229,232,242)
#EDEFF8
(237,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DA9BC color. Also use rgb(157,169,188) instead hex code.

Text Font Color

.myTextColor { color: #9DA9BC; }

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

This text font color is #9DA9BC.


Background Color

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

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

This div background color is #9DA9BC.


Border color

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

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

This div border color is #9DA9BC.


Opacity

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

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

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

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

This text has shadow with #9DA9BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA9BC on black background.


Color preview on white background

This text has color #9DA9BC on white background.



Black color preview on #9DA9BC background

This text has black color on #9DA9BC background.


White color preview on #9DA9BC background

This text has white color on #9DA9BC background.