COLOR #9DA3DE

HEX: #9DA3DE
RGB: (157,163,222)

Color info

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

RGB color model

#9DA3DE color RGB value is (157,163,222).

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

RGB channels and saturation

R 157 of 255 = 62%
G 163 of 255 = 64%
B 222 of 255 = 87%

157
163
222

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

Portions of RGB colors in percentages

R + G + B =
157 + 163 + 222 = 542 (100%)
R 157 of 542 ~ 28.97%
G 163 of 542 ~ 30.07%
B 222 of 542 ~ 40.96%

%28.97
%30.07
%40.96

CMYK color model

#9DA3DE color CMYK value is (29,27,0,13).

  • cyan value is 29.28%
  • magenta value is 26.58%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(29,27,0,13)
C29M27Y0K13 
(29%,27%,0%,13%)
(0.29/0.27/0.00/0.13)	

CMYK percentages

%29.28
%26.58
%0
%12.94

Codes

Color #9DA3DE in popluar color models

9DA3DE
RGB157163222
HSL234°49.62%74.31%
HSB/HSV234°29.28%87.06%
CMYK29.28%26.58%0.00%
12.94%

Color #9DA3DE in popluar number systems.

HEX9DA3DE
Decimal157163222
Binary100111011010001111011110
Octal235243336

Shades and tints

Shades of #9DA3DE

#9DA3DE
(157,163,222)
#8F95CA
(143,149,202)
#8187B6
(129,135,182)
#7379A2
(115,121,162)
#656B8E
(101,107,142)
#575D7A
(87,93,122)
#494F66
(73,79,102)
#3B4152
(59,65,82)
#2D333E
(45,51,62)
#1F252A
(31,37,42)
#111716
(17,23,22)
#000000
(0,0,0)

Tints of #9DA3DE

#9DA3DE
(157,163,222)
#A5ABE1
(165,171,225)
#ADB3E4
(173,179,228)
#B5BBE7
(181,187,231)
#BDC3EA
(189,195,234)
#C5CBED
(197,203,237)
#CDD3F0
(205,211,240)
#D5DBF3
(213,219,243)
#DDE3F6
(221,227,246)
#E5EBF9
(229,235,249)
#EDF3FC
(237,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DA3DE; }

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

This text font color is #9DA3DE.


Background Color

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

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

This div background color is #9DA3DE.


Border color

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

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

This div border color is #9DA3DE.


Opacity

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

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

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

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

This text has shadow with #9DA3DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA3DE on black background.


Color preview on white background

This text has color #9DA3DE on white background.



Black color preview on #9DA3DE background

This text has black color on #9DA3DE background.


White color preview on #9DA3DE background

This text has white color on #9DA3DE background.