COLOR #9AD4F6

HEX: #9AD4F6
RGB: (154,212,246)

Color info

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

RGB color model

#9AD4F6 color RGB value is (154,212,246).

  • red value is 154;
  • green value is 212;
  • blue value is 246.
RGB:
(154,212,246)
(60%,83%,96%)

RGB channels and saturation

R 154 of 255 = 60%
G 212 of 255 = 83%
B 246 of 255 = 96%

154
212
246

R + G + B ~ 80%. #9AD4F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 212 + 246 = 612 (100%)
R 154 of 612 ~ 25.16%
G 212 of 612 ~ 34.64%
B 246 of 612 ~ 40.2%

%25.16
%34.64
%40.2

CMYK color model

#9AD4F6 color CMYK value is (37,14,0,4).

  • cyan value is 37.40%
  • magenta value is 13.82%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(37,14,0,4)
C37M14Y0K4 
(37%,14%,0%,4%)
(0.37/0.14/0.00/0.04)	

CMYK percentages

%37.4
%13.82
%0
%3.53

Codes

Color #9AD4F6 in popluar color models

9AD4F6
RGB154212246
HSL202°83.64%78.43%
HSB/HSV202°37.40%96.47%
CMYK37.40%13.82%0.00%
3.53%

Color #9AD4F6 in popluar number systems.

HEX9AD4F6
Decimal154212246
Binary100110101101010011110110
Octal232324366

Shades and tints

Shades of #9AD4F6

#9AD4F6
(154,212,246)
#8CC1E0
(140,193,224)
#7EAECA
(126,174,202)
#709BB4
(112,155,180)
#62889E
(98,136,158)
#547588
(84,117,136)
#466272
(70,98,114)
#384F5C
(56,79,92)
#2A3C46
(42,60,70)
#1C2930
(28,41,48)
#0E161A
(14,22,26)
#000000
(0,0,0)

Tints of #9AD4F6

#9AD4F6
(154,212,246)
#A3D7F6
(163,215,246)
#ACDAF6
(172,218,246)
#B5DDF6
(181,221,246)
#BEE0F6
(190,224,246)
#C7E3F6
(199,227,246)
#D0E6F6
(208,230,246)
#D9E9F6
(217,233,246)
#E2ECF6
(226,236,246)
#EBEFF6
(235,239,246)
#F4F2F6
(244,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AD4F6 color. Also use rgb(154,212,246) instead hex code.

Text Font Color

.myTextColor { color: #9AD4F6; }

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

This text font color is #9AD4F6.


Background Color

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

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

This div background color is #9AD4F6.


Border color

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

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

This div border color is #9AD4F6.


Opacity

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

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

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

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

This text has shadow with #9AD4F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AD4F6 on black background.


Color preview on white background

This text has color #9AD4F6 on white background.



Black color preview on #9AD4F6 background

This text has black color on #9AD4F6 background.


White color preview on #9AD4F6 background

This text has white color on #9AD4F6 background.