COLOR #9FAABE

HEX: #9FAABE
RGB: (159,170,190)

Color info

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

RGB color model

#9FAABE color RGB value is (159,170,190).

  • red value is 159;
  • green value is 170;
  • blue value is 190.
RGB:
(159,170,190)
(62%,67%,75%)

RGB channels and saturation

R 159 of 255 = 62%
G 170 of 255 = 67%
B 190 of 255 = 75%

159
170
190

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

Portions of RGB colors in percentages

R + G + B =
159 + 170 + 190 = 519 (100%)
R 159 of 519 ~ 30.64%
G 170 of 519 ~ 32.76%
B 190 of 519 ~ 36.61%

%30.64
%32.76
%36.61

CMYK color model

#9FAABE color CMYK value is (16,11,0,25).

  • cyan value is 16.32%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(16,11,0,25)
C16M11Y0K25 
(16%,11%,0%,25%)
(0.16/0.11/0.00/0.25)	

CMYK percentages

%16.32
%10.53
%0
%25.49

Codes

Color #9FAABE in popluar color models

9FAABE
RGB159170190
HSL219°19.25%68.43%
HSB/HSV219°16.32%74.51%
CMYK16.32%10.53%0.00%
25.49%

Color #9FAABE in popluar number systems.

HEX9FAABE
Decimal159170190
Binary100111111010101010111110
Octal237252276

Shades and tints

Shades of #9FAABE

#9FAABE
(159,170,190)
#919BAD
(145,155,173)
#838C9C
(131,140,156)
#757D8B
(117,125,139)
#676E7A
(103,110,122)
#595F69
(89,95,105)
#4B5058
(75,80,88)
#3D4147
(61,65,71)
#2F3236
(47,50,54)
#212325
(33,35,37)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #9FAABE

#9FAABE
(159,170,190)
#A7B1C3
(167,177,195)
#AFB8C8
(175,184,200)
#B7BFCD
(183,191,205)
#BFC6D2
(191,198,210)
#C7CDD7
(199,205,215)
#CFD4DC
(207,212,220)
#D7DBE1
(215,219,225)
#DFE2E6
(223,226,230)
#E7E9EB
(231,233,235)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FAABE color. Also use rgb(159,170,190) instead hex code.

Text Font Color

.myTextColor { color: #9FAABE; }

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

This text font color is #9FAABE.


Background Color

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

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

This div background color is #9FAABE.


Border color

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

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

This div border color is #9FAABE.


Opacity

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

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

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

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

This text has shadow with #9FAABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FAABE on black background.


Color preview on white background

This text has color #9FAABE on white background.



Black color preview on #9FAABE background

This text has black color on #9FAABE background.


White color preview on #9FAABE background

This text has white color on #9FAABE background.