COLOR #9FB4CC

HEX: #9FB4CC RGB: (159,180,204)

Color info

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

RGB color model

#9FB4CC color RGB value is (159,180,204).

RGB: (159,180,204) (62%, 71%, 80%)

RGB channels and saturation

R 159 of 255 = 62%
G 180 of 255 = 71%
B 204 of 255 = 80%

159
180
204

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

Portions of RGB colors in percentages

R + G + B = 159 + 180 + 204 = 543 (100%)
R 159 of 543 ~ 29.28%
G 180 of 543 ~ 33.15%
B 204 of 543 ~ 37.57'%

%29.28
%33.15
%37.57

CMYK color model

#9FB4CC color CMYK value is (22,12,0,20).

  • cyan value is 22.06%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (22,12,0,20)
C22M12Y0K20 (22%, 12%, 0%, 20%)
(0.22 / 0.12 / 0.00 / 0.20)

CMYK percentages

%22.06
%11.76
%0
%20

Codes

Color #9FB4CC in popluar color models

9F B4 CC
RGB 159 180 204
HSL 212° 30.61% 71.18%
HSB/HSV 212° 22.06% 80.00%
CMYK 22.06% 11.76% 0.00%
20.00%

Color #9FB4CC in popluar number systems.

HEX 9F B4 CC
Decimal 159 180 204
Binary 10011111 10110100 11001100
Octal 237 264 314

Shades and tints

Shades of #9FB4CC

#9FB4CC
(159,180,204)
#91A4BA
(145,164,186)
#8394A8
(131,148,168)
#758496
(117,132,150)
#677484
(103,116,132)
#596472
(89,100,114)
#4B5460
(75,84,96)
#3D444E
(61,68,78)
#2F343C
(47,52,60)
#21242A
(33,36,42)
#131418
(19,20,24)
#000000
(0,0,0)

Tints of #9FB4CC

#9FB4CC
(159,180,204)
#A7BAD0
(167,186,208)
#AFC0D4
(175,192,212)
#B7C6D8
(183,198,216)
#BFCCDC
(191,204,220)
#C7D2E0
(199,210,224)
#CFD8E4
(207,216,228)
#D7DEE8
(215,222,232)
#DFE4EC
(223,228,236)
#E7EAF0
(231,234,240)
#EFF0F4
(239,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FB4CC color. Also use rgb(159,180,204) instead hex code.

Text Font Color

.myTextColor { color: #9FB4CC; }

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

This text font color is #9FB4CC.

Background Color

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

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

This div background color is #9FB4CC.

Border color

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

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

This div border color is #9FB4CC.

Opacity

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

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

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

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

This text has shadow with #9FB4CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FB4CC.

Preview

Color preview on black background

This text has color #9FB4CC on black background.


Color preview on white background

This text has color #9FB4CC on white background.


Black color preview on #9FB4CC background

This text has black color on #9FB4CC background.


White color preview on #9FB4CC background

This text has white color on #9FB4CC background.


Related colors

Complementary color

Complementary color for #hex is #604B33.


I love getcolorcode.com

Triadic colors

1 #CC9FB4 and #B4CC9F with #9FB4CC are triadic colors.

2 #CCB49F and #B49FCC with #9FB4CC are triadic colors.