COLOR #9DAFD9

HEX: #9DAFD9 RGB: (157,175,217)

Color info

#9DAFD9 contains mainly green and blue colors. Web safe color of #9DAFD9 is #9999CC (or #99C).

RGB color model

#9DAFD9 color RGB value is (157,175,217).

RGB: (157,175,217) (62%, 69%, 85%)

RGB channels and saturation

R 157 of 255 = 62%
G 175 of 255 = 69%
B 217 of 255 = 85%

157
175
217

R + G + B ~ 72%. #9DAFD9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 175 + 217 = 549 (100%)
R 157 of 549 ~ 28.6%
G 175 of 549 ~ 31.88%
B 217 of 549 ~ 39.53'%

%28.6
%31.88
%39.53

CMYK color model

#9DAFD9 color CMYK value is (28,19,0,15).

  • cyan value is 27.65%
  • magenta value is 19.35%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (28,19,0,15)
C28M19Y0K15 (28%, 19%, 0%, 15%)
(0.28 / 0.19 / 0.00 / 0.15)

CMYK percentages

%27.65
%19.35
%0
%14.9

Codes

Color #9DAFD9 in popluar color models

9D AF D9
RGB 157 175 217
HSL 222° 44.12% 73.33%
HSB/HSV 222° 27.65% 85.10%
CMYK 27.65% 19.35% 0.00%
14.90%

Color #9DAFD9 in popluar number systems.

HEX 9D AF D9
Decimal 157 175 217
Binary 10011101 10101111 11011001
Octal 235 257 331

Shades and tints

Shades of #9DAFD9

#9DAFD9
(157,175,217)
#8FA0C6
(143,160,198)
#8191B3
(129,145,179)
#7382A0
(115,130,160)
#65738D
(101,115,141)
#57647A
(87,100,122)
#495567
(73,85,103)
#3B4654
(59,70,84)
#2D3741
(45,55,65)
#1F282E
(31,40,46)
#11191B
(17,25,27)
#000000
(0,0,0)

Tints of #9DAFD9

#9DAFD9
(157,175,217)
#A5B6DC
(165,182,220)
#ADBDDF
(173,189,223)
#B5C4E2
(181,196,226)
#BDCBE5
(189,203,229)
#C5D2E8
(197,210,232)
#CDD9EB
(205,217,235)
#D5E0EE
(213,224,238)
#DDE7F1
(221,231,241)
#E5EEF4
(229,238,244)
#EDF5F7
(237,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DAFD9 color. Also use rgb(157,175,217) instead hex code.

Text Font Color

.myTextColor { color: #9DAFD9; }

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

This text font color is #9DAFD9.

Background Color

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

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

This div background color is #9DAFD9.

Border color

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

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

This div border color is #9DAFD9.

Opacity

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

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

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

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

This text has shadow with #9DAFD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DAFD9.

Preview

Color preview on black background

This text has color #9DAFD9 on black background.


Color preview on white background

This text has color #9DAFD9 on white background.


Black color preview on #9DAFD9 background

This text has black color on #9DAFD9 background.


White color preview on #9DAFD9 background

This text has white color on #9DAFD9 background.


Related colors

Complementary color

Complementary color for #hex is #625026.


I love getcolorcode.com

Triadic colors

1 #D99DAF and #AFD99D with #9DAFD9 are triadic colors.

2 #D9AF9D and #AF9DD9 with #9DAFD9 are triadic colors.