COLOR #9DA3E6

HEX: #9DA3E6
RGB: (157,163,230)

Color info

#9DA3E6 contains mainly blue color. Web safe color of #9DA3E6 is #9999CC (or #99C).

RGB color model

#9DA3E6 color RGB value is (157,163,230).

  • red value is 157;
  • green value is 163;
  • blue value is 230.
RGB:
(157,163,230)
(62%,64%,90%)

RGB channels and saturation

R 157 of 255 = 62%
G 163 of 255 = 64%
B 230 of 255 = 90%

157
163
230

R + G + B ~ 72%. #9DA3E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 163 + 230 = 550 (100%)
R 157 of 550 ~ 28.55%
G 163 of 550 ~ 29.64%
B 230 of 550 ~ 41.82%

%28.55
%29.64
%41.82

CMYK color model

#9DA3E6 color CMYK value is (32,29,0,10).

  • cyan value is 31.74%
  • magenta value is 29.13%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(32,29,0,10)
C32M29Y0K10 
(32%,29%,0%,10%)
(0.32/0.29/0.00/0.10)	

CMYK percentages

%31.74
%29.13
%0
%9.8

Codes

Color #9DA3E6 in popluar color models

9DA3E6
RGB157163230
HSL235°59.35%75.88%
HSB/HSV235°31.74%90.20%
CMYK31.74%29.13%0.00%
9.80%

Color #9DA3E6 in popluar number systems.

HEX9DA3E6
Decimal157163230
Binary100111011010001111100110
Octal235243346

Shades and tints

Shades of #9DA3E6

#9DA3E6
(157,163,230)
#8F95D2
(143,149,210)
#8187BE
(129,135,190)
#7379AA
(115,121,170)
#656B96
(101,107,150)
#575D82
(87,93,130)
#494F6E
(73,79,110)
#3B415A
(59,65,90)
#2D3346
(45,51,70)
#1F2532
(31,37,50)
#11171E
(17,23,30)
#000000
(0,0,0)

Tints of #9DA3E6

#9DA3E6
(157,163,230)
#A5ABE8
(165,171,232)
#ADB3EA
(173,179,234)
#B5BBEC
(181,187,236)
#BDC3EE
(189,195,238)
#C5CBF0
(197,203,240)
#CDD3F2
(205,211,242)
#D5DBF4
(213,219,244)
#DDE3F6
(221,227,246)
#E5EBF8
(229,235,248)
#EDF3FA
(237,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DA3E6; }

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

This text font color is #9DA3E6.


Background Color

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

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

This div background color is #9DA3E6.


Border color

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

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

This div border color is #9DA3E6.


Opacity

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

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

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

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

This text has shadow with #9DA3E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA3E6 on black background.


Color preview on white background

This text has color #9DA3E6 on white background.



Black color preview on #9DA3E6 background

This text has black color on #9DA3E6 background.


White color preview on #9DA3E6 background

This text has white color on #9DA3E6 background.