COLOR #9DA7BB

HEX: #9DA7BB
RGB: (157,167,187)

Color info

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

RGB color model

#9DA7BB color RGB value is (157,167,187).

  • red value is 157;
  • green value is 167;
  • blue value is 187.
RGB:
(157,167,187)
(62%,65%,73%)

RGB channels and saturation

R 157 of 255 = 62%
G 167 of 255 = 65%
B 187 of 255 = 73%

157
167
187

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

Portions of RGB colors in percentages

R + G + B =
157 + 167 + 187 = 511 (100%)
R 157 of 511 ~ 30.72%
G 167 of 511 ~ 32.68%
B 187 of 511 ~ 36.59%

%30.72
%32.68
%36.59

CMYK color model

#9DA7BB color CMYK value is (16,11,0,27).

  • cyan value is 16.04%
  • magenta value is 10.70%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(16,11,0,27)
C16M11Y0K27 
(16%,11%,0%,27%)
(0.16/0.11/0.00/0.27)	

CMYK percentages

%16.04
%10.7
%0
%26.67

Codes

Color #9DA7BB in popluar color models

9DA7BB
RGB157167187
HSL220°18.07%67.45%
HSB/HSV220°16.04%73.33%
CMYK16.04%10.70%0.00%
26.67%

Color #9DA7BB in popluar number systems.

HEX9DA7BB
Decimal157167187
Binary100111011010011110111011
Octal235247273

Shades and tints

Shades of #9DA7BB

#9DA7BB
(157,167,187)
#8F98AA
(143,152,170)
#818999
(129,137,153)
#737A88
(115,122,136)
#656B77
(101,107,119)
#575C66
(87,92,102)
#494D55
(73,77,85)
#3B3E44
(59,62,68)
#2D2F33
(45,47,51)
#1F2022
(31,32,34)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #9DA7BB

#9DA7BB
(157,167,187)
#A5AFC1
(165,175,193)
#ADB7C7
(173,183,199)
#B5BFCD
(181,191,205)
#BDC7D3
(189,199,211)
#C5CFD9
(197,207,217)
#CDD7DF
(205,215,223)
#D5DFE5
(213,223,229)
#DDE7EB
(221,231,235)
#E5EFF1
(229,239,241)
#EDF7F7
(237,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DA7BB color. Also use rgb(157,167,187) instead hex code.

Text Font Color

.myTextColor { color: #9DA7BB; }

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

This text font color is #9DA7BB.


Background Color

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

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

This div background color is #9DA7BB.


Border color

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

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

This div border color is #9DA7BB.


Opacity

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

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

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

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

This text has shadow with #9DA7BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA7BB on black background.


Color preview on white background

This text has color #9DA7BB on white background.



Black color preview on #9DA7BB background

This text has black color on #9DA7BB background.


White color preview on #9DA7BB background

This text has white color on #9DA7BB background.