COLOR #9ADCFB

HEX: #9ADCFB
RGB: (154,220,251)

Color info

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

RGB color model

#9ADCFB color RGB value is (154,220,251).

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

RGB channels and saturation

R 154 of 255 = 60%
G 220 of 255 = 86%
B 251 of 255 = 98%

154
220
251

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

Portions of RGB colors in percentages

R + G + B =
154 + 220 + 251 = 625 (100%)
R 154 of 625 ~ 24.64%
G 220 of 625 ~ 35.2%
B 251 of 625 ~ 40.16%

%24.64
%35.2
%40.16

CMYK color model

#9ADCFB color CMYK value is (39,12,0,2).

  • cyan value is 38.65%
  • magenta value is 12.35%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(39,12,0,2)
C39M12Y0K2 
(39%,12%,0%,2%)
(0.39/0.12/0.00/0.02)	

CMYK percentages

%38.65
%12.35
%0
%1.57

Codes

Color #9ADCFB in popluar color models

9ADCFB
RGB154220251
HSL199°92.38%79.41%
HSB/HSV199°38.65%98.43%
CMYK38.65%12.35%0.00%
1.57%

Color #9ADCFB in popluar number systems.

HEX9ADCFB
Decimal154220251
Binary100110101101110011111011
Octal232334373

Shades and tints

Shades of #9ADCFB

#9ADCFB
(154,220,251)
#8CC8E5
(140,200,229)
#7EB4CF
(126,180,207)
#70A0B9
(112,160,185)
#628CA3
(98,140,163)
#54788D
(84,120,141)
#466477
(70,100,119)
#385061
(56,80,97)
#2A3C4B
(42,60,75)
#1C2835
(28,40,53)
#0E141F
(14,20,31)
#000000
(0,0,0)

Tints of #9ADCFB

#9ADCFB
(154,220,251)
#A3DFFB
(163,223,251)
#ACE2FB
(172,226,251)
#B5E5FB
(181,229,251)
#BEE8FB
(190,232,251)
#C7EBFB
(199,235,251)
#D0EEFB
(208,238,251)
#D9F1FB
(217,241,251)
#E2F4FB
(226,244,251)
#EBF7FB
(235,247,251)
#F4FAFB
(244,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ADCFB; }

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

This text font color is #9ADCFB.


Background Color

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

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

This div background color is #9ADCFB.


Border color

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

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

This div border color is #9ADCFB.


Opacity

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

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

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

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

This text has shadow with #9ADCFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ADCFB on black background.


Color preview on white background

This text has color #9ADCFB on white background.



Black color preview on #9ADCFB background

This text has black color on #9ADCFB background.


White color preview on #9ADCFB background

This text has white color on #9ADCFB background.