COLOR #9DADBE

HEX: #9DADBE RGB: (157,173,190)

Color info

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

RGB color model

#9DADBE color RGB value is (157,173,190).

RGB: (157,173,190) (62%, 68%, 75%)

RGB channels and saturation

R 157 of 255 = 62%
G 173 of 255 = 68%
B 190 of 255 = 75%

157
173
190

R + G + B ~ 68%. #9DADBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 173 + 190 = 520 (100%)
R 157 of 520 ~ 30.19%
G 173 of 520 ~ 33.27%
B 190 of 520 ~ 36.54'%

%30.19
%33.27
%36.54

CMYK color model

#9DADBE color CMYK value is (17,9,0,25).

  • cyan value is 17.37%
  • magenta value is 8.95%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (17,9,0,25)
C17M9Y0K25 (17%, 9%, 0%, 25%)
(0.17 / 0.09 / 0.00 / 0.25)

CMYK percentages

%17.37
%8.95
%0
%25.49

Codes

Color #9DADBE in popluar color models

9D AD BE
RGB 157 173 190
HSL 211° 20.25% 68.04%
HSB/HSV 211° 17.37% 74.51%
CMYK 17.37% 8.95% 0.00%
25.49%

Color #9DADBE in popluar number systems.

HEX 9D AD BE
Decimal 157 173 190
Binary 10011101 10101101 10111110
Octal 235 255 276

Shades and tints

Shades of #9DADBE

#9DADBE
(157,173,190)
#8F9EAD
(143,158,173)
#818F9C
(129,143,156)
#73808B
(115,128,139)
#65717A
(101,113,122)
#576269
(87,98,105)
#495358
(73,83,88)
#3B4447
(59,68,71)
#2D3536
(45,53,54)
#1F2625
(31,38,37)
#111714
(17,23,20)
#000000
(0,0,0)

Tints of #9DADBE

#9DADBE
(157,173,190)
#A5B4C3
(165,180,195)
#ADBBC8
(173,187,200)
#B5C2CD
(181,194,205)
#BDC9D2
(189,201,210)
#C5D0D7
(197,208,215)
#CDD7DC
(205,215,220)
#D5DEE1
(213,222,225)
#DDE5E6
(221,229,230)
#E5ECEB
(229,236,235)
#EDF3F0
(237,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DADBE color. Also use rgb(157,173,190) instead hex code.

Text Font Color

.myTextColor { color: #9DADBE; }

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

This text font color is #9DADBE.

Background Color

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

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

This div background color is #9DADBE.

Border color

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

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

This div border color is #9DADBE.

Opacity

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

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

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

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

This text has shadow with #9DADBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DADBE.

Preview

Color preview on black background

This text has color #9DADBE on black background.


Color preview on white background

This text has color #9DADBE on white background.


Black color preview on #9DADBE background

This text has black color on #9DADBE background.


White color preview on #9DADBE background

This text has white color on #9DADBE background.


Related colors

Complementary color

Complementary color for #hex is #625241.


I love getcolorcode.com

Triadic colors

1 #BE9DAD and #ADBE9D with #9DADBE are triadic colors.

2 #BEAD9D and #AD9DBE with #9DADBE are triadic colors.