COLOR #9DADC9

HEX: #9DADC9 RGB: (157,173,201)

Color info

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

RGB color model

#9DADC9 color RGB value is (157,173,201).

RGB: (157,173,201) (62%, 68%, 79%)

RGB channels and saturation

R 157 of 255 = 62%
G 173 of 255 = 68%
B 201 of 255 = 79%

157
173
201

R + G + B ~ 70%. #9DADC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 173 + 201 = 531 (100%)
R 157 of 531 ~ 29.57%
G 173 of 531 ~ 32.58%
B 201 of 531 ~ 37.85'%

%29.57
%32.58
%37.85

CMYK color model

#9DADC9 color CMYK value is (22,14,0,21).

  • cyan value is 21.89%
  • magenta value is 13.93%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (22,14,0,21)
C22M14Y0K21 (22%, 14%, 0%, 21%)
(0.22 / 0.14 / 0.00 / 0.21)

CMYK percentages

%21.89
%13.93
%0
%21.18

Codes

Color #9DADC9 in popluar color models

9D AD C9
RGB 157 173 201
HSL 218° 28.95% 70.20%
HSB/HSV 218° 21.89% 78.82%
CMYK 21.89% 13.93% 0.00%
21.18%

Color #9DADC9 in popluar number systems.

HEX 9D AD C9
Decimal 157 173 201
Binary 10011101 10101101 11001001
Octal 235 255 311

Shades and tints

Shades of #9DADC9

#9DADC9
(157,173,201)
#8F9EB7
(143,158,183)
#818FA5
(129,143,165)
#738093
(115,128,147)
#657181
(101,113,129)
#57626F
(87,98,111)
#49535D
(73,83,93)
#3B444B
(59,68,75)
#2D3539
(45,53,57)
#1F2627
(31,38,39)
#111715
(17,23,21)
#000000
(0,0,0)

Tints of #9DADC9

#9DADC9
(157,173,201)
#A5B4CD
(165,180,205)
#ADBBD1
(173,187,209)
#B5C2D5
(181,194,213)
#BDC9D9
(189,201,217)
#C5D0DD
(197,208,221)
#CDD7E1
(205,215,225)
#D5DEE5
(213,222,229)
#DDE5E9
(221,229,233)
#E5ECED
(229,236,237)
#EDF3F1
(237,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DADC9; }

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

This text font color is #9DADC9.

Background Color

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

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

This div background color is #9DADC9.

Border color

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

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

This div border color is #9DADC9.

Opacity

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

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

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

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

This text has shadow with #9DADC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DADC9.

Preview

Color preview on black background

This text has color #9DADC9 on black background.


Color preview on white background

This text has color #9DADC9 on white background.


Black color preview on #9DADC9 background

This text has black color on #9DADC9 background.


White color preview on #9DADC9 background

This text has white color on #9DADC9 background.


Related colors

Complementary color

Complementary color for #hex is #625236.


I love getcolorcode.com

Triadic colors

1 #C99DAD and #ADC99D with #9DADC9 are triadic colors.

2 #C9AD9D and #AD9DC9 with #9DADC9 are triadic colors.