COLOR #9DA4BB

HEX: #9DA4BB RGB: (157,164,187)

Color info

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

RGB color model

#9DA4BB color RGB value is (157,164,187).

RGB: (157,164,187) (62%, 64%, 73%)

RGB channels and saturation

R 157 of 255 = 62%
G 164 of 255 = 64%
B 187 of 255 = 73%

157
164
187

R + G + B ~ 66%. #9DA4BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 164 + 187 = 508 (100%)
R 157 of 508 ~ 30.91%
G 164 of 508 ~ 32.28%
B 187 of 508 ~ 36.81'%

%30.91
%32.28
%36.81

CMYK color model

#9DA4BB color CMYK value is (16,12,0,27).

  • cyan value is 16.04%
  • magenta value is 12.30%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (16,12,0,27)
C16M12Y0K27 (16%, 12%, 0%, 27%)
(0.16 / 0.12 / 0.00 / 0.27)

CMYK percentages

%16.04
%12.3
%0
%26.67

Codes

Color #9DA4BB in popluar color models

9D A4 BB
RGB 157 164 187
HSL 226° 18.07% 67.45%
HSB/HSV 226° 16.04% 73.33%
CMYK 16.04% 12.30% 0.00%
26.67%

Color #9DA4BB in popluar number systems.

HEX 9D A4 BB
Decimal 157 164 187
Binary 10011101 10100100 10111011
Octal 235 244 273

Shades and tints

Shades of #9DA4BB

#9DA4BB
(157,164,187)
#8F96AA
(143,150,170)
#818899
(129,136,153)
#737A88
(115,122,136)
#656C77
(101,108,119)
#575E66
(87,94,102)
#495055
(73,80,85)
#3B4244
(59,66,68)
#2D3433
(45,52,51)
#1F2622
(31,38,34)
#111811
(17,24,17)
#000000
(0,0,0)

Tints of #9DA4BB

#9DA4BB
(157,164,187)
#A5ACC1
(165,172,193)
#ADB4C7
(173,180,199)
#B5BCCD
(181,188,205)
#BDC4D3
(189,196,211)
#C5CCD9
(197,204,217)
#CDD4DF
(205,212,223)
#D5DCE5
(213,220,229)
#DDE4EB
(221,228,235)
#E5ECF1
(229,236,241)
#EDF4F7
(237,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DA4BB; }

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

This text font color is #9DA4BB.

Background Color

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

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

This div background color is #9DA4BB.

Border color

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

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

This div border color is #9DA4BB.

Opacity

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

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

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

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

This text has shadow with #9DA4BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DA4BB.

Preview

Color preview on black background

This text has color #9DA4BB on black background.


Color preview on white background

This text has color #9DA4BB on white background.


Black color preview on #9DA4BB background

This text has black color on #9DA4BB background.


White color preview on #9DA4BB background

This text has white color on #9DA4BB background.


Related colors

Complementary color

Complementary color for #hex is #625B44.


I love getcolorcode.com

Triadic colors

1 #BB9DA4 and #A4BB9D with #9DA4BB are triadic colors.

2 #BBA49D and #A49DBB with #9DA4BB are triadic colors.