COLOR #9FABAE

HEX: #9FABAE RGB: (159,171,174)

Color info

#9FABAE contains red, green and blue colors in about the same proportion. Web safe color of #9FABAE is #999999 (or #999).

RGB color model

#9FABAE color RGB value is (159,171,174).

RGB: (159,171,174) (62%, 67%, 68%)

RGB channels and saturation

R 159 of 255 = 62%
G 171 of 255 = 67%
B 174 of 255 = 68%

159
171
174

R + G + B ~ 66%. #9FABAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 171 + 174 = 504 (100%)
R 159 of 504 ~ 31.55%
G 171 of 504 ~ 33.93%
B 174 of 504 ~ 34.52'%

%31.55
%33.93
%34.52

CMYK color model

#9FABAE color CMYK value is (9,2,0,32).

  • cyan value is 8.62%
  • magenta value is 1.72%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK: (9,2,0,32) C9M2Y0K32 (9%,2%,0%,32%) (0.09/0.02/0.00/0.32) 

CMYK percentages

%8.62
%1.72
%0
%31.76

Codes

Color #9FABAE in popluar color models

9F AB AE
RGB 159 171 174
HSL 192° 8.47% 65.29%
HSB/HSV 192° 8.62% 68.24%
CMYK 8.62% 1.72% 0.00%
31.76%

Color #9FABAE in popluar number systems.

HEX 9F AB AE
Decimal 159 171 174
Binary 10011111 10101011 10101110
Octal 237 253 256

Shades and tints

Shades of #9FABAE

#9FABAE
(159,171,174)
#919C9F
(145,156,159)
#838D90
(131,141,144)
#757E81
(117,126,129)
#676F72
(103,111,114)
#596063
(89,96,99)
#4B5154
(75,81,84)
#3D4245
(61,66,69)
#2F3336
(47,51,54)
#212427
(33,36,39)
#131518
(19,21,24)
#000000
(0,0,0)

Tints of #9FABAE

#9FABAE
(159,171,174)
#A7B2B5
(167,178,181)
#AFB9BC
(175,185,188)
#B7C0C3
(183,192,195)
#BFC7CA
(191,199,202)
#C7CED1
(199,206,209)
#CFD5D8
(207,213,216)
#D7DCDF
(215,220,223)
#DFE3E6
(223,227,230)
#E7EAED
(231,234,237)
#EFF1F4
(239,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FABAE color. Also use rgb(159,171,174) instead hex code.

Text Font Color

.myTextColor { color: #9FABAE; }

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

This text font color is #9FABAE.

Background Color

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

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

This div background color is #9FABAE.

Border color

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

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

This div border color is #9FABAE.

Opacity

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

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

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

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

This text has shadow with #9FABAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FABAE.

Preview

Color preview on black background

This text has color #9FABAE on black background.


Color preview on white background

This text has color #9FABAE on white background.


Black color preview on #9FABAE background

This text has black color on #9FABAE background.


White color preview on #9FABAE background

This text has white color on #9FABAE background.


Related colors

Complementary color

Complementary color for #hex is #605451.


I love getcolorcode.com

Triadic colors

1 #AE9FAB and #ABAE9F with #9FABAE are triadic colors.

2 #AEAB9F and #AB9FAE with #9FABAE are triadic colors.