COLOR #9FACD2

HEX: #9FACD2
RGB: (159,172,210)

Color info

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

RGB color model

#9FACD2 color RGB value is (159,172,210).

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

RGB channels and saturation

R 159 of 255 = 62%
G 172 of 255 = 67%
B 210 of 255 = 82%

159
172
210

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

Portions of RGB colors in percentages

R + G + B =
159 + 172 + 210 = 541 (100%)
R 159 of 541 ~ 29.39%
G 172 of 541 ~ 31.79%
B 210 of 541 ~ 38.82%

%29.39
%31.79
%38.82

CMYK color model

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

  • cyan value is 24.29%
  • magenta value is 18.10%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(24,18,0,18)
C24M18Y0K18 
(24%,18%,0%,18%)
(0.24/0.18/0.00/0.18)	

CMYK percentages

%24.29
%18.1
%0
%17.65

Codes

Color #9FACD2 in popluar color models

9FACD2
RGB159172210
HSL225°36.17%72.35%
HSB/HSV225°24.29%82.35%
CMYK24.29%18.10%0.00%
17.65%

Color #9FACD2 in popluar number systems.

HEX9FACD2
Decimal159172210
Binary100111111010110011010010
Octal237254322

Shades and tints

Shades of #9FACD2

#9FACD2
(159,172,210)
#919DBF
(145,157,191)
#838EAC
(131,142,172)
#757F99
(117,127,153)
#677086
(103,112,134)
#596173
(89,97,115)
#4B5260
(75,82,96)
#3D434D
(61,67,77)
#2F343A
(47,52,58)
#212527
(33,37,39)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #9FACD2

#9FACD2
(159,172,210)
#A7B3D6
(167,179,214)
#AFBADA
(175,186,218)
#B7C1DE
(183,193,222)
#BFC8E2
(191,200,226)
#C7CFE6
(199,207,230)
#CFD6EA
(207,214,234)
#D7DDEE
(215,221,238)
#DFE4F2
(223,228,242)
#E7EBF6
(231,235,246)
#EFF2FA
(239,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FACD2; }

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

This text font color is #9FACD2.


Background Color

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

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

This div background color is #9FACD2.


Border color

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

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

This div border color is #9FACD2.


Opacity

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

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

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

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

This text has shadow with #9FACD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FACD2 on black background.


Color preview on white background

This text has color #9FACD2 on white background.



Black color preview on #9FACD2 background

This text has black color on #9FACD2 background.


White color preview on #9FACD2 background

This text has white color on #9FACD2 background.