COLOR #9DA3DA

HEX: #9DA3DA RGB: (157,163,218)

Color info

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

RGB color model

#9DA3DA color RGB value is (157,163,218).

RGB: (157,163,218) (62%, 64%, 85%)

RGB channels and saturation

R 157 of 255 = 62%
G 163 of 255 = 64%
B 218 of 255 = 85%

157
163
218

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

Portions of RGB colors in percentages

R + G + B = 157 + 163 + 218 = 538 (100%)
R 157 of 538 ~ 29.18%
G 163 of 538 ~ 30.3%
B 218 of 538 ~ 40.52'%

%29.18
%30.3
%40.52

CMYK color model

#9DA3DA color CMYK value is (28,25,0,15).

  • cyan value is 27.98%
  • magenta value is 25.23%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (28,25,0,15)
C28M25Y0K15 (28%, 25%, 0%, 15%)
(0.28 / 0.25 / 0.00 / 0.15)

CMYK percentages

%27.98
%25.23
%0
%14.51

Codes

Color #9DA3DA in popluar color models

9D A3 DA
RGB 157 163 218
HSL 234° 45.19% 73.53%
HSB/HSV 234° 27.98% 85.49%
CMYK 27.98% 25.23% 0.00%
14.51%

Color #9DA3DA in popluar number systems.

HEX 9D A3 DA
Decimal 157 163 218
Binary 10011101 10100011 11011010
Octal 235 243 332

Shades and tints

Shades of #9DA3DA

#9DA3DA
(157,163,218)
#8F95C7
(143,149,199)
#8187B4
(129,135,180)
#7379A1
(115,121,161)
#656B8E
(101,107,142)
#575D7B
(87,93,123)
#494F68
(73,79,104)
#3B4155
(59,65,85)
#2D3342
(45,51,66)
#1F252F
(31,37,47)
#11171C
(17,23,28)
#000000
(0,0,0)

Tints of #9DA3DA

#9DA3DA
(157,163,218)
#A5ABDD
(165,171,221)
#ADB3E0
(173,179,224)
#B5BBE3
(181,187,227)
#BDC3E6
(189,195,230)
#C5CBE9
(197,203,233)
#CDD3EC
(205,211,236)
#D5DBEF
(213,219,239)
#DDE3F2
(221,227,242)
#E5EBF5
(229,235,245)
#EDF3F8
(237,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DA3DA color. Also use rgb(157,163,218) instead hex code.

Text Font Color

.myTextColor { color: #9DA3DA; }

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

This text font color is #9DA3DA.

Background Color

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

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

This div background color is #9DA3DA.

Border color

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

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

This div border color is #9DA3DA.

Opacity

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

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

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

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

This text has shadow with #9DA3DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DA3DA.

Preview

Color preview on black background

This text has color #9DA3DA on black background.


Color preview on white background

This text has color #9DA3DA on white background.


Black color preview on #9DA3DA background

This text has black color on #9DA3DA background.


White color preview on #9DA3DA background

This text has white color on #9DA3DA background.


Related colors

Complementary color

Complementary color for #hex is #625C25.


I love getcolorcode.com

Triadic colors

1 #DA9DA3 and #A3DA9D with #9DA3DA are triadic colors.

2 #DAA39D and #A39DDA with #9DA3DA are triadic colors.