COLOR #9DA8BC

HEX: #9DA8BC
RGB: (157,168,188)

Color info

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

RGB color model

#9DA8BC color RGB value is (157,168,188).

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

RGB channels and saturation

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

157
168
188

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

Portions of RGB colors in percentages

R + G + B =
157 + 168 + 188 = 513 (100%)
R 157 of 513 ~ 30.6%
G 168 of 513 ~ 32.75%
B 188 of 513 ~ 36.65%

%30.6
%32.75
%36.65

CMYK color model

#9DA8BC color CMYK value is (16,11,0,26).

  • cyan value is 16.49%
  • magenta value is 10.64%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(16,11,0,26)
C16M11Y0K26 
(16%,11%,0%,26%)
(0.16/0.11/0.00/0.26)	

CMYK percentages

%16.49
%10.64
%0
%26.27

Codes

Color #9DA8BC in popluar color models

9DA8BC
RGB157168188
HSL219°18.79%67.65%
HSB/HSV219°16.49%73.73%
CMYK16.49%10.64%0.00%
26.27%

Color #9DA8BC in popluar number systems.

HEX9DA8BC
Decimal157168188
Binary100111011010100010111100
Octal235250274

Shades and tints

Shades of #9DA8BC

#9DA8BC
(157,168,188)
#8F99AB
(143,153,171)
#818A9A
(129,138,154)
#737B89
(115,123,137)
#656C78
(101,108,120)
#575D67
(87,93,103)
#494E56
(73,78,86)
#3B3F45
(59,63,69)
#2D3034
(45,48,52)
#1F2123
(31,33,35)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #9DA8BC

#9DA8BC
(157,168,188)
#A5AFC2
(165,175,194)
#ADB6C8
(173,182,200)
#B5BDCE
(181,189,206)
#BDC4D4
(189,196,212)
#C5CBDA
(197,203,218)
#CDD2E0
(205,210,224)
#D5D9E6
(213,217,230)
#DDE0EC
(221,224,236)
#E5E7F2
(229,231,242)
#EDEEF8
(237,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DA8BC; }

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

This text font color is #9DA8BC.


Background Color

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

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

This div background color is #9DA8BC.


Border color

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

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

This div border color is #9DA8BC.


Opacity

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

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

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

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

This text has shadow with #9DA8BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA8BC on black background.


Color preview on white background

This text has color #9DA8BC on white background.



Black color preview on #9DA8BC background

This text has black color on #9DA8BC background.


White color preview on #9DA8BC background

This text has white color on #9DA8BC background.