COLOR #9AC9E2

HEX: #9AC9E2 RGB: (154,201,226)

Color info

#9AC9E2 contains mainly green and blue colors. Web safe color of #9AC9E2 is #99CCCC (or #9CC).

RGB color model

#9AC9E2 color RGB value is (154,201,226).

RGB: (154,201,226) (60%, 79%, 89%)

RGB channels and saturation

R 154 of 255 = 60%
G 201 of 255 = 79%
B 226 of 255 = 89%

154
201
226

R + G + B ~ 76%. #9AC9E2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 154 + 201 + 226 = 581 (100%)
R 154 of 581 ~ 26.51%
G 201 of 581 ~ 34.6%
B 226 of 581 ~ 38.9'%

%26.51
%34.6
%38.9

CMYK color model

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

  • cyan value is 31.86%
  • magenta value is 11.06%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (32,11,0,11)
C32M11Y0K11 (32%, 11%, 0%, 11%)
(0.32 / 0.11 / 0.00 / 0.11)

CMYK percentages

%31.86
%11.06
%0
%11.37

Codes

Color #9AC9E2 in popluar color models

9A C9 E2
RGB 154 201 226
HSL 201° 55.38% 74.51%
HSB/HSV 201° 31.86% 88.63%
CMYK 31.86% 11.06% 0.00%
11.37%

Color #9AC9E2 in popluar number systems.

HEX 9A C9 E2
Decimal 154 201 226
Binary 10011010 11001001 11100010
Octal 232 311 342

Shades and tints

Shades of #9AC9E2

#9AC9E2
(154,201,226)
#8CB7CE
(140,183,206)
#7EA5BA
(126,165,186)
#7093A6
(112,147,166)
#628192
(98,129,146)
#546F7E
(84,111,126)
#465D6A
(70,93,106)
#384B56
(56,75,86)
#2A3942
(42,57,66)
#1C272E
(28,39,46)
#0E151A
(14,21,26)
#000000
(0,0,0)

Tints of #9AC9E2

#9AC9E2
(154,201,226)
#A3CDE4
(163,205,228)
#ACD1E6
(172,209,230)
#B5D5E8
(181,213,232)
#BED9EA
(190,217,234)
#C7DDEC
(199,221,236)
#D0E1EE
(208,225,238)
#D9E5F0
(217,229,240)
#E2E9F2
(226,233,242)
#EBEDF4
(235,237,244)
#F4F1F6
(244,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AC9E2 color. Also use rgb(154,201,226) instead hex code.

Text Font Color

.myTextColor { color: #9AC9E2; }

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

This text font color is #9AC9E2.

Background Color

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

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

This div background color is #9AC9E2.

Border color

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

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

This div border color is #9AC9E2.

Opacity

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

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

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

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

This text has shadow with #9AC9E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AC9E2.

Preview

Color preview on black background

This text has color #9AC9E2 on black background.


Color preview on white background

This text has color #9AC9E2 on white background.


Black color preview on #9AC9E2 background

This text has black color on #9AC9E2 background.


White color preview on #9AC9E2 background

This text has white color on #9AC9E2 background.


Related colors

Complementary color

Complementary color for #hex is #65361D.


I love getcolorcode.com

Triadic colors

1 #E29AC9 and #C9E29A with #9AC9E2 are triadic colors.

2 #E2C99A and #C99AE2 with #9AC9E2 are triadic colors.