COLOR #A1D6FD

HEX: #A1D6FD RGB: (161,214,253)

Color info

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

RGB color model

#A1D6FD color RGB value is (161,214,253).

RGB: (161,214,253) (63%, 84%, 99%)

RGB channels and saturation

R 161 of 255 = 63%
G 214 of 255 = 84%
B 253 of 255 = 99%

161
214
253

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

Portions of RGB colors in percentages

R + G + B = 161 + 214 + 253 = 628 (100%)
R 161 of 628 ~ 25.64%
G 214 of 628 ~ 34.08%
B 253 of 628 ~ 40.29'%

%25.64
%34.08
%40.29

CMYK color model

#A1D6FD color CMYK value is (36,15,0,1).

  • cyan value is 36.36%
  • magenta value is 15.42%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (36,15,0,1)
C36M15Y0K1 (36%, 15%, 0%, 1%)
(0.36 / 0.15 / 0.00 / 0.01)

CMYK percentages

%36.36
%15.42
%0
%0.78

Codes

Color #A1D6FD in popluar color models

A1 D6 FD
RGB 161 214 253
HSL 205° 95.83% 81.18%
HSB/HSV 205° 36.36% 99.22%
CMYK 36.36% 15.42% 0.00%
0.78%

Color #A1D6FD in popluar number systems.

HEX A1 D6 FD
Decimal 161 214 253
Binary 10100001 11010110 11111101
Octal 241 326 375

Shades and tints

Shades of #A1D6FD

#A1D6FD
(161,214,253)
#93C3E6
(147,195,230)
#85B0CF
(133,176,207)
#779DB8
(119,157,184)
#698AA1
(105,138,161)
#5B778A
(91,119,138)
#4D6473
(77,100,115)
#3F515C
(63,81,92)
#313E45
(49,62,69)
#232B2E
(35,43,46)
#151817
(21,24,23)
#000000
(0,0,0)

Tints of #A1D6FD

#A1D6FD
(161,214,253)
#A9D9FD
(169,217,253)
#B1DCFD
(177,220,253)
#B9DFFD
(185,223,253)
#C1E2FD
(193,226,253)
#C9E5FD
(201,229,253)
#D1E8FD
(209,232,253)
#D9EBFD
(217,235,253)
#E1EEFD
(225,238,253)
#E9F1FD
(233,241,253)
#F1F4FD
(241,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1D6FD color. Also use rgb(161,214,253) instead hex code.

Text Font Color

.myTextColor { color: #A1D6FD; }

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

This text font color is #A1D6FD.

Background Color

.myBgColor { background-color: #A1D6FD; }

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

This div background color is #A1D6FD.

Border color

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

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

This div border color is #A1D6FD.

Opacity

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

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

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

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

This text has shadow with #A1D6FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1D6FD.

Preview

Color preview on black background

This text has color #A1D6FD on black background.


Color preview on white background

This text has color #A1D6FD on white background.


Black color preview on #A1D6FD background

This text has black color on #A1D6FD background.


White color preview on #A1D6FD background

This text has white color on #A1D6FD background.


Related colors

Complementary color

Complementary color for #hex is #5E2902.


I love getcolorcode.com

Triadic colors

1 #FDA1D6 and #D6FDA1 with #A1D6FD are triadic colors.

2 #FDD6A1 and #D6A1FD with #A1D6FD are triadic colors.