COLOR #9FABD7

HEX: #9FABD7
RGB: (159,171,215)

Color info

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

RGB color model

#9FABD7 color RGB value is (159,171,215).

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

RGB channels and saturation

R 159 of 255 = 62%
G 171 of 255 = 67%
B 215 of 255 = 84%

159
171
215

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

Portions of RGB colors in percentages

R + G + B =
159 + 171 + 215 = 545 (100%)
R 159 of 545 ~ 29.17%
G 171 of 545 ~ 31.38%
B 215 of 545 ~ 39.45%

%29.17
%31.38
%39.45

CMYK color model

#9FABD7 color CMYK value is (26,20,0,16).

  • cyan value is 26.05%
  • magenta value is 20.47%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK: (26,20,0,16) C26M20Y0K16 (26%,20%,0%,16%) (0.26/0.20/0.00/0.16)

CMYK percentages

%26.05
%20.47
%0
%15.69

Codes

Color #9FABD7 in popluar color models

9FABD7
RGB159171215
HSL227°41.18%73.33%
HSB/HSV227°26.05%84.31%
CMYK26.05%20.47%0.00%
15.69%

Color #9FABD7 in popluar number systems.

HEX9FABD7
Decimal159171215
Binary100111111010101111010111
Octal237253327

Shades and tints

Shades of #9FABD7

#9FABD7
(159,171,215)
#919CC4
(145,156,196)
#838DB1
(131,141,177)
#757E9E
(117,126,158)
#676F8B
(103,111,139)
#596078
(89,96,120)
#4B5165
(75,81,101)
#3D4252
(61,66,82)
#2F333F
(47,51,63)
#21242C
(33,36,44)
#131519
(19,21,25)
#000000
(0,0,0)

Tints of #9FABD7

#9FABD7
(159,171,215)
#A7B2DA
(167,178,218)
#AFB9DD
(175,185,221)
#B7C0E0
(183,192,224)
#BFC7E3
(191,199,227)
#C7CEE6
(199,206,230)
#CFD5E9
(207,213,233)
#D7DCEC
(215,220,236)
#DFE3EF
(223,227,239)
#E7EAF2
(231,234,242)
#EFF1F5
(239,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FABD7; }

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

This text font color is #9FABD7.


Background Color

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

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

This div background color is #9FABD7.


Border color

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

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

This div border color is #9FABD7.


Opacity

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

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

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

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

This text has shadow with #9FABD7 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #9FABD7 on black background.


Color preview on white background

This text has color #9FABD7 on white background.



Black color preview on #9FABD7 background

This text has black color on #9FABD7 background.


White color preview on #9FABD7 background

This text has white color on #9FABD7 background.