COLOR #9AAEBB

HEX: #9AAEBB
RGB: (154,174,187)

Color info

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

RGB color model

#9AAEBB color RGB value is (154,174,187).

  • red value is 154;
  • green value is 174;
  • blue value is 187.
RGB:
(154,174,187)
(60%,68%,73%)

RGB channels and saturation

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

154
174
187

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

Portions of RGB colors in percentages

R + G + B =
154 + 174 + 187 = 515 (100%)
R 154 of 515 ~ 29.9%
G 174 of 515 ~ 33.79%
B 187 of 515 ~ 36.31%

%29.9
%33.79
%36.31

CMYK color model

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

  • cyan value is 17.65%
  • magenta value is 6.95%
  • 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
%6.95
%0
%26.67

Codes

Color #9AAEBB in popluar color models

9AAEBB
RGB154174187
HSL204°19.53%66.86%
HSB/HSV204°17.65%73.33%
CMYK17.65%6.95%0.00%
26.67%

Color #9AAEBB in popluar number systems.

HEX9AAEBB
Decimal154174187
Binary100110101010111010111011
Octal232256273

Shades and tints

Shades of #9AAEBB

#9AAEBB
(154,174,187)
#8C9FAA
(140,159,170)
#7E9099
(126,144,153)
#708188
(112,129,136)
#627277
(98,114,119)
#546366
(84,99,102)
#465455
(70,84,85)
#384544
(56,69,68)
#2A3633
(42,54,51)
#1C2722
(28,39,34)
#0E1811
(14,24,17)
#000000
(0,0,0)

Tints of #9AAEBB

#9AAEBB
(154,174,187)
#A3B5C1
(163,181,193)
#ACBCC7
(172,188,199)
#B5C3CD
(181,195,205)
#BECAD3
(190,202,211)
#C7D1D9
(199,209,217)
#D0D8DF
(208,216,223)
#D9DFE5
(217,223,229)
#E2E6EB
(226,230,235)
#EBEDF1
(235,237,241)
#F4F4F7
(244,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AAEBB; }

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

This text font color is #9AAEBB.


Background Color

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

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

This div background color is #9AAEBB.


Border color

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

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

This div border color is #9AAEBB.


Opacity

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

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

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

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

This text has shadow with #9AAEBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AAEBB on black background.


Color preview on white background

This text has color #9AAEBB on white background.



Black color preview on #9AAEBB background

This text has black color on #9AAEBB background.


White color preview on #9AAEBB background

This text has white color on #9AAEBB background.