COLOR #9AD4F8

HEX: #9AD4F8
RGB: (154,212,248)

Color info

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

RGB color model

#9AD4F8 color RGB value is (154,212,248).

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

RGB channels and saturation

R 154 of 255 = 60%
G 212 of 255 = 83%
B 248 of 255 = 97%

154
212
248

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

Portions of RGB colors in percentages

R + G + B =
154 + 212 + 248 = 614 (100%)
R 154 of 614 ~ 25.08%
G 212 of 614 ~ 34.53%
B 248 of 614 ~ 40.39%

%25.08
%34.53
%40.39

CMYK color model

#9AD4F8 color CMYK value is (38,15,0,3).

  • cyan value is 37.90%
  • magenta value is 14.52%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(38,15,0,3)
C38M15Y0K3 
(38%,15%,0%,3%)
(0.38/0.15/0.00/0.03)	

CMYK percentages

%37.9
%14.52
%0
%2.75

Codes

Color #9AD4F8 in popluar color models

9AD4F8
RGB154212248
HSL203°87.04%78.82%
HSB/HSV203°37.90%97.25%
CMYK37.90%14.52%0.00%
2.75%

Color #9AD4F8 in popluar number systems.

HEX9AD4F8
Decimal154212248
Binary100110101101010011111000
Octal232324370

Shades and tints

Shades of #9AD4F8

#9AD4F8
(154,212,248)
#8CC1E2
(140,193,226)
#7EAECC
(126,174,204)
#709BB6
(112,155,182)
#6288A0
(98,136,160)
#54758A
(84,117,138)
#466274
(70,98,116)
#384F5E
(56,79,94)
#2A3C48
(42,60,72)
#1C2932
(28,41,50)
#0E161C
(14,22,28)
#000000
(0,0,0)

Tints of #9AD4F8

#9AD4F8
(154,212,248)
#A3D7F8
(163,215,248)
#ACDAF8
(172,218,248)
#B5DDF8
(181,221,248)
#BEE0F8
(190,224,248)
#C7E3F8
(199,227,248)
#D0E6F8
(208,230,248)
#D9E9F8
(217,233,248)
#E2ECF8
(226,236,248)
#EBEFF8
(235,239,248)
#F4F2F8
(244,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AD4F8; }

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

This text font color is #9AD4F8.


Background Color

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

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

This div background color is #9AD4F8.


Border color

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

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

This div border color is #9AD4F8.


Opacity

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

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

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

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

This text has shadow with #9AD4F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AD4F8 on black background.


Color preview on white background

This text has color #9AD4F8 on white background.



Black color preview on #9AD4F8 background

This text has black color on #9AD4F8 background.


White color preview on #9AD4F8 background

This text has white color on #9AD4F8 background.