COLOR #9FABD8

HEX: #9FABD8
RGB: (159,171,216)

Color info

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

RGB color model

#9FABD8 color RGB value is (159,171,216).

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

RGB channels and saturation

R 159 of 255 = 62%
G 171 of 255 = 67%
B 216 of 255 = 85%

159
171
216

R + G + B ~ 71%. #9FABD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 171 + 216 = 546 (100%)
R 159 of 546 ~ 29.12%
G 171 of 546 ~ 31.32%
B 216 of 546 ~ 39.56%

%29.12
%31.32
%39.56

CMYK color model

#9FABD8 color CMYK value is (26,21,0,15).

  • cyan value is 26.39%
  • magenta value is 20.83%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(26,21,0,15)
C26M21Y0K15 
(26%,21%,0%,15%)
(0.26/0.21/0.00/0.15)	

CMYK percentages

%26.39
%20.83
%0
%15.29

Codes

Color #9FABD8 in popluar color models

9FABD8
RGB159171216
HSL227°42.22%73.53%
HSB/HSV227°26.39%84.71%
CMYK26.39%20.83%0.00%
15.29%

Color #9FABD8 in popluar number systems.

HEX9FABD8
Decimal159171216
Binary100111111010101111011000
Octal237253330

Shades and tints

Shades of #9FABD8

#9FABD8
(159,171,216)
#919CC5
(145,156,197)
#838DB2
(131,141,178)
#757E9F
(117,126,159)
#676F8C
(103,111,140)
#596079
(89,96,121)
#4B5166
(75,81,102)
#3D4253
(61,66,83)
#2F3340
(47,51,64)
#21242D
(33,36,45)
#13151A
(19,21,26)
#000000
(0,0,0)

Tints of #9FABD8

#9FABD8
(159,171,216)
#A7B2DB
(167,178,219)
#AFB9DE
(175,185,222)
#B7C0E1
(183,192,225)
#BFC7E4
(191,199,228)
#C7CEE7
(199,206,231)
#CFD5EA
(207,213,234)
#D7DCED
(215,220,237)
#DFE3F0
(223,227,240)
#E7EAF3
(231,234,243)
#EFF1F6
(239,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FABD8; }

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

This text font color is #9FABD8.


Background Color

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

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

This div background color is #9FABD8.


Border color

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

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

This div border color is #9FABD8.


Opacity

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

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

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

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

This text has shadow with #9FABD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FABD8 on black background.


Color preview on white background

This text has color #9FABD8 on white background.



Black color preview on #9FABD8 background

This text has black color on #9FABD8 background.


White color preview on #9FABD8 background

This text has white color on #9FABD8 background.