COLOR #9ADCFF

HEX: #9ADCFF
RGB: (154,220,255)

Color info

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

RGB color model

#9ADCFF color RGB value is (154,220,255).

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

RGB channels and saturation

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

154
220
255

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

Portions of RGB colors in percentages

R + G + B =
154 + 220 + 255 = 629 (100%)
R 154 of 629 ~ 24.48%
G 220 of 629 ~ 34.98%
B 255 of 629 ~ 40.54%

%24.48
%34.98
%40.54

CMYK color model

#9ADCFF color CMYK value is (40,14,0,0).

  • cyan value is 39.61%
  • magenta value is 13.73%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(40,14,0,0)
C40M14Y0K0 
(40%,14%,0%,0%)
(0.40/0.14/0.00/0.00)	

CMYK percentages

%39.61
%13.73
%0
%0

Codes

Color #9ADCFF in popluar color models

9ADCFF
RGB154220255
HSL201°100.00%80.20%
HSB/HSV201°39.61%100.00%
CMYK39.61%13.73%0.00%
0.00%

Color #9ADCFF in popluar number systems.

HEX9ADCFF
Decimal154220255
Binary100110101101110011111111
Octal232334377

Shades and tints

Shades of #9ADCFF

#9ADCFF
(154,220,255)
#8CC8E8
(140,200,232)
#7EB4D1
(126,180,209)
#70A0BA
(112,160,186)
#628CA3
(98,140,163)
#54788C
(84,120,140)
#466475
(70,100,117)
#38505E
(56,80,94)
#2A3C47
(42,60,71)
#1C2830
(28,40,48)
#0E1419
(14,20,25)
#000000
(0,0,0)

Tints of #9ADCFF

#9ADCFF
(154,220,255)
#A3DFFF
(163,223,255)
#ACE2FF
(172,226,255)
#B5E5FF
(181,229,255)
#BEE8FF
(190,232,255)
#C7EBFF
(199,235,255)
#D0EEFF
(208,238,255)
#D9F1FF
(217,241,255)
#E2F4FF
(226,244,255)
#EBF7FF
(235,247,255)
#F4FAFF
(244,250,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ADCFF; }

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

This text font color is #9ADCFF.


Background Color

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

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

This div background color is #9ADCFF.


Border color

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

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

This div border color is #9ADCFF.


Opacity

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

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

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

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

This text has shadow with #9ADCFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ADCFF on black background.


Color preview on white background

This text has color #9ADCFF on white background.



Black color preview on #9ADCFF background

This text has black color on #9ADCFF background.


White color preview on #9ADCFF background

This text has white color on #9ADCFF background.