COLOR #9DA6BB

HEX: #9DA6BB RGB: (157,166,187)

Color info

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

RGB color model

#9DA6BB color RGB value is (157,166,187).

RGB: (157,166,187) (62%, 65%, 73%)

RGB channels and saturation

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

157
166
187

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

Portions of RGB colors in percentages

R + G + B = 157 + 166 + 187 = 510 (100%)
R 157 of 510 ~ 30.78%
G 166 of 510 ~ 32.55%
B 187 of 510 ~ 36.67'%

%30.78
%32.55
%36.67

CMYK color model

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

  • cyan value is 16.04%
  • magenta value is 11.23%
  • 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
%11.23
%0
%26.67

Codes

Color #9DA6BB in popluar color models

9D A6 BB
RGB 157 166 187
HSL 222° 18.07% 67.45%
HSB/HSV 222° 16.04% 73.33%
CMYK 16.04% 11.23% 0.00%
26.67%

Color #9DA6BB in popluar number systems.

HEX 9D A6 BB
Decimal 157 166 187
Binary 10011101 10100110 10111011
Octal 235 246 273

Shades and tints

Shades of #9DA6BB

#9DA6BB
(157,166,187)
#8F97AA
(143,151,170)
#818899
(129,136,153)
#737988
(115,121,136)
#656A77
(101,106,119)
#575B66
(87,91,102)
#494C55
(73,76,85)
#3B3D44
(59,61,68)
#2D2E33
(45,46,51)
#1F1F22
(31,31,34)
#111011
(17,16,17)
#000000
(0,0,0)

Tints of #9DA6BB

#9DA6BB
(157,166,187)
#A5AEC1
(165,174,193)
#ADB6C7
(173,182,199)
#B5BECD
(181,190,205)
#BDC6D3
(189,198,211)
#C5CED9
(197,206,217)
#CDD6DF
(205,214,223)
#D5DEE5
(213,222,229)
#DDE6EB
(221,230,235)
#E5EEF1
(229,238,241)
#EDF6F7
(237,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DA6BB; }

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

This text font color is #9DA6BB.

Background Color

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

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

This div background color is #9DA6BB.

Border color

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

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

This div border color is #9DA6BB.

Opacity

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

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

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

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

This text has shadow with #9DA6BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DA6BB.

Preview

Color preview on black background

This text has color #9DA6BB on black background.


Color preview on white background

This text has color #9DA6BB on white background.


Black color preview on #9DA6BB background

This text has black color on #9DA6BB background.


White color preview on #9DA6BB background

This text has white color on #9DA6BB background.


Related colors

Complementary color

Complementary color for #hex is #625944.


I love getcolorcode.com

Triadic colors

1 #BB9DA6 and #A6BB9D with #9DA6BB are triadic colors.

2 #BBA69D and #A69DBB with #9DA6BB are triadic colors.