COLOR #9AC5D8

HEX: #9AC5D8 RGB: (154,197,216)

Color info

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

RGB color model

#9AC5D8 color RGB value is (154,197,216).

RGB: (154,197,216) (60%, 77%, 85%)

RGB channels and saturation

R 154 of 255 = 60%
G 197 of 255 = 77%
B 216 of 255 = 85%

154
197
216

R + G + B ~ 74%. #9AC5D8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 154 + 197 + 216 = 567 (100%)
R 154 of 567 ~ 27.16%
G 197 of 567 ~ 34.74%
B 216 of 567 ~ 38.1'%

%27.16
%34.74
%38.1

CMYK color model

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

  • cyan value is 28.70%
  • magenta value is 8.80%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (29,9,0,15)
C29M9Y0K15 (29%, 9%, 0%, 15%)
(0.29 / 0.09 / 0.00 / 0.15)

CMYK percentages

%28.7
%8.8
%0
%15.29

Codes

Color #9AC5D8 in popluar color models

9A C5 D8
RGB 154 197 216
HSL 198° 44.29% 72.55%
HSB/HSV 198° 28.70% 84.71%
CMYK 28.70% 8.80% 0.00%
15.29%

Color #9AC5D8 in popluar number systems.

HEX 9A C5 D8
Decimal 154 197 216
Binary 10011010 11000101 11011000
Octal 232 305 330

Shades and tints

Shades of #9AC5D8

#9AC5D8
(154,197,216)
#8CB4C5
(140,180,197)
#7EA3B2
(126,163,178)
#70929F
(112,146,159)
#62818C
(98,129,140)
#547079
(84,112,121)
#465F66
(70,95,102)
#384E53
(56,78,83)
#2A3D40
(42,61,64)
#1C2C2D
(28,44,45)
#0E1B1A
(14,27,26)
#000000
(0,0,0)

Tints of #9AC5D8

#9AC5D8
(154,197,216)
#A3CADB
(163,202,219)
#ACCFDE
(172,207,222)
#B5D4E1
(181,212,225)
#BED9E4
(190,217,228)
#C7DEE7
(199,222,231)
#D0E3EA
(208,227,234)
#D9E8ED
(217,232,237)
#E2EDF0
(226,237,240)
#EBF2F3
(235,242,243)
#F4F7F6
(244,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AC5D8 color. Also use rgb(154,197,216) instead hex code.

Text Font Color

.myTextColor { color: #9AC5D8; }

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

This text font color is #9AC5D8.

Background Color

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

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

This div background color is #9AC5D8.

Border color

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

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

This div border color is #9AC5D8.

Opacity

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

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

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

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

This text has shadow with #9AC5D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AC5D8.

Preview

Color preview on black background

This text has color #9AC5D8 on black background.


Color preview on white background

This text has color #9AC5D8 on white background.


Black color preview on #9AC5D8 background

This text has black color on #9AC5D8 background.


White color preview on #9AC5D8 background

This text has white color on #9AC5D8 background.


Related colors

Complementary color

Complementary color for #hex is #653A27.


I love getcolorcode.com

Triadic colors

1 #D89AC5 and #C5D89A with #9AC5D8 are triadic colors.

2 #D8C59A and #C59AD8 with #9AC5D8 are triadic colors.