COLOR #9AA6E3

HEX: #9AA6E3 RGB: (154,166,227)

Color info

#9AA6E3 contains mainly blue color. Web safe color of #9AA6E3 is #9999CC (or #99C).

RGB color model

#9AA6E3 color RGB value is (154,166,227).

RGB: (154,166,227) (60%, 65%, 89%)

RGB channels and saturation

R 154 of 255 = 60%
G 166 of 255 = 65%
B 227 of 255 = 89%

154
166
227

R + G + B ~ 71%. #9AA6E3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 154 + 166 + 227 = 547 (100%)
R 154 of 547 ~ 28.15%
G 166 of 547 ~ 30.35%
B 227 of 547 ~ 41.5'%

%28.15
%30.35
%41.5

CMYK color model

#9AA6E3 color CMYK value is (32,27,0,11).

  • cyan value is 32.16%
  • magenta value is 26.87%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (32,27,0,11)
C32M27Y0K11 (32%, 27%, 0%, 11%)
(0.32 / 0.27 / 0.00 / 0.11)

CMYK percentages

%32.16
%26.87
%0
%10.98

Codes

Color #9AA6E3 in popluar color models

9A A6 E3
RGB 154 166 227
HSL 230° 56.59% 74.71%
HSB/HSV 230° 32.16% 89.02%
CMYK 32.16% 26.87% 0.00%
10.98%

Color #9AA6E3 in popluar number systems.

HEX 9A A6 E3
Decimal 154 166 227
Binary 10011010 10100110 11100011
Octal 232 246 343

Shades and tints

Shades of #9AA6E3

#9AA6E3
(154,166,227)
#8C97CF
(140,151,207)
#7E88BB
(126,136,187)
#7079A7
(112,121,167)
#626A93
(98,106,147)
#545B7F
(84,91,127)
#464C6B
(70,76,107)
#383D57
(56,61,87)
#2A2E43
(42,46,67)
#1C1F2F
(28,31,47)
#0E101B
(14,16,27)
#000000
(0,0,0)

Tints of #9AA6E3

#9AA6E3
(154,166,227)
#A3AEE5
(163,174,229)
#ACB6E7
(172,182,231)
#B5BEE9
(181,190,233)
#BEC6EB
(190,198,235)
#C7CEED
(199,206,237)
#D0D6EF
(208,214,239)
#D9DEF1
(217,222,241)
#E2E6F3
(226,230,243)
#EBEEF5
(235,238,245)
#F4F6F7
(244,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AA6E3 color. Also use rgb(154,166,227) instead hex code.

Text Font Color

.myTextColor { color: #9AA6E3; }

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

This text font color is #9AA6E3.

Background Color

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

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

This div background color is #9AA6E3.

Border color

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

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

This div border color is #9AA6E3.

Opacity

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

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

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

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

This text has shadow with #9AA6E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AA6E3.

Preview

Color preview on black background

This text has color #9AA6E3 on black background.


Color preview on white background

This text has color #9AA6E3 on white background.


Black color preview on #9AA6E3 background

This text has black color on #9AA6E3 background.


White color preview on #9AA6E3 background

This text has white color on #9AA6E3 background.


Related colors

Complementary color

Complementary color for #hex is #65591C.


I love getcolorcode.com

Triadic colors

1 #E39AA6 and #A6E39A with #9AA6E3 are triadic colors.

2 #E3A69A and #A69AE3 with #9AA6E3 are triadic colors.