COLOR #9AADBB

HEX: #9AADBB RGB: (154,173,187)

Color info

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

RGB color model

#9AADBB color RGB value is (154,173,187).

RGB: (154,173,187) (60%, 68%, 73%)

RGB channels and saturation

R 154 of 255 = 60%
G 173 of 255 = 68%
B 187 of 255 = 73%

154
173
187

R + G + B ~ 67%. #9AADBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 154 + 173 + 187 = 514 (100%)
R 154 of 514 ~ 29.96%
G 173 of 514 ~ 33.66%
B 187 of 514 ~ 36.38'%

%29.96
%33.66
%36.38

CMYK color model

#9AADBB color CMYK value is (18,7,0,27).

  • cyan value is 17.65%
  • magenta value is 7.49%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (18,7,0,27)
C18M7Y0K27 (18%, 7%, 0%, 27%)
(0.18 / 0.07 / 0.00 / 0.27)

CMYK percentages

%17.65
%7.49
%0
%26.67

Codes

Color #9AADBB in popluar color models

9A AD BB
RGB 154 173 187
HSL 205° 19.53% 66.86%
HSB/HSV 205° 17.65% 73.33%
CMYK 17.65% 7.49% 0.00%
26.67%

Color #9AADBB in popluar number systems.

HEX 9A AD BB
Decimal 154 173 187
Binary 10011010 10101101 10111011
Octal 232 255 273

Shades and tints

Shades of #9AADBB

#9AADBB
(154,173,187)
#8C9EAA
(140,158,170)
#7E8F99
(126,143,153)
#708088
(112,128,136)
#627177
(98,113,119)
#546266
(84,98,102)
#465355
(70,83,85)
#384444
(56,68,68)
#2A3533
(42,53,51)
#1C2622
(28,38,34)
#0E1711
(14,23,17)
#000000
(0,0,0)

Tints of #9AADBB

#9AADBB
(154,173,187)
#A3B4C1
(163,180,193)
#ACBBC7
(172,187,199)
#B5C2CD
(181,194,205)
#BEC9D3
(190,201,211)
#C7D0D9
(199,208,217)
#D0D7DF
(208,215,223)
#D9DEE5
(217,222,229)
#E2E5EB
(226,229,235)
#EBECF1
(235,236,241)
#F4F3F7
(244,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AADBB; }

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

This text font color is #9AADBB.

Background Color

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

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

This div background color is #9AADBB.

Border color

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

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

This div border color is #9AADBB.

Opacity

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

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

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

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

This text has shadow with #9AADBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AADBB.

Preview

Color preview on black background

This text has color #9AADBB on black background.


Color preview on white background

This text has color #9AADBB on white background.


Black color preview on #9AADBB background

This text has black color on #9AADBB background.


White color preview on #9AADBB background

This text has white color on #9AADBB background.


Related colors

Complementary color

Complementary color for #hex is #655244.


I love getcolorcode.com

Triadic colors

1 #BB9AAD and #ADBB9A with #9AADBB are triadic colors.

2 #BBAD9A and #AD9ABB with #9AADBB are triadic colors.