COLOR #9DA1E8

HEX: #9DA1E8
RGB: (157,161,232)

Color info

#9DA1E8 contains mainly blue color. Web safe color of #9DA1E8 is #9999FF (or #99F).

RGB color model

#9DA1E8 color RGB value is (157,161,232).

  • red value is 157;
  • green value is 161;
  • blue value is 232.
RGB:
(157,161,232)
(62%,63%,91%)

RGB channels and saturation

R 157 of 255 = 62%
G 161 of 255 = 63%
B 232 of 255 = 91%

157
161
232

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

Portions of RGB colors in percentages

R + G + B =
157 + 161 + 232 = 550 (100%)
R 157 of 550 ~ 28.55%
G 161 of 550 ~ 29.27%
B 232 of 550 ~ 42.18%

%28.55
%29.27
%42.18

CMYK color model

#9DA1E8 color CMYK value is (32,31,0,9).

  • cyan value is 32.33%
  • magenta value is 30.60%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(32,31,0,9)
C32M31Y0K9 
(32%,31%,0%,9%)
(0.32/0.31/0.00/0.09)	

CMYK percentages

%32.33
%30.6
%0
%9.02

Codes

Color #9DA1E8 in popluar color models

9DA1E8
RGB157161232
HSL237°61.98%76.27%
HSB/HSV237°32.33%90.98%
CMYK32.33%30.60%0.00%
9.02%

Color #9DA1E8 in popluar number systems.

HEX9DA1E8
Decimal157161232
Binary100111011010000111101000
Octal235241350

Shades and tints

Shades of #9DA1E8

#9DA1E8
(157,161,232)
#8F93D3
(143,147,211)
#8185BE
(129,133,190)
#7377A9
(115,119,169)
#656994
(101,105,148)
#575B7F
(87,91,127)
#494D6A
(73,77,106)
#3B3F55
(59,63,85)
#2D3140
(45,49,64)
#1F232B
(31,35,43)
#111516
(17,21,22)
#000000
(0,0,0)

Tints of #9DA1E8

#9DA1E8
(157,161,232)
#A5A9EA
(165,169,234)
#ADB1EC
(173,177,236)
#B5B9EE
(181,185,238)
#BDC1F0
(189,193,240)
#C5C9F2
(197,201,242)
#CDD1F4
(205,209,244)
#D5D9F6
(213,217,246)
#DDE1F8
(221,225,248)
#E5E9FA
(229,233,250)
#EDF1FC
(237,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DA1E8 color. Also use rgb(157,161,232) instead hex code.

Text Font Color

.myTextColor { color: #9DA1E8; }

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

This text font color is #9DA1E8.


Background Color

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

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

This div background color is #9DA1E8.


Border color

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

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

This div border color is #9DA1E8.


Opacity

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

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

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

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

This text has shadow with #9DA1E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA1E8 on black background.


Color preview on white background

This text has color #9DA1E8 on white background.



Black color preview on #9DA1E8 background

This text has black color on #9DA1E8 background.


White color preview on #9DA1E8 background

This text has white color on #9DA1E8 background.