COLOR #9DA8D4

HEX: #9DA8D4 RGB: (157,168,212)

Color info

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

RGB color model

#9DA8D4 color RGB value is (157,168,212).

RGB: (157,168,212) (62%, 66%, 83%)

RGB channels and saturation

R 157 of 255 = 62%
G 168 of 255 = 66%
B 212 of 255 = 83%

157
168
212

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

Portions of RGB colors in percentages

R + G + B = 157 + 168 + 212 = 537 (100%)
R 157 of 537 ~ 29.24%
G 168 of 537 ~ 31.28%
B 212 of 537 ~ 39.48'%

%29.24
%31.28
%39.48

CMYK color model

#9DA8D4 color CMYK value is (26,21,0,17).

  • cyan value is 25.94%
  • magenta value is 20.75%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (26,21,0,17)
C26M21Y0K17 (26%, 21%, 0%, 17%)
(0.26 / 0.21 / 0.00 / 0.17)

CMYK percentages

%25.94
%20.75
%0
%16.86

Codes

Color #9DA8D4 in popluar color models

9D A8 D4
RGB 157 168 212
HSL 228° 39.01% 72.35%
HSB/HSV 228° 25.94% 83.14%
CMYK 25.94% 20.75% 0.00%
16.86%

Color #9DA8D4 in popluar number systems.

HEX 9D A8 D4
Decimal 157 168 212
Binary 10011101 10101000 11010100
Octal 235 250 324

Shades and tints

Shades of #9DA8D4

#9DA8D4
(157,168,212)
#8F99C1
(143,153,193)
#818AAE
(129,138,174)
#737B9B
(115,123,155)
#656C88
(101,108,136)
#575D75
(87,93,117)
#494E62
(73,78,98)
#3B3F4F
(59,63,79)
#2D303C
(45,48,60)
#1F2129
(31,33,41)
#111216
(17,18,22)
#000000
(0,0,0)

Tints of #9DA8D4

#9DA8D4
(157,168,212)
#A5AFD7
(165,175,215)
#ADB6DA
(173,182,218)
#B5BDDD
(181,189,221)
#BDC4E0
(189,196,224)
#C5CBE3
(197,203,227)
#CDD2E6
(205,210,230)
#D5D9E9
(213,217,233)
#DDE0EC
(221,224,236)
#E5E7EF
(229,231,239)
#EDEEF2
(237,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DA8D4 color. Also use rgb(157,168,212) instead hex code.

Text Font Color

.myTextColor { color: #9DA8D4; }

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

This text font color is #9DA8D4.

Background Color

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

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

This div background color is #9DA8D4.

Border color

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

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

This div border color is #9DA8D4.

Opacity

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

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

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

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

This text has shadow with #9DA8D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DA8D4.

Preview

Color preview on black background

This text has color #9DA8D4 on black background.


Color preview on white background

This text has color #9DA8D4 on white background.


Black color preview on #9DA8D4 background

This text has black color on #9DA8D4 background.


White color preview on #9DA8D4 background

This text has white color on #9DA8D4 background.


Related colors

Complementary color

Complementary color for #hex is #62572B.


I love getcolorcode.com

Triadic colors

1 #D49DA8 and #A8D49D with #9DA8D4 are triadic colors.

2 #D4A89D and #A89DD4 with #9DA8D4 are triadic colors.