COLOR #A1D9FB

HEX: #A1D9FB
RGB: (161,217,251)

Color info

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

RGB color model

#A1D9FB color RGB value is (161,217,251).

  • red value is 161;
  • green value is 217;
  • blue value is 251.
RGB:
(161,217,251)
(63%,85%,98%)

RGB channels and saturation

R 161 of 255 = 63%
G 217 of 255 = 85%
B 251 of 255 = 98%

161
217
251

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

Portions of RGB colors in percentages

R + G + B =
161 + 217 + 251 = 629 (100%)
R 161 of 629 ~ 25.6%
G 217 of 629 ~ 34.5%
B 251 of 629 ~ 39.9%

%25.6
%34.5
%39.9

CMYK color model

#A1D9FB color CMYK value is (36,14,0,2).

  • cyan value is 35.86%
  • magenta value is 13.55%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(36,14,0,2)
C36M14Y0K2 
(36%,14%,0%,2%)
(0.36/0.14/0.00/0.02)	

CMYK percentages

%35.86
%13.55
%0
%1.57

Codes

Color #A1D9FB in popluar color models

A1D9FB
RGB161217251
HSL203°91.84%80.78%
HSB/HSV203°35.86%98.43%
CMYK35.86%13.55%0.00%
1.57%

Color #A1D9FB in popluar number systems.

HEXA1D9FB
Decimal161217251
Binary101000011101100111111011
Octal241331373

Shades and tints

Shades of #A1D9FB

#A1D9FB
(161,217,251)
#93C6E5
(147,198,229)
#85B3CF
(133,179,207)
#77A0B9
(119,160,185)
#698DA3
(105,141,163)
#5B7A8D
(91,122,141)
#4D6777
(77,103,119)
#3F5461
(63,84,97)
#31414B
(49,65,75)
#232E35
(35,46,53)
#151B1F
(21,27,31)
#000000
(0,0,0)

Tints of #A1D9FB

#A1D9FB
(161,217,251)
#A9DCFB
(169,220,251)
#B1DFFB
(177,223,251)
#B9E2FB
(185,226,251)
#C1E5FB
(193,229,251)
#C9E8FB
(201,232,251)
#D1EBFB
(209,235,251)
#D9EEFB
(217,238,251)
#E1F1FB
(225,241,251)
#E9F4FB
(233,244,251)
#F1F7FB
(241,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1D9FB color. Also use rgb(161,217,251) instead hex code.

Text Font Color

.myTextColor { color: #A1D9FB; }

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

This text font color is #A1D9FB.


Background Color

.myBgColor { background-color: #A1D9FB; }

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

This div background color is #A1D9FB.


Border color

.myBorderColor { border: 1px solid #A1D9FB; }

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

This div border color is #A1D9FB.


Opacity

.myOpacity80 { color: #A1D9FB; opacity: 0.8; }

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

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

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

This text has shadow with #A1D9FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1D9FB on black background.


Color preview on white background

This text has color #A1D9FB on white background.



Black color preview on #A1D9FB background

This text has black color on #A1D9FB background.


White color preview on #A1D9FB background

This text has white color on #A1D9FB background.