COLOR #9DA6DB

HEX: #9DA6DB RGB: (157,166,219)

Color info

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

RGB color model

#9DA6DB color RGB value is (157,166,219).

RGB: (157,166,219) (62%, 65%, 86%)

RGB channels and saturation

R 157 of 255 = 62%
G 166 of 255 = 65%
B 219 of 255 = 86%

157
166
219

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

Portions of RGB colors in percentages

R + G + B = 157 + 166 + 219 = 542 (100%)
R 157 of 542 ~ 28.97%
G 166 of 542 ~ 30.63%
B 219 of 542 ~ 40.41'%

%28.97
%30.63
%40.41

CMYK color model

#9DA6DB color CMYK value is (28,24,0,14).

  • cyan value is 28.31%
  • magenta value is 24.20%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (28,24,0,14)
C28M24Y0K14 (28%, 24%, 0%, 14%)
(0.28 / 0.24 / 0.00 / 0.14)

CMYK percentages

%28.31
%24.2
%0
%14.12

Codes

Color #9DA6DB in popluar color models

9D A6 DB
RGB 157 166 219
HSL 231° 46.27% 73.73%
HSB/HSV 231° 28.31% 85.88%
CMYK 28.31% 24.20% 0.00%
14.12%

Color #9DA6DB in popluar number systems.

HEX 9D A6 DB
Decimal 157 166 219
Binary 10011101 10100110 11011011
Octal 235 246 333

Shades and tints

Shades of #9DA6DB

#9DA6DB
(157,166,219)
#8F97C8
(143,151,200)
#8188B5
(129,136,181)
#7379A2
(115,121,162)
#656A8F
(101,106,143)
#575B7C
(87,91,124)
#494C69
(73,76,105)
#3B3D56
(59,61,86)
#2D2E43
(45,46,67)
#1F1F30
(31,31,48)
#11101D
(17,16,29)
#000000
(0,0,0)

Tints of #9DA6DB

#9DA6DB
(157,166,219)
#A5AEDE
(165,174,222)
#ADB6E1
(173,182,225)
#B5BEE4
(181,190,228)
#BDC6E7
(189,198,231)
#C5CEEA
(197,206,234)
#CDD6ED
(205,214,237)
#D5DEF0
(213,222,240)
#DDE6F3
(221,230,243)
#E5EEF6
(229,238,246)
#EDF6F9
(237,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DA6DB; }

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

This text font color is #9DA6DB.

Background Color

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

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

This div background color is #9DA6DB.

Border color

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

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

This div border color is #9DA6DB.

Opacity

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

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

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

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

This text has shadow with #9DA6DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DA6DB.

Preview

Color preview on black background

This text has color #9DA6DB on black background.


Color preview on white background

This text has color #9DA6DB on white background.


Black color preview on #9DA6DB background

This text has black color on #9DA6DB background.


White color preview on #9DA6DB background

This text has white color on #9DA6DB background.


Related colors

Complementary color

Complementary color for #hex is #625924.


I love getcolorcode.com

Triadic colors

1 #DB9DA6 and #A6DB9D with #9DA6DB are triadic colors.

2 #DBA69D and #A69DDB with #9DA6DB are triadic colors.