COLOR #9FAEBD

HEX: #9FAEBD
RGB: (159,174,189)

Color info

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

RGB color model

#9FAEBD color RGB value is (159,174,189).

  • red value is 159;
  • green value is 174;
  • blue value is 189.
RGB:
(159,174,189)
(62%,68%,74%)

RGB channels and saturation

R 159 of 255 = 62%
G 174 of 255 = 68%
B 189 of 255 = 74%

159
174
189

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

Portions of RGB colors in percentages

R + G + B =
159 + 174 + 189 = 522 (100%)
R 159 of 522 ~ 30.46%
G 174 of 522 ~ 33.33%
B 189 of 522 ~ 36.21%

%30.46
%33.33
%36.21

CMYK color model

#9FAEBD color CMYK value is (16,8,0,26).

  • cyan value is 15.87%
  • magenta value is 7.94%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(16,8,0,26)
C16M8Y0K26 
(16%,8%,0%,26%)
(0.16/0.08/0.00/0.26)	

CMYK percentages

%15.87
%7.94
%0
%25.88

Codes

Color #9FAEBD in popluar color models

9FAEBD
RGB159174189
HSL210°18.52%68.24%
HSB/HSV210°15.87%74.12%
CMYK15.87%7.94%0.00%
25.88%

Color #9FAEBD in popluar number systems.

HEX9FAEBD
Decimal159174189
Binary100111111010111010111101
Octal237256275

Shades and tints

Shades of #9FAEBD

#9FAEBD
(159,174,189)
#919FAC
(145,159,172)
#83909B
(131,144,155)
#75818A
(117,129,138)
#677279
(103,114,121)
#596368
(89,99,104)
#4B5457
(75,84,87)
#3D4546
(61,69,70)
#2F3635
(47,54,53)
#212724
(33,39,36)
#131813
(19,24,19)
#000000
(0,0,0)

Tints of #9FAEBD

#9FAEBD
(159,174,189)
#A7B5C3
(167,181,195)
#AFBCC9
(175,188,201)
#B7C3CF
(183,195,207)
#BFCAD5
(191,202,213)
#C7D1DB
(199,209,219)
#CFD8E1
(207,216,225)
#D7DFE7
(215,223,231)
#DFE6ED
(223,230,237)
#E7EDF3
(231,237,243)
#EFF4F9
(239,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FAEBD; }

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

This text font color is #9FAEBD.


Background Color

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

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

This div background color is #9FAEBD.


Border color

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

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

This div border color is #9FAEBD.


Opacity

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

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

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

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

This text has shadow with #9FAEBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FAEBD on black background.


Color preview on white background

This text has color #9FAEBD on white background.



Black color preview on #9FAEBD background

This text has black color on #9FAEBD background.


White color preview on #9FAEBD background

This text has white color on #9FAEBD background.