COLOR #9AC5DF

HEX: #9AC5DF
RGB: (154,197,223)

Color info

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

RGB color model

#9AC5DF color RGB value is (154,197,223).

  • red value is 154;
  • green value is 197;
  • blue value is 223.
RGB:
(154,197,223)
(60%,77%,87%)

RGB channels and saturation

R 154 of 255 = 60%
G 197 of 255 = 77%
B 223 of 255 = 87%

154
197
223

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

Portions of RGB colors in percentages

R + G + B =
154 + 197 + 223 = 574 (100%)
R 154 of 574 ~ 26.83%
G 197 of 574 ~ 34.32%
B 223 of 574 ~ 38.85%

%26.83
%34.32
%38.85

CMYK color model

#9AC5DF color CMYK value is (31,12,0,13).

  • cyan value is 30.94%
  • magenta value is 11.66%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(31,12,0,13)
C31M12Y0K13 
(31%,12%,0%,13%)
(0.31/0.12/0.00/0.13)	

CMYK percentages

%30.94
%11.66
%0
%12.55

Codes

Color #9AC5DF in popluar color models

9AC5DF
RGB154197223
HSL203°51.88%73.92%
HSB/HSV203°30.94%87.45%
CMYK30.94%11.66%0.00%
12.55%

Color #9AC5DF in popluar number systems.

HEX9AC5DF
Decimal154197223
Binary100110101100010111011111
Octal232305337

Shades and tints

Shades of #9AC5DF

#9AC5DF
(154,197,223)
#8CB4CB
(140,180,203)
#7EA3B7
(126,163,183)
#7092A3
(112,146,163)
#62818F
(98,129,143)
#54707B
(84,112,123)
#465F67
(70,95,103)
#384E53
(56,78,83)
#2A3D3F
(42,61,63)
#1C2C2B
(28,44,43)
#0E1B17
(14,27,23)
#000000
(0,0,0)

Tints of #9AC5DF

#9AC5DF
(154,197,223)
#A3CAE1
(163,202,225)
#ACCFE3
(172,207,227)
#B5D4E5
(181,212,229)
#BED9E7
(190,217,231)
#C7DEE9
(199,222,233)
#D0E3EB
(208,227,235)
#D9E8ED
(217,232,237)
#E2EDEF
(226,237,239)
#EBF2F1
(235,242,241)
#F4F7F3
(244,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AC5DF; }

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

This text font color is #9AC5DF.


Background Color

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

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

This div background color is #9AC5DF.


Border color

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

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

This div border color is #9AC5DF.


Opacity

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

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

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

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

This text has shadow with #9AC5DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AC5DF on black background.


Color preview on white background

This text has color #9AC5DF on white background.



Black color preview on #9AC5DF background

This text has black color on #9AC5DF background.


White color preview on #9AC5DF background

This text has white color on #9AC5DF background.