COLOR #9DABCF

HEX: #9DABCF
RGB: (157,171,207)

Color info

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

RGB color model

#9DABCF color RGB value is (157,171,207).

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

RGB channels and saturation

R 157 of 255 = 62%
G 171 of 255 = 67%
B 207 of 255 = 81%

157
171
207

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

Portions of RGB colors in percentages

R + G + B =
157 + 171 + 207 = 535 (100%)
R 157 of 535 ~ 29.35%
G 171 of 535 ~ 31.96%
B 207 of 535 ~ 38.69%

%29.35
%31.96
%38.69

CMYK color model

#9DABCF color CMYK value is (24,17,0,19).

  • cyan value is 24.15%
  • magenta value is 17.39%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(24,17,0,19)
C24M17Y0K19 
(24%,17%,0%,19%)
(0.24/0.17/0.00/0.19)	

CMYK percentages

%24.15
%17.39
%0
%18.82

Codes

Color #9DABCF in popluar color models

9DABCF
RGB157171207
HSL223°34.25%71.37%
HSB/HSV223°24.15%81.18%
CMYK24.15%17.39%0.00%
18.82%

Color #9DABCF in popluar number systems.

HEX9DABCF
Decimal157171207
Binary100111011010101111001111
Octal235253317

Shades and tints

Shades of #9DABCF

#9DABCF
(157,171,207)
#8F9CBD
(143,156,189)
#818DAB
(129,141,171)
#737E99
(115,126,153)
#656F87
(101,111,135)
#576075
(87,96,117)
#495163
(73,81,99)
#3B4251
(59,66,81)
#2D333F
(45,51,63)
#1F242D
(31,36,45)
#11151B
(17,21,27)
#000000
(0,0,0)

Tints of #9DABCF

#9DABCF
(157,171,207)
#A5B2D3
(165,178,211)
#ADB9D7
(173,185,215)
#B5C0DB
(181,192,219)
#BDC7DF
(189,199,223)
#C5CEE3
(197,206,227)
#CDD5E7
(205,213,231)
#D5DCEB
(213,220,235)
#DDE3EF
(221,227,239)
#E5EAF3
(229,234,243)
#EDF1F7
(237,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DABCF; }

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

This text font color is #9DABCF.


Background Color

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

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

This div background color is #9DABCF.


Border color

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

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

This div border color is #9DABCF.


Opacity

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

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

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

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

This text has shadow with #9DABCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DABCF on black background.


Color preview on white background

This text has color #9DABCF on white background.



Black color preview on #9DABCF background

This text has black color on #9DABCF background.


White color preview on #9DABCF background

This text has white color on #9DABCF background.