COLOR #9ACDF9

HEX: #9ACDF9
RGB: (154,205,249)

Color info

#9ACDF9 contains mainly green and blue colors. Web safe color of #9ACDF9 is #99CCFF (or #9CF).

RGB color model

#9ACDF9 color RGB value is (154,205,249).

  • red value is 154;
  • green value is 205;
  • blue value is 249.
RGB:
(154,205,249)
(60%,80%,98%)

RGB channels and saturation

R 154 of 255 = 60%
G 205 of 255 = 80%
B 249 of 255 = 98%

154
205
249

R + G + B ~ 79%. #9ACDF9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 205 + 249 = 608 (100%)
R 154 of 608 ~ 25.33%
G 205 of 608 ~ 33.72%
B 249 of 608 ~ 40.95%

%25.33
%33.72
%40.95

CMYK color model

#9ACDF9 color CMYK value is (38,18,0,2).

  • cyan value is 38.15%
  • magenta value is 17.67%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(38,18,0,2)
C38M18Y0K2 
(38%,18%,0%,2%)
(0.38/0.18/0.00/0.02)	

CMYK percentages

%38.15
%17.67
%0
%2.35

Codes

Color #9ACDF9 in popluar color models

9ACDF9
RGB154205249
HSL208°88.79%79.02%
HSB/HSV208°38.15%97.65%
CMYK38.15%17.67%0.00%
2.35%

Color #9ACDF9 in popluar number systems.

HEX9ACDF9
Decimal154205249
Binary100110101100110111111001
Octal232315371

Shades and tints

Shades of #9ACDF9

#9ACDF9
(154,205,249)
#8CBBE3
(140,187,227)
#7EA9CD
(126,169,205)
#7097B7
(112,151,183)
#6285A1
(98,133,161)
#54738B
(84,115,139)
#466175
(70,97,117)
#384F5F
(56,79,95)
#2A3D49
(42,61,73)
#1C2B33
(28,43,51)
#0E191D
(14,25,29)
#000000
(0,0,0)

Tints of #9ACDF9

#9ACDF9
(154,205,249)
#A3D1F9
(163,209,249)
#ACD5F9
(172,213,249)
#B5D9F9
(181,217,249)
#BEDDF9
(190,221,249)
#C7E1F9
(199,225,249)
#D0E5F9
(208,229,249)
#D9E9F9
(217,233,249)
#E2EDF9
(226,237,249)
#EBF1F9
(235,241,249)
#F4F5F9
(244,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ACDF9 color. Also use rgb(154,205,249) instead hex code.

Text Font Color

.myTextColor { color: #9ACDF9; }

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

This text font color is #9ACDF9.


Background Color

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

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

This div background color is #9ACDF9.


Border color

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

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

This div border color is #9ACDF9.


Opacity

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

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

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

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

This text has shadow with #9ACDF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ACDF9 on black background.


Color preview on white background

This text has color #9ACDF9 on white background.



Black color preview on #9ACDF9 background

This text has black color on #9ACDF9 background.


White color preview on #9ACDF9 background

This text has white color on #9ACDF9 background.