COLOR #9FABD1

HEX: #9FABD1
RGB: (159,171,209)

Color info

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

RGB color model

#9FABD1 color RGB value is (159,171,209).

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

RGB channels and saturation

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

159
171
209

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

Portions of RGB colors in percentages

R + G + B =
159 + 171 + 209 = 539 (100%)
R 159 of 539 ~ 29.5%
G 171 of 539 ~ 31.73%
B 209 of 539 ~ 38.78%

%29.5
%31.73
%38.78

CMYK color model

#9FABD1 color CMYK value is (24,18,0,18).

  • cyan value is 23.92%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(24,18,0,18)
C24M18Y0K18 
(24%,18%,0%,18%)
(0.24/0.18/0.00/0.18)	

CMYK percentages

%23.92
%18.18
%0
%18.04

Codes

Color #9FABD1 in popluar color models

9FABD1
RGB159171209
HSL226°35.21%72.16%
HSB/HSV226°23.92%81.96%
CMYK23.92%18.18%0.00%
18.04%

Color #9FABD1 in popluar number systems.

HEX9FABD1
Decimal159171209
Binary100111111010101111010001
Octal237253321

Shades and tints

Shades of #9FABD1

#9FABD1
(159,171,209)
#919CBE
(145,156,190)
#838DAB
(131,141,171)
#757E98
(117,126,152)
#676F85
(103,111,133)
#596072
(89,96,114)
#4B515F
(75,81,95)
#3D424C
(61,66,76)
#2F3339
(47,51,57)
#212426
(33,36,38)
#131513
(19,21,19)
#000000
(0,0,0)

Tints of #9FABD1

#9FABD1
(159,171,209)
#A7B2D5
(167,178,213)
#AFB9D9
(175,185,217)
#B7C0DD
(183,192,221)
#BFC7E1
(191,199,225)
#C7CEE5
(199,206,229)
#CFD5E9
(207,213,233)
#D7DCED
(215,220,237)
#DFE3F1
(223,227,241)
#E7EAF5
(231,234,245)
#EFF1F9
(239,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FABD1; }

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

This text font color is #9FABD1.


Background Color

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

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

This div background color is #9FABD1.


Border color

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

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

This div border color is #9FABD1.


Opacity

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

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

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

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

This text has shadow with #9FABD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FABD1 on black background.


Color preview on white background

This text has color #9FABD1 on white background.



Black color preview on #9FABD1 background

This text has black color on #9FABD1 background.


White color preview on #9FABD1 background

This text has white color on #9FABD1 background.