COLOR #9AD6FD

HEX: #9AD6FD
RGB: (154,214,253)

Color info

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

RGB color model

#9AD6FD color RGB value is (154,214,253).

  • red value is 154;
  • green value is 214;
  • blue value is 253.
RGB:
(154,214,253)
(60%,84%,99%)

RGB channels and saturation

R 154 of 255 = 60%
G 214 of 255 = 84%
B 253 of 255 = 99%

154
214
253

R + G + B ~ 81%. #9AD6FD is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 214 + 253 = 621 (100%)
R 154 of 621 ~ 24.8%
G 214 of 621 ~ 34.46%
B 253 of 621 ~ 40.74%

%24.8
%34.46
%40.74

CMYK color model

#9AD6FD color CMYK value is (39,15,0,1).

  • cyan value is 39.13%
  • magenta value is 15.42%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(39,15,0,1)
C39M15Y0K1 
(39%,15%,0%,1%)
(0.39/0.15/0.00/0.01)	

CMYK percentages

%39.13
%15.42
%0
%0.78

Codes

Color #9AD6FD in popluar color models

9AD6FD
RGB154214253
HSL204°96.12%79.80%
HSB/HSV204°39.13%99.22%
CMYK39.13%15.42%0.00%
0.78%

Color #9AD6FD in popluar number systems.

HEX9AD6FD
Decimal154214253
Binary100110101101011011111101
Octal232326375

Shades and tints

Shades of #9AD6FD

#9AD6FD
(154,214,253)
#8CC3E6
(140,195,230)
#7EB0CF
(126,176,207)
#709DB8
(112,157,184)
#628AA1
(98,138,161)
#54778A
(84,119,138)
#466473
(70,100,115)
#38515C
(56,81,92)
#2A3E45
(42,62,69)
#1C2B2E
(28,43,46)
#0E1817
(14,24,23)
#000000
(0,0,0)

Tints of #9AD6FD

#9AD6FD
(154,214,253)
#A3D9FD
(163,217,253)
#ACDCFD
(172,220,253)
#B5DFFD
(181,223,253)
#BEE2FD
(190,226,253)
#C7E5FD
(199,229,253)
#D0E8FD
(208,232,253)
#D9EBFD
(217,235,253)
#E2EEFD
(226,238,253)
#EBF1FD
(235,241,253)
#F4F4FD
(244,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AD6FD color. Also use rgb(154,214,253) instead hex code.

Text Font Color

.myTextColor { color: #9AD6FD; }

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

This text font color is #9AD6FD.


Background Color

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

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

This div background color is #9AD6FD.


Border color

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

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

This div border color is #9AD6FD.


Opacity

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

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

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

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

This text has shadow with #9AD6FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AD6FD on black background.


Color preview on white background

This text has color #9AD6FD on white background.



Black color preview on #9AD6FD background

This text has black color on #9AD6FD background.


White color preview on #9AD6FD background

This text has white color on #9AD6FD background.