COLOR #9AADBF

HEX: #9AADBF
RGB: (154,173,191)

Color info

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

RGB color model

#9AADBF color RGB value is (154,173,191).

  • red value is 154;
  • green value is 173;
  • blue value is 191.
RGB:
(154,173,191)
(60%,68%,75%)

RGB channels and saturation

R 154 of 255 = 60%
G 173 of 255 = 68%
B 191 of 255 = 75%

154
173
191

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

Portions of RGB colors in percentages

R + G + B =
154 + 173 + 191 = 518 (100%)
R 154 of 518 ~ 29.73%
G 173 of 518 ~ 33.4%
B 191 of 518 ~ 36.87%

%29.73
%33.4
%36.87

CMYK color model

#9AADBF color CMYK value is (19,9,0,25).

  • cyan value is 19.37%
  • magenta value is 9.42%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(19,9,0,25)
C19M9Y0K25 
(19%,9%,0%,25%)
(0.19/0.09/0.00/0.25)	

CMYK percentages

%19.37
%9.42
%0
%25.1

Codes

Color #9AADBF in popluar color models

9AADBF
RGB154173191
HSL209°22.42%67.65%
HSB/HSV209°19.37%74.90%
CMYK19.37%9.42%0.00%
25.10%

Color #9AADBF in popluar number systems.

HEX9AADBF
Decimal154173191
Binary100110101010110110111111
Octal232255277

Shades and tints

Shades of #9AADBF

#9AADBF
(154,173,191)
#8C9EAE
(140,158,174)
#7E8F9D
(126,143,157)
#70808C
(112,128,140)
#62717B
(98,113,123)
#54626A
(84,98,106)
#465359
(70,83,89)
#384448
(56,68,72)
#2A3537
(42,53,55)
#1C2626
(28,38,38)
#0E1715
(14,23,21)
#000000
(0,0,0)

Tints of #9AADBF

#9AADBF
(154,173,191)
#A3B4C4
(163,180,196)
#ACBBC9
(172,187,201)
#B5C2CE
(181,194,206)
#BEC9D3
(190,201,211)
#C7D0D8
(199,208,216)
#D0D7DD
(208,215,221)
#D9DEE2
(217,222,226)
#E2E5E7
(226,229,231)
#EBECEC
(235,236,236)
#F4F3F1
(244,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AADBF color. Also use rgb(154,173,191) instead hex code.

Text Font Color

.myTextColor { color: #9AADBF; }

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

This text font color is #9AADBF.


Background Color

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

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

This div background color is #9AADBF.


Border color

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

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

This div border color is #9AADBF.


Opacity

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

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

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

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

This text has shadow with #9AADBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AADBF on black background.


Color preview on white background

This text has color #9AADBF on white background.



Black color preview on #9AADBF background

This text has black color on #9AADBF background.


White color preview on #9AADBF background

This text has white color on #9AADBF background.