COLOR #9ADCFE

HEX: #9ADCFE
RGB: (154,220,254)

Color info

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

RGB color model

#9ADCFE color RGB value is (154,220,254).

  • red value is 154;
  • green value is 220;
  • blue value is 254.
RGB:
(154,220,254)
(60%,86%,100%)

RGB channels and saturation

R 154 of 255 = 60%
G 220 of 255 = 86%
B 254 of 255 = 100%

154
220
254

R + G + B ~ 82%. #9ADCFE is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 220 + 254 = 628 (100%)
R 154 of 628 ~ 24.52%
G 220 of 628 ~ 35.03%
B 254 of 628 ~ 40.45%

%24.52
%35.03
%40.45

CMYK color model

#9ADCFE color CMYK value is (39,13,0,0).

  • cyan value is 39.37%
  • magenta value is 13.39%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(39,13,0,0)
C39M13Y0K0 
(39%,13%,0%,0%)
(0.39/0.13/0.00/0.00)	

CMYK percentages

%39.37
%13.39
%0
%0.39

Codes

Color #9ADCFE in popluar color models

9ADCFE
RGB154220254
HSL200°98.04%80.00%
HSB/HSV200°39.37%99.61%
CMYK39.37%13.39%0.00%
0.39%

Color #9ADCFE in popluar number systems.

HEX9ADCFE
Decimal154220254
Binary100110101101110011111110
Octal232334376

Shades and tints

Shades of #9ADCFE

#9ADCFE
(154,220,254)
#8CC8E7
(140,200,231)
#7EB4D0
(126,180,208)
#70A0B9
(112,160,185)
#628CA2
(98,140,162)
#54788B
(84,120,139)
#466474
(70,100,116)
#38505D
(56,80,93)
#2A3C46
(42,60,70)
#1C282F
(28,40,47)
#0E1418
(14,20,24)
#000000
(0,0,0)

Tints of #9ADCFE

#9ADCFE
(154,220,254)
#A3DFFE
(163,223,254)
#ACE2FE
(172,226,254)
#B5E5FE
(181,229,254)
#BEE8FE
(190,232,254)
#C7EBFE
(199,235,254)
#D0EEFE
(208,238,254)
#D9F1FE
(217,241,254)
#E2F4FE
(226,244,254)
#EBF7FE
(235,247,254)
#F4FAFE
(244,250,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ADCFE color. Also use rgb(154,220,254) instead hex code.

Text Font Color

.myTextColor { color: #9ADCFE; }

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

This text font color is #9ADCFE.


Background Color

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

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

This div background color is #9ADCFE.


Border color

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

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

This div border color is #9ADCFE.


Opacity

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

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

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

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

This text has shadow with #9ADCFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ADCFE on black background.


Color preview on white background

This text has color #9ADCFE on white background.



Black color preview on #9ADCFE background

This text has black color on #9ADCFE background.


White color preview on #9ADCFE background

This text has white color on #9ADCFE background.