COLOR #9DA6DD

HEX: #9DA6DD RGB: (157,166,221)

Color info

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

RGB color model

#9DA6DD color RGB value is (157,166,221).

RGB: (157,166,221) (62%, 65%, 87%)

RGB channels and saturation

R 157 of 255 = 62%
G 166 of 255 = 65%
B 221 of 255 = 87%

157
166
221

R + G + B ~ 71%. #9DA6DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 166 + 221 = 544 (100%)
R 157 of 544 ~ 28.86%
G 166 of 544 ~ 30.51%
B 221 of 544 ~ 40.63'%

%28.86
%30.51
%40.63

CMYK color model

#9DA6DD color CMYK value is (29,25,0,13).

  • cyan value is 28.96%
  • magenta value is 24.89%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (29,25,0,13)
C29M25Y0K13 (29%, 25%, 0%, 13%)
(0.29 / 0.25 / 0.00 / 0.13)

CMYK percentages

%28.96
%24.89
%0
%13.33

Codes

Color #9DA6DD in popluar color models

9D A6 DD
RGB 157 166 221
HSL 232° 48.48% 74.12%
HSB/HSV 232° 28.96% 86.67%
CMYK 28.96% 24.89% 0.00%
13.33%

Color #9DA6DD in popluar number systems.

HEX 9D A6 DD
Decimal 157 166 221
Binary 10011101 10100110 11011101
Octal 235 246 335

Shades and tints

Shades of #9DA6DD

#9DA6DD
(157,166,221)
#8F97C9
(143,151,201)
#8188B5
(129,136,181)
#7379A1
(115,121,161)
#656A8D
(101,106,141)
#575B79
(87,91,121)
#494C65
(73,76,101)
#3B3D51
(59,61,81)
#2D2E3D
(45,46,61)
#1F1F29
(31,31,41)
#111015
(17,16,21)
#000000
(0,0,0)

Tints of #9DA6DD

#9DA6DD
(157,166,221)
#A5AEE0
(165,174,224)
#ADB6E3
(173,182,227)
#B5BEE6
(181,190,230)
#BDC6E9
(189,198,233)
#C5CEEC
(197,206,236)
#CDD6EF
(205,214,239)
#D5DEF2
(213,222,242)
#DDE6F5
(221,230,245)
#E5EEF8
(229,238,248)
#EDF6FB
(237,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DA6DD color. Also use rgb(157,166,221) instead hex code.

Text Font Color

.myTextColor { color: #9DA6DD; }

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

This text font color is #9DA6DD.

Background Color

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

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

This div background color is #9DA6DD.

Border color

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

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

This div border color is #9DA6DD.

Opacity

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

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

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

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

This text has shadow with #9DA6DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DA6DD.

Preview

Color preview on black background

This text has color #9DA6DD on black background.


Color preview on white background

This text has color #9DA6DD on white background.


Black color preview on #9DA6DD background

This text has black color on #9DA6DD background.


White color preview on #9DA6DD background

This text has white color on #9DA6DD background.


Related colors

Complementary color

Complementary color for #hex is #625922.


I love getcolorcode.com

Triadic colors

1 #DD9DA6 and #A6DD9D with #9DA6DD are triadic colors.

2 #DDA69D and #A69DDD with #9DA6DD are triadic colors.