COLOR #9AACC8

HEX: #9AACC8
RGB: (154,172,200)

Color info

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

RGB color model

#9AACC8 color RGB value is (154,172,200).

  • red value is 154;
  • green value is 172;
  • blue value is 200.
RGB:
(154,172,200)
(60%,67%,78%)

RGB channels and saturation

R 154 of 255 = 60%
G 172 of 255 = 67%
B 200 of 255 = 78%

154
172
200

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

Portions of RGB colors in percentages

R + G + B =
154 + 172 + 200 = 526 (100%)
R 154 of 526 ~ 29.28%
G 172 of 526 ~ 32.7%
B 200 of 526 ~ 38.02%

%29.28
%32.7
%38.02

CMYK color model

#9AACC8 color CMYK value is (23,14,0,22).

  • cyan value is 23.00%
  • magenta value is 14.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(23,14,0,22)
C23M14Y0K22 
(23%,14%,0%,22%)
(0.23/0.14/0.00/0.22)	

CMYK percentages

%23
%14
%0
%21.57

Codes

Color #9AACC8 in popluar color models

9AACC8
RGB154172200
HSL217°29.49%69.41%
HSB/HSV217°23.00%78.43%
CMYK23.00%14.00%0.00%
21.57%

Color #9AACC8 in popluar number systems.

HEX9AACC8
Decimal154172200
Binary100110101010110011001000
Octal232254310

Shades and tints

Shades of #9AACC8

#9AACC8
(154,172,200)
#8C9DB6
(140,157,182)
#7E8EA4
(126,142,164)
#707F92
(112,127,146)
#627080
(98,112,128)
#54616E
(84,97,110)
#46525C
(70,82,92)
#38434A
(56,67,74)
#2A3438
(42,52,56)
#1C2526
(28,37,38)
#0E1614
(14,22,20)
#000000
(0,0,0)

Tints of #9AACC8

#9AACC8
(154,172,200)
#A3B3CD
(163,179,205)
#ACBAD2
(172,186,210)
#B5C1D7
(181,193,215)
#BEC8DC
(190,200,220)
#C7CFE1
(199,207,225)
#D0D6E6
(208,214,230)
#D9DDEB
(217,221,235)
#E2E4F0
(226,228,240)
#EBEBF5
(235,235,245)
#F4F2FA
(244,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AACC8 color. Also use rgb(154,172,200) instead hex code.

Text Font Color

.myTextColor { color: #9AACC8; }

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

This text font color is #9AACC8.


Background Color

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

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

This div background color is #9AACC8.


Border color

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

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

This div border color is #9AACC8.


Opacity

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

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

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

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

This text has shadow with #9AACC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AACC8 on black background.


Color preview on white background

This text has color #9AACC8 on white background.



Black color preview on #9AACC8 background

This text has black color on #9AACC8 background.


White color preview on #9AACC8 background

This text has white color on #9AACC8 background.