COLOR #9DAAF6

HEX: #9DAAF6 RGB: (157,170,246)

Color info

#9DAAF6 contains mainly blue color. Web safe color of #9DAAF6 is #9999FF (or #99F).

RGB color model

#9DAAF6 color RGB value is (157,170,246).

RGB: (157,170,246) (62%, 67%, 96%)

RGB channels and saturation

R 157 of 255 = 62%
G 170 of 255 = 67%
B 246 of 255 = 96%

157
170
246

R + G + B ~ 75%. #9DAAF6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 170 + 246 = 573 (100%)
R 157 of 573 ~ 27.4%
G 170 of 573 ~ 29.67%
B 246 of 573 ~ 42.93'%

%27.4
%29.67
%42.93

CMYK color model

#9DAAF6 color CMYK value is (36,31,0,4).

  • cyan value is 36.18%
  • magenta value is 30.89%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (36,31,0,4)
C36M31Y0K4 (36%, 31%, 0%, 4%)
(0.36 / 0.31 / 0.00 / 0.04)

CMYK percentages

%36.18
%30.89
%0
%3.53

Codes

Color #9DAAF6 in popluar color models

9D AA F6
RGB 157 170 246
HSL 231° 83.18% 79.02%
HSB/HSV 231° 36.18% 96.47%
CMYK 36.18% 30.89% 0.00%
3.53%

Color #9DAAF6 in popluar number systems.

HEX 9D AA F6
Decimal 157 170 246
Binary 10011101 10101010 11110110
Octal 235 252 366

Shades and tints

Shades of #9DAAF6

#9DAAF6
(157,170,246)
#8F9BE0
(143,155,224)
#818CCA
(129,140,202)
#737DB4
(115,125,180)
#656E9E
(101,110,158)
#575F88
(87,95,136)
#495072
(73,80,114)
#3B415C
(59,65,92)
#2D3246
(45,50,70)
#1F2330
(31,35,48)
#11141A
(17,20,26)
#000000
(0,0,0)

Tints of #9DAAF6

#9DAAF6
(157,170,246)
#A5B1F6
(165,177,246)
#ADB8F6
(173,184,246)
#B5BFF6
(181,191,246)
#BDC6F6
(189,198,246)
#C5CDF6
(197,205,246)
#CDD4F6
(205,212,246)
#D5DBF6
(213,219,246)
#DDE2F6
(221,226,246)
#E5E9F6
(229,233,246)
#EDF0F6
(237,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DAAF6 color. Also use rgb(157,170,246) instead hex code.

Text Font Color

.myTextColor { color: #9DAAF6; }

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

This text font color is #9DAAF6.

Background Color

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

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

This div background color is #9DAAF6.

Border color

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

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

This div border color is #9DAAF6.

Opacity

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

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

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

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

This text has shadow with #9DAAF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DAAF6.

Preview

Color preview on black background

This text has color #9DAAF6 on black background.


Color preview on white background

This text has color #9DAAF6 on white background.


Black color preview on #9DAAF6 background

This text has black color on #9DAAF6 background.


White color preview on #9DAAF6 background

This text has white color on #9DAAF6 background.


Related colors

Complementary color

Complementary color for #hex is #625509.


I love getcolorcode.com

Triadic colors

1 #F69DAA and #AAF69D with #9DAAF6 are triadic colors.

2 #F6AA9D and #AA9DF6 with #9DAAF6 are triadic colors.