COLOR #9FACD7

HEX: #9FACD7
RGB: (159,172,215)

Color info

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

RGB color model

#9FACD7 color RGB value is (159,172,215).

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

RGB channels and saturation

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

159
172
215

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

Portions of RGB colors in percentages

R + G + B =
159 + 172 + 215 = 546 (100%)
R 159 of 546 ~ 29.12%
G 172 of 546 ~ 31.5%
B 215 of 546 ~ 39.38%

%29.12
%31.5
%39.38

CMYK color model

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

  • cyan value is 26.05%
  • magenta value is 20.00%
  • 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
%0
%15.69

Codes

Color #9FACD7 in popluar color models

9FACD7
RGB159172215
HSL226°41.18%73.33%
HSB/HSV226°26.05%84.31%
CMYK26.05%20.00%0.00%
15.69%

Color #9FACD7 in popluar number systems.

HEX9FACD7
Decimal159172215
Binary100111111010110011010111
Octal237254327

Shades and tints

Shades of #9FACD7

#9FACD7
(159,172,215)
#919DC4
(145,157,196)
#838EB1
(131,142,177)
#757F9E
(117,127,158)
#67708B
(103,112,139)
#596178
(89,97,120)
#4B5265
(75,82,101)
#3D4352
(61,67,82)
#2F343F
(47,52,63)
#21252C
(33,37,44)
#131619
(19,22,25)
#000000
(0,0,0)

Tints of #9FACD7

#9FACD7
(159,172,215)
#A7B3DA
(167,179,218)
#AFBADD
(175,186,221)
#B7C1E0
(183,193,224)
#BFC8E3
(191,200,227)
#C7CFE6
(199,207,230)
#CFD6E9
(207,214,233)
#D7DDEC
(215,221,236)
#DFE4EF
(223,228,239)
#E7EBF2
(231,235,242)
#EFF2F5
(239,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FACD7; }

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

This text font color is #9FACD7.


Background Color

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

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

This div background color is #9FACD7.


Border color

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

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

This div border color is #9FACD7.


Opacity

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

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

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

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

This text has shadow with #9FACD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FACD7 on black background.


Color preview on white background

This text has color #9FACD7 on white background.



Black color preview on #9FACD7 background

This text has black color on #9FACD7 background.


White color preview on #9FACD7 background

This text has white color on #9FACD7 background.