COLOR #9DA1E7

HEX: #9DA1E7
RGB: (157,161,231)

Color info

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

RGB color model

#9DA1E7 color RGB value is (157,161,231).

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

RGB channels and saturation

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

157
161
231

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

Portions of RGB colors in percentages

R + G + B =
157 + 161 + 231 = 549 (100%)
R 157 of 549 ~ 28.6%
G 161 of 549 ~ 29.33%
B 231 of 549 ~ 42.08%

%28.6
%29.33
%42.08

CMYK color model

#9DA1E7 color CMYK value is (32,30,0,9).

  • cyan value is 32.03%
  • magenta value is 30.30%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(32,30,0,9)
C32M30Y0K9 
(32%,30%,0%,9%)
(0.32/0.30/0.00/0.09)	

CMYK percentages

%32.03
%30.3
%0
%9.41

Codes

Color #9DA1E7 in popluar color models

9DA1E7
RGB157161231
HSL237°60.66%76.08%
HSB/HSV237°32.03%90.59%
CMYK32.03%30.30%0.00%
9.41%

Color #9DA1E7 in popluar number systems.

HEX9DA1E7
Decimal157161231
Binary100111011010000111100111
Octal235241347

Shades and tints

Shades of #9DA1E7

#9DA1E7
(157,161,231)
#8F93D2
(143,147,210)
#8185BD
(129,133,189)
#7377A8
(115,119,168)
#656993
(101,105,147)
#575B7E
(87,91,126)
#494D69
(73,77,105)
#3B3F54
(59,63,84)
#2D313F
(45,49,63)
#1F232A
(31,35,42)
#111515
(17,21,21)
#000000
(0,0,0)

Tints of #9DA1E7

#9DA1E7
(157,161,231)
#A5A9E9
(165,169,233)
#ADB1EB
(173,177,235)
#B5B9ED
(181,185,237)
#BDC1EF
(189,193,239)
#C5C9F1
(197,201,241)
#CDD1F3
(205,209,243)
#D5D9F5
(213,217,245)
#DDE1F7
(221,225,247)
#E5E9F9
(229,233,249)
#EDF1FB
(237,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DA1E7; }

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

This text font color is #9DA1E7.


Background Color

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

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

This div background color is #9DA1E7.


Border color

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

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

This div border color is #9DA1E7.


Opacity

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

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

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

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

This text has shadow with #9DA1E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DA1E7 on black background.


Color preview on white background

This text has color #9DA1E7 on white background.



Black color preview on #9DA1E7 background

This text has black color on #9DA1E7 background.


White color preview on #9DA1E7 background

This text has white color on #9DA1E7 background.