COLOR #9FADBE

HEX: #9FADBE RGB: (159,173,190)

Color info

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

RGB color model

#9FADBE color RGB value is (159,173,190).

RGB: (159,173,190) (62%, 68%, 75%)

RGB channels and saturation

R 159 of 255 = 62%
G 173 of 255 = 68%
B 190 of 255 = 75%

159
173
190

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

Portions of RGB colors in percentages

R + G + B = 159 + 173 + 190 = 522 (100%)
R 159 of 522 ~ 30.46%
G 173 of 522 ~ 33.14%
B 190 of 522 ~ 36.4'%

%30.46
%33.14
%36.4

CMYK color model

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

  • cyan value is 16.32%
  • magenta value is 8.95%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (16,9,0,25)
C16M9Y0K25 (16%, 9%, 0%, 25%)
(0.16 / 0.09 / 0.00 / 0.25)

CMYK percentages

%16.32
%8.95
%0
%25.49

Codes

Color #9FADBE in popluar color models

9F AD BE
RGB 159 173 190
HSL 213° 19.25% 68.43%
HSB/HSV 213° 16.32% 74.51%
CMYK 16.32% 8.95% 0.00%
25.49%

Color #9FADBE in popluar number systems.

HEX 9F AD BE
Decimal 159 173 190
Binary 10011111 10101101 10111110
Octal 237 255 276

Shades and tints

Shades of #9FADBE

#9FADBE
(159,173,190)
#919EAD
(145,158,173)
#838F9C
(131,143,156)
#75808B
(117,128,139)
#67717A
(103,113,122)
#596269
(89,98,105)
#4B5358
(75,83,88)
#3D4447
(61,68,71)
#2F3536
(47,53,54)
#212625
(33,38,37)
#131714
(19,23,20)
#000000
(0,0,0)

Tints of #9FADBE

#9FADBE
(159,173,190)
#A7B4C3
(167,180,195)
#AFBBC8
(175,187,200)
#B7C2CD
(183,194,205)
#BFC9D2
(191,201,210)
#C7D0D7
(199,208,215)
#CFD7DC
(207,215,220)
#D7DEE1
(215,222,225)
#DFE5E6
(223,229,230)
#E7ECEB
(231,236,235)
#EFF3F0
(239,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FADBE; }

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

This text font color is #9FADBE.

Background Color

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

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

This div background color is #9FADBE.

Border color

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

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

This div border color is #9FADBE.

Opacity

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

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

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

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

This text has shadow with #9FADBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FADBE.

Preview

Color preview on black background

This text has color #9FADBE on black background.


Color preview on white background

This text has color #9FADBE on white background.


Black color preview on #9FADBE background

This text has black color on #9FADBE background.


White color preview on #9FADBE background

This text has white color on #9FADBE background.


Related colors

Complementary color

Complementary color for #hex is #605241.


I love getcolorcode.com

Triadic colors

1 #BE9FAD and #ADBE9F with #9FADBE are triadic colors.

2 #BEAD9F and #AD9FBE with #9FADBE are triadic colors.