COLOR #9FB7AD

HEX: #9FB7AD RGB: (159,183,173)

Color info

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

RGB color model

#9FB7AD color RGB value is (159,183,173).

RGB: (159,183,173) (62%, 72%, 68%)

RGB channels and saturation

R 159 of 255 = 62%
G 183 of 255 = 72%
B 173 of 255 = 68%

159
183
173

R + G + B ~ 67%. #9FB7AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 183 + 173 = 515 (100%)
R 159 of 515 ~ 30.87%
G 183 of 515 ~ 35.53%
B 173 of 515 ~ 33.59'%

%30.87
%35.53
%33.59

CMYK color model

#9FB7AD color CMYK value is (13,0,5,28).

  • cyan value is 13.11%
  • magenta value is 0.00%
  • yellow value is 5.46%
  • key color value is 28.24%

CMYK: (13,0,5,28)
C13M0Y5K28 (13%, 0%, 5%, 28%)
(0.13 / 0.00 / 0.05 / 0.28)

CMYK percentages

%13.11
%0
%5.46
%28.24

Codes

Color #9FB7AD in popluar color models

9F B7 AD
RGB 159 183 173
HSL 155° 14.29% 67.06%
HSB/HSV 155° 13.11% 71.76%
CMYK 13.11% 0.00% 5.46%
28.24%

Color #9FB7AD in popluar number systems.

HEX 9F B7 AD
Decimal 159 183 173
Binary 10011111 10110111 10101101
Octal 237 267 255

Shades and tints

Shades of #9FB7AD

#9FB7AD
(159,183,173)
#91A79E
(145,167,158)
#83978F
(131,151,143)
#758780
(117,135,128)
#677771
(103,119,113)
#596762
(89,103,98)
#4B5753
(75,87,83)
#3D4744
(61,71,68)
#2F3735
(47,55,53)
#212726
(33,39,38)
#131717
(19,23,23)
#000000
(0,0,0)

Tints of #9FB7AD

#9FB7AD
(159,183,173)
#A7BDB4
(167,189,180)
#AFC3BB
(175,195,187)
#B7C9C2
(183,201,194)
#BFCFC9
(191,207,201)
#C7D5D0
(199,213,208)
#CFDBD7
(207,219,215)
#D7E1DE
(215,225,222)
#DFE7E5
(223,231,229)
#E7EDEC
(231,237,236)
#EFF3F3
(239,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FB7AD color. Also use rgb(159,183,173) instead hex code.

Text Font Color

.myTextColor { color: #9FB7AD; }

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

This text font color is #9FB7AD.

Background Color

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

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

This div background color is #9FB7AD.

Border color

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

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

This div border color is #9FB7AD.

Opacity

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

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

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

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

This text has shadow with #9FB7AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FB7AD.

Preview

Color preview on black background

This text has color #9FB7AD on black background.


Color preview on white background

This text has color #9FB7AD on white background.


Black color preview on #9FB7AD background

This text has black color on #9FB7AD background.


White color preview on #9FB7AD background

This text has white color on #9FB7AD background.


Related colors

Complementary color

Complementary color for #hex is #604852.


I love getcolorcode.com

Triadic colors

1 #AD9FB7 and #B7AD9F with #9FB7AD are triadic colors.

2 #ADB79F and #B79FAD with #9FB7AD are triadic colors.