COLOR #9AC9DA

HEX: #9AC9DA RGB: (154,201,218)

Color info

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

RGB color model

#9AC9DA color RGB value is (154,201,218).

RGB: (154,201,218) (60%, 79%, 85%)

RGB channels and saturation

R 154 of 255 = 60%
G 201 of 255 = 79%
B 218 of 255 = 85%

154
201
218

R + G + B ~ 75%. #9AC9DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 154 + 201 + 218 = 573 (100%)
R 154 of 573 ~ 26.88%
G 201 of 573 ~ 35.08%
B 218 of 573 ~ 38.05'%

%26.88
%35.08
%38.05

CMYK color model

#9AC9DA color CMYK value is (29,8,0,15).

  • cyan value is 29.36%
  • magenta value is 7.80%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (29,8,0,15)
C29M8Y0K15 (29%, 8%, 0%, 15%)
(0.29 / 0.08 / 0.00 / 0.15)

CMYK percentages

%29.36
%7.8
%0
%14.51

Codes

Color #9AC9DA in popluar color models

9A C9 DA
RGB 154 201 218
HSL 196° 46.38% 72.94%
HSB/HSV 196° 29.36% 85.49%
CMYK 29.36% 7.80% 0.00%
14.51%

Color #9AC9DA in popluar number systems.

HEX 9A C9 DA
Decimal 154 201 218
Binary 10011010 11001001 11011010
Octal 232 311 332

Shades and tints

Shades of #9AC9DA

#9AC9DA
(154,201,218)
#8CB7C7
(140,183,199)
#7EA5B4
(126,165,180)
#7093A1
(112,147,161)
#62818E
(98,129,142)
#546F7B
(84,111,123)
#465D68
(70,93,104)
#384B55
(56,75,85)
#2A3942
(42,57,66)
#1C272F
(28,39,47)
#0E151C
(14,21,28)
#000000
(0,0,0)

Tints of #9AC9DA

#9AC9DA
(154,201,218)
#A3CDDD
(163,205,221)
#ACD1E0
(172,209,224)
#B5D5E3
(181,213,227)
#BED9E6
(190,217,230)
#C7DDE9
(199,221,233)
#D0E1EC
(208,225,236)
#D9E5EF
(217,229,239)
#E2E9F2
(226,233,242)
#EBEDF5
(235,237,245)
#F4F1F8
(244,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AC9DA; }

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

This text font color is #9AC9DA.

Background Color

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

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

This div background color is #9AC9DA.

Border color

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

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

This div border color is #9AC9DA.

Opacity

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

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

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

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

This text has shadow with #9AC9DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AC9DA.

Preview

Color preview on black background

This text has color #9AC9DA on black background.


Color preview on white background

This text has color #9AC9DA on white background.


Black color preview on #9AC9DA background

This text has black color on #9AC9DA background.


White color preview on #9AC9DA background

This text has white color on #9AC9DA background.


Related colors

Complementary color

Complementary color for #hex is #653625.


I love getcolorcode.com

Triadic colors

1 #DA9AC9 and #C9DA9A with #9AC9DA are triadic colors.

2 #DAC99A and #C99ADA with #9AC9DA are triadic colors.