COLOR #9FBCAF

HEX: #9FBCAF RGB: (159,188,175)

Color info

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

RGB color model

#9FBCAF color RGB value is (159,188,175).

RGB: (159,188,175) (62%, 74%, 69%)

RGB channels and saturation

R 159 of 255 = 62%
G 188 of 255 = 74%
B 175 of 255 = 69%

159
188
175

R + G + B ~ 68%. #9FBCAF is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 188 + 175 = 522 (100%)
R 159 of 522 ~ 30.46%
G 188 of 522 ~ 36.02%
B 175 of 522 ~ 33.52'%

%30.46
%36.02
%33.52

CMYK color model

#9FBCAF color CMYK value is (15,0,7,26).

  • cyan value is 15.43%
  • magenta value is 0.00%
  • yellow value is 6.91%
  • key color value is 26.27%
CMYK: (15,0,7,26) C15M0Y7K26 (15%,0%,7%,26%) (0.15/0.00/0.07/0.26) 

CMYK percentages

%15.43
%0
%6.91
%26.27

Codes

Color #9FBCAF in popluar color models

9F BC AF
RGB 159 188 175
HSL 153° 17.79% 68.04%
HSB/HSV 153° 15.43% 73.73%
CMYK 15.43% 0.00% 6.91%
26.27%

Color #9FBCAF in popluar number systems.

HEX 9F BC AF
Decimal 159 188 175
Binary 10011111 10111100 10101111
Octal 237 274 257

Shades and tints

Shades of #9FBCAF

#9FBCAF
(159,188,175)
#91ABA0
(145,171,160)
#839A91
(131,154,145)
#758982
(117,137,130)
#677873
(103,120,115)
#596764
(89,103,100)
#4B5655
(75,86,85)
#3D4546
(61,69,70)
#2F3437
(47,52,55)
#212328
(33,35,40)
#131219
(19,18,25)
#000000
(0,0,0)

Tints of #9FBCAF

#9FBCAF
(159,188,175)
#A7C2B6
(167,194,182)
#AFC8BD
(175,200,189)
#B7CEC4
(183,206,196)
#BFD4CB
(191,212,203)
#C7DAD2
(199,218,210)
#CFE0D9
(207,224,217)
#D7E6E0
(215,230,224)
#DFECE7
(223,236,231)
#E7F2EE
(231,242,238)
#EFF8F5
(239,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FBCAF color. Also use rgb(159,188,175) instead hex code.

Text Font Color

.myTextColor { color: #9FBCAF; }

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

This text font color is #9FBCAF.

Background Color

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

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

This div background color is #9FBCAF.

Border color

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

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

This div border color is #9FBCAF.

Opacity

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

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

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

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

This text has shadow with #9FBCAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FBCAF.

Preview

Color preview on black background

This text has color #9FBCAF on black background.


Color preview on white background

This text has color #9FBCAF on white background.


Black color preview on #9FBCAF background

This text has black color on #9FBCAF background.


White color preview on #9FBCAF background

This text has white color on #9FBCAF background.


Related colors

Complementary color

Complementary color for #hex is #604350.


I love getcolorcode.com

Triadic colors

1 #AF9FBC and #BCAF9F with #9FBCAF are triadic colors.

2 #AFBC9F and #BC9FAF with #9FBCAF are triadic colors.