COLOR #9DABF1

HEX: #9DABF1
RGB: (157,171,241)

Color info

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

RGB color model

#9DABF1 color RGB value is (157,171,241).

  • red value is 157;
  • green value is 171;
  • blue value is 241.
RGB:
(157,171,241)
(62%,67%,95%)

RGB channels and saturation

R 157 of 255 = 62%
G 171 of 255 = 67%
B 241 of 255 = 95%

157
171
241

R + G + B ~ 75%. #9DABF1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 171 + 241 = 569 (100%)
R 157 of 569 ~ 27.59%
G 171 of 569 ~ 30.05%
B 241 of 569 ~ 42.36%

%27.59
%30.05
%42.36

CMYK color model

#9DABF1 color CMYK value is (35,29,0,5).

  • cyan value is 34.85%
  • magenta value is 29.05%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(35,29,0,5)
C35M29Y0K5 
(35%,29%,0%,5%)
(0.35/0.29/0.00/0.05)	

CMYK percentages

%34.85
%29.05
%0
%5.49

Codes

Color #9DABF1 in popluar color models

9DABF1
RGB157171241
HSL230°75.00%78.04%
HSB/HSV230°34.85%94.51%
CMYK34.85%29.05%0.00%
5.49%

Color #9DABF1 in popluar number systems.

HEX9DABF1
Decimal157171241
Binary100111011010101111110001
Octal235253361

Shades and tints

Shades of #9DABF1

#9DABF1
(157,171,241)
#8F9CDC
(143,156,220)
#818DC7
(129,141,199)
#737EB2
(115,126,178)
#656F9D
(101,111,157)
#576088
(87,96,136)
#495173
(73,81,115)
#3B425E
(59,66,94)
#2D3349
(45,51,73)
#1F2434
(31,36,52)
#11151F
(17,21,31)
#000000
(0,0,0)

Tints of #9DABF1

#9DABF1
(157,171,241)
#A5B2F2
(165,178,242)
#ADB9F3
(173,185,243)
#B5C0F4
(181,192,244)
#BDC7F5
(189,199,245)
#C5CEF6
(197,206,246)
#CDD5F7
(205,213,247)
#D5DCF8
(213,220,248)
#DDE3F9
(221,227,249)
#E5EAFA
(229,234,250)
#EDF1FB
(237,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DABF1 color. Also use rgb(157,171,241) instead hex code.

Text Font Color

.myTextColor { color: #9DABF1; }

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

This text font color is #9DABF1.


Background Color

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

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

This div background color is #9DABF1.


Border color

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

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

This div border color is #9DABF1.


Opacity

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

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

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

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

This text has shadow with #9DABF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DABF1 on black background.


Color preview on white background

This text has color #9DABF1 on white background.



Black color preview on #9DABF1 background

This text has black color on #9DABF1 background.


White color preview on #9DABF1 background

This text has white color on #9DABF1 background.