COLOR #9DABD1

HEX: #9DABD1
RGB: (157,171,209)

Color info

#9DABD1 contains red, green and blue colors in about the same proportion. Web safe color of #9DABD1 is #9999CC (or #99C).

RGB color model

#9DABD1 color RGB value is (157,171,209).

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

RGB channels and saturation

R 157 of 255 = 62%
G 171 of 255 = 67%
B 209 of 255 = 82%

157
171
209

R + G + B ~ 70%. #9DABD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 171 + 209 = 537 (100%)
R 157 of 537 ~ 29.24%
G 171 of 537 ~ 31.84%
B 209 of 537 ~ 38.92%

%29.24
%31.84
%38.92

CMYK color model

#9DABD1 color CMYK value is (25,18,0,18).

  • cyan value is 24.88%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(25,18,0,18)
C25M18Y0K18 
(25%,18%,0%,18%)
(0.25/0.18/0.00/0.18)	

CMYK percentages

%24.88
%18.18
%0
%18.04

Codes

Color #9DABD1 in popluar color models

9DABD1
RGB157171209
HSL224°36.11%71.76%
HSB/HSV224°24.88%81.96%
CMYK24.88%18.18%0.00%
18.04%

Color #9DABD1 in popluar number systems.

HEX9DABD1
Decimal157171209
Binary100111011010101111010001
Octal235253321

Shades and tints

Shades of #9DABD1

#9DABD1
(157,171,209)
#8F9CBE
(143,156,190)
#818DAB
(129,141,171)
#737E98
(115,126,152)
#656F85
(101,111,133)
#576072
(87,96,114)
#49515F
(73,81,95)
#3B424C
(59,66,76)
#2D3339
(45,51,57)
#1F2426
(31,36,38)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #9DABD1

#9DABD1
(157,171,209)
#A5B2D5
(165,178,213)
#ADB9D9
(173,185,217)
#B5C0DD
(181,192,221)
#BDC7E1
(189,199,225)
#C5CEE5
(197,206,229)
#CDD5E9
(205,213,233)
#D5DCED
(213,220,237)
#DDE3F1
(221,227,241)
#E5EAF5
(229,234,245)
#EDF1F9
(237,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DABD1; }

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

This text font color is #9DABD1.


Background Color

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

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

This div background color is #9DABD1.


Border color

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

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

This div border color is #9DABD1.


Opacity

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

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

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

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

This text has shadow with #9DABD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DABD1 on black background.


Color preview on white background

This text has color #9DABD1 on white background.



Black color preview on #9DABD1 background

This text has black color on #9DABD1 background.


White color preview on #9DABD1 background

This text has white color on #9DABD1 background.